Skip to content

Instantly share code, notes, and snippets.

View peoii's full-sized avatar

peoii peoii

View GitHub Profile
@peoii
peoii / blacklist.js
Created December 10, 2015 13:29
A javascript blacklist curated originally by http://pxlnv.com/miscellanea/javascript-blacklist/
tynt.com,
intellitxt.com,
snap.com,
kontera.com,
AdGardener.com,
apture.com,
wibiya.com,
doubleclick.net,
getconnected.southwestwi-fi.com,
d1.openx.org,
@peoii
peoii / games.md
Last active December 8, 2015 13:25
A listing of all of the games we own

Games Listing

2 Player Only

  • Agricola: All Creatures Big and Small
    • Even More Buildings Big and Small
  • Akrotiri

Bluffing

@peoii
peoii / basepackages.list
Last active December 15, 2015 15:50
When setting up a new Linux environment, these are the applications I always seem to install.
w3m
w3m-img
tmux
byobu
pv
dtrx
dstat
nmap
alpine
screenfetch
@peoii
peoii / convert_csv.php
Last active September 24, 2015 13:20
A simple script to convert a directory of CSV files from tab delimited to pipe delimited
<?php
$dir=opendir('./');
while(($entry = readdir($dir)) !== false) {
$fname = preg_split("/\./",$entry);
if(strcasecmp($fname[1],"xls") !== 0) {
continue;
}
$rows = file($fname[0].'.xls');
$fp = fopen($fname[0].'.csv', 'w');
foreach($rows as $row) {
@peoii
peoii / keybase.md
Last active October 10, 2018 16:43
Verifying keybase.io

Keybase proof

I hereby claim:

  • I am peoii on github.
  • I am jharrell (https://keybase.io/jharrell) on keybase.
  • I have a public key whose fingerprint is 2F4C 759E B0EA 9D47 A74D 1690 3037 3CC4 CE3E 766D

To claim this, I am signing this object:

// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,