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 |
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
[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
#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
#!/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
#!/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
Passing a list of values to enum is deprecated. Enum values should be wrapped in an arrayref. at /home/wieland/perl5/lib/perl5/x86_64-linux-thread-multi/Moose/Util/TypeConstraints.pm line 440. | |
Moose::Util::TypeConstraints::enum("StorageClass", "standard", "reduced_redundancy") called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3/Client/Object.pm line 21 | |
require Net/Amazon/S3/Client/Object.pm called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3.pm line 17 | |
Net::Amazon::S3::BEGIN() called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3/Client/Object.pm line 0 | |
eval {...} called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3/Client/Object.pm line 0 | |
require Net/Amazon/S3.pm called at t/delete.t line 6 | |
main::BEGIN() called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3/Client/Object.pm line 0 | |
eval {...} called at /home/wieland/perl5/lib/perl5/Net/Amazon/S3/Client/Object.pm line 0 | |
Attribute (rabbitmq) is required at /home/wieland/perl5/lib/perl5/x86_64-linux-thread-multi/Moose/Exception.pm line 37 | |
Moose::Exc |
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
aaa |
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
ACOUSTID_FINGERPRINT | |
ACOUSTID_ID | |
ALBUM | |
ALBUMARTIST | |
ALBUMARTISTSORT | |
ALBUMSORT | |
ARRANGER | |
ARTIST | |
ARTISTSORT | |
ARTISTWEBPAGE |
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
('--', '01 - Four Brothers: Four Brothers.flac') | |
- FLAC, 163.16 seconds, 44100 Hz (audio/x-flac) | |
ALBUM=Varèse Sarabande: A 30th Anniversary Celebration | |
MUSICBRAINZ_ARTISTID=b753584a-3664-46f8-bb84-f6deed133c80 | |
DISCTOTAL=4 | |
TITLE=Four Brothers: Four Brothers | |
ARTIST=David Arnold | |
MUSICBRAINZ_RELEASEGROUPID=2ba691ba-b916-3218-a87a-5c69d9b73c44 | |
RELEASETYPE=album | |
RELEASETYPE=compilation |
OlderNewer