Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am Contex on github.
* I am contex (https://keybase.io/contex) on keybase.
* I have a public key whose fingerprint is C614 5C63 D55B 3C55 7A20 6EFF F326 1471 5AEE 1224
To claim this, I am signing this object:
@Contex
Contex / gist:8717254
Created January 30, 2014 19:45
Commands for installing dogecoind with boost 1.55 on Ubuntu 12.04
apt-get -y install build-essential libssl-dev libqrencode-dev libminiupnpc-dev git libz-dev libbz2-dev python2.7-dev
git clone https://github.com/dogecoin/dogecoin.git
wget -O boost_1_55_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.gz/download
tar -xvzf boost_1_55_0.tar.gz
cd boost_1_55_0
./bootstrap.sh --prefix=/usr
./b2 stage threading=multi link=shared
./b2 install threading=multi link=shared
cd /home/user/dogecoin/src
make -f makefile.unix
@Contex
Contex / fraps_screenshot_sorter
Created August 30, 2013 20:24
Sort screenshots into folders for Fraps
@ECHO OFF
SETLOCAL
FOR %%i in (Screenshots\*.png) do CALL:moveScreenshot "%%i"
:moveScreenshot
SET "screenshot=%1%"
set screenshot=%screenshot:~1,-1%
SET screenshot=%screenshot:Screenshots\=%
FOR /f "tokens=1 delims=/ " %%a in ("%screenshot%") do SET game=%%a
{
"status": "OK",
"images": [
{
"id": 1601,
"name": "CentOS 5.8 x64",
"slug": null,
"distribution": "CentOS"
},
{