Skip to content

Instantly share code, notes, and snippets.

@EricReiche
EricReiche / sofaloser.php
Created November 18, 2013 18:10
Stöckchenziehen für Programmierer
Bedroom selection order:
<?php
$names = [
'Artem',
'Andrey',
'Valera',
'Thomas',
'Eric'
];
shuffle($names);
@EricReiche
EricReiche / gist:3621855
Created September 4, 2012 14:45
Gource multi repo script
#!/usr/bin/env bash
# Generates gource video (h.264) out of multiple repositories.
# Pass the repositories in command line arguments.
# Example:
# <this.sh> /path/to/repo1 /path/to/repo2
# 960x540 is youtube resolution
RESOLUTION="960x540"
outfile="gource.mp4"
i=0