Skip to content

Instantly share code, notes, and snippets.

View jnhdny's full-sized avatar

Jonah Dienye jnhdny

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jnhdny
jnhdny / process_uploaded_templates_lambda.py
Last active May 25, 2017 08:52
Read PSM LMD template from S3 bucket and hide specified columns
from __future__ import print_function
import urllib
import os
from io import BytesIO
import boto3
import openpyxl
from openpyxl.utils import get_column_interval, get_column_letter
from openpyxl.writer.excel import save_virtual_workbook

Keybase proof

I hereby claim:

  • I am jnhdny on github.
  • I am jnhdny (https://keybase.io/jnhdny) on keybase.
  • I have a public key whose fingerprint is E075 0BC1 15E5 6467 7146 1E5B BDD1 2A19 324E ADFE

To claim this, I am signing this object:

/**
* Created by jonah on 18/11/13.
*/
var w = 600;
var h = 400;
var centered;
var points = [
{'name': 'Abakaliki', 'lat' : 6.333, 'lon': 8.1, lga: 'Ebonyi'},
{'name': 'Abakaliki2', 'lat' : 6.5, 'lon': 8.1, lga: 'Ebonyi'},
@jnhdny
jnhdny / ebonyi.json
Created November 18, 2013 12:53
GeoJSON file for Ebonyi state, including local government areas.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.