Skip to content

Instantly share code, notes, and snippets.

View pendingchaos's full-sized avatar

PendingChaos pendingchaos

  • Earth
View GitHub Profile
@pendingchaos
pendingchaos / README.md
Last active October 7, 2015 14:01
Translates a text a gazillion times then into English to produce awesomeness.

Example usage

cat <input file> | python2 gobbledygook.py > <output file>

Sample output

Rudolph, the Red-Nosed Reindeer
The nose is very strong.
If you do not see,
It should be great.

@pendingchaos
pendingchaos / partialpartial.cpp
Created July 25, 2015 20:36
Partial partial function application.
#include <cstdio>
template <typename R, typename A1, typename... Args>
class _partialpartial
{
public:
typedef R R_type;
_partialpartial(R (*func_)(A1, Args...),
A1 arg1_) : func(func_), arg1(arg1_) {}
@pendingchaos
pendingchaos / README.md
Last active October 13, 2015 20:05
The most awesome arm printer.

Awesome Arms v1.0.0

Animation

Usage:

awesomearms <the number of lines of awesome arms>

Or: