This file contains hidden or 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
| # commands to ignore | |
| cmdignore=(htop tmux top vim) | |
| # end and compare timer, notify-send if needed | |
| function notifyosd-precmd() { | |
| retval=$? | |
| if [[ ${cmdignore[(r)$cmd_basename]} == $cmd_basename ]]; then | |
| return | |
| else | |
| if [ ! -z "$cmd" ]; then |
This file contains hidden or 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
| dn: cn=module{0},cn=config | |
| changetype: modify | |
| add: olcModuleLoad | |
| olcModuleload: back_monitor.la |
This file contains hidden or 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
| [Desktop Entry] | |
| Type=Application | |
| Name=AirDroid | |
| Comment=AirDroid | |
| Exec=/usr/bin/chromium-browser --app=http://web.airdroid.com/ | |
| Icon=/home/brandon/.icons/airdroid-256.png | |
| Categories=Network; |
This file contains hidden or 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 | |
| # | |
| # Created 20110816 by Brandon Pierce | |
| # | |
| # Adds new feed to Lifera using Zenity. Intended to be called as a | |
| # Unity Launcher quick list. Pretty useless otherwise | |
| # | |
| LIFEREA="/usr/bin/liferea -a" | |
| ZENITY="/usr/bin/zenity" |
This file contains hidden or 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
| --- install.sh-orig 2012-05-25 22:39:44.211002377 -0700 | |
| +++ install.sh 2012-05-26 17:40:16.798611627 -0700 | |
| @@ -96,9 +96,7 @@ | |
| cd /tmp/py4tux | |
| ar -x -v libpython2.6.a | |
| mkdir output | |
| - gcc -m32 -o output/libpython.so.1.0 *.o -lpthread -lm -lz -ldl -lutil -pipe -shared | |
| - cp libpython.so.1.0 libpython2.6.so.1.0 | |
| - mv libpython2.6.so.1.0 /usr/lib32 | |
| + gcc -m32 -o output/libpython.so.1.0 *.o -lpthread -lm -ldl -lutil -pipe -shared |
This file contains hidden or 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
| for i in `\ | |
| php fbcmd.php albums | \ | |
| awk ' { print $1 } ' | \ | |
| sed -e 's/[[:punct:]]//g' -e '/^$/d' \ | |
| ` ; do \ | |
| mkdir -p pics/$i ;\ | |
| php fbcmd.php apics $i pics/$i ;\ | |
| done \ | |
| > captions.txt |
NewerOlder