Skip to content

Instantly share code, notes, and snippets.

View enockseth's full-sized avatar

Enock Seth Nyamador enockseth

View GitHub Profile

Install firefox in crunchbang

###first, remove iceweasel

sudo apt-get remove iceweasel

###Open sources.list

@enockseth
enockseth / HOTQuickstart.md
Last active August 29, 2015 14:26 — forked from meetar/HOTQuickstart.md
How to get started contributing to a Humanitarian OpenStreetMap task

##How to get started contributing to a Humanitarian OpenStreetMap Team task

###Overview

OpenStreetMap (OSM) is an open-source map of the world that anyone can edit. But like any map, it's incomplete.

The Humanitarian OpenStreetMap Team (HOT) helps organize people to improve the OSM map for crisis areas, mostly so aid workers can find their way around and make decisions about undermapped places. The data in these crisis areas is often very poor, or completely non-existent. Therefore any contribution you make at all will be a vast improvement, and could materially help people who are on the ground right now, looking at this data as you edit it, and deciding where to go and who to help.

There are many HOT tasks active at once. As of August 2014, the highest-priority tasks are Gaza and areas affected by the West African Ebola outbreak.

@enockseth
enockseth / ghost2jekyll.py
Created March 28, 2017 18:08 — forked from andystanton/ghost2jekyll.py
Ghost2Jekyll: Converts ghost 0.4.2 sqlite db posts to jekyll 2.3.0 markdown posts.
#!/usr/bin/env python3
# This script is provided to show how I migrated from Ghost 0.4.2
# to Jekyll 2.3.0 and is used at your own risk. Back up your blog
# before trying it out.
def getPostTemplate():
with open('post-template.md', 'r') as f:
posttemplate = f.read()
f.closed
@enockseth
enockseth / jekyll-installation.sh
Created March 28, 2017 18:34 — forked from bast/jekyll-installation-arch.sh
Jekyll installation on Arch Linux.
sudo pacman -S ruby
gem update --user-install
gem install jekyll --user-install
gem install jekyll-paginate --user-install
gem install pygments.rb --user-install
echo "export PATH=/home/bast/.gem/ruby/2.3.0/bin:\$PATH" >> ~/.localrc
@enockseth
enockseth / map.geojson
Created February 4, 2019 18:31
Accra OCA AOI
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enockseth
enockseth / map.geojson
Last active February 12, 2019 23:00
Accra OCA AOI - Akweteyman
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enockseth
enockseth / map.geojson
Created February 12, 2019 22:59
Accra OCA AOI - Alajo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enockseth
enockseth / latex-letter.tex
Created February 28, 2019 12:23 — forked from ashwin/latex-letter.tex
Simple letter template for LaTeX
%-----------------------------------------------------------------------------%
% Letter class
\documentclass[a4paper, 10pt]{letter}
% Name of sender
\name{Joe Fox}
% Signature of sender
\signature{Joe Fox}
@enockseth
enockseth / map.geojson
Created March 1, 2019 00:28
2016 Accident Severity
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.