This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
if [ $# -ne 2 ]; then | |
echo Usage: $0 mbid booklet-file.pdf | |
exit 1 | |
fi | |
type convert >/dev/null 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# needs python-stdeb and git | |
repos=('git://github.com/mineo/lala.git' | |
'git://github.com/kennethreitz/requests.git' | |
'git://github.com/mineo/pyanihttp.git') | |
for repo in ${repos[@]};do | |
dirname=${repo##*/} | |
dirname=${dirname%%.git} | |
if [ -d $dirname ];then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <sys/types.h> | |
#include <strings.h> | |
#include <cdio/cdio.h> | |
#include <cdio/cdtext.h> | |
int main(int argc, const char *argv[]){ | |
track_t i_first_track; | |
track_t i_tracks; | |
if (!cdio_init){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DefaultPlayer] | |
Name=Player | |
Class=Engine.Pawn | |
Character=Jakob | |
team=255 | |
[Engine.Input] | |
Aliases[0]=(Command="Button bFire | Fire",Alias=Fire) | |
Aliases[1]=(Command="Button bAltFire | AltFire",Alias=AltFire) | |
Aliases[2]=(Command="Axis aBaseY Speed=+300.0",Alias=MoveForward) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
playlist_plugin { | |
name "lastfm" | |
user "username" | |
password "passwort" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["<Return>", "i"] : Inspect (focus) message | |
["I"] : Open the message in new tab | |
["<Space>"] : Scroll message or select next unread one | |
["t"] : Select thread | |
["d", "<Del>"] : Move mail to Trash folder | |
["j", "<Right>"] : Select next message | |
["gj"] : Select next message, including closed threads | |
["J", "<Tab>"] : Select next unread message | |
["k", "<Left>"] : Select previous message | |
["gk"] : Select previous message |
NewerOlder