Skip to content

Instantly share code, notes, and snippets.

View Koslun's full-sized avatar

Adam Wamai Egesa Koslun

View GitHub Profile

Keybase proof

I hereby claim:

  • I am koslun on github.
  • I am koslun (https://keybase.io/koslun) on keybase.
  • I have a public key ASA6jxY9wnYYsaKP_I56pRy2E4DKw9iq5sL6Pd2_vgaNMAo

To claim this, I am signing this object:

@Koslun
Koslun / README.md
Created July 21, 2016 14:40 — forked from amcdnl/README.md
angular2-data-table columns

angular2-data-table columns example

@Koslun
Koslun / lineRandomizer.sh
Created July 31, 2015 01:07
Randomize lines in file
cat input.txt | perl -MList::Util=shuffle -e 'print shuffle(<>);' > randomized_output.txt

How to install PhantomJS on Ubuntu

Version: 1.9.7

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update