Skip to content

Instantly share code, notes, and snippets.

View halflings's full-sized avatar

Ahmed Kachkach halflings

View GitHub Profile
@halflings
halflings / README.md
Created August 15, 2015 21:40
train 2

README is empty

@halflings
halflings / README.md
Created August 15, 2015 21:40
train 2

README is empty

@halflings
halflings / README.md
Created August 15, 2015 21:40
train 2

README is empty

# Political game:
You play a (crooked?) politician.
# Gameplay:
The goal is to have a successful political career ( = ultimately become president and stay there as long as possible)
Have to manage many aspects:
* Policies

Keybase proof

I hereby claim:

  • I am halflings on github.
  • I am halflings (https://keybase.io/halflings) on keybase.
  • I have a public key whose fingerprint is 7663 B7E5 8C6A 7AF7 E733 971C A907 4641 C735 1983

To claim this, I am signing this object:

@halflings
halflings / SWF decompression tool
Created September 3, 2013 12:08
A small script to extract URLs contained in a .swf file. Doesn't work with LZMA compressed .swf
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import re
import string
def log(text):
print text