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
<string name="template_user_agent">"%%s/%%s (Linux; Android)"</string> | |
<string name="template_wotd_title">"Wiktionary:Word of the day/%%s %%s"</string> | |
<string name="template_define_url">"http://en.wiktionary.org/wiki/%%s"</string> |
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 | |
# Romain Bochet | |
# Use as a cron | |
# Print all the files included in a folder with lp, and move them in another folder. | |
# Use absolute path (mandatory for crons) | |
SOURCE="/home/dropbox/print/" | |
DONE="/home/romain/printed/" | |
LOCK="/tmp/printerlock" |
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 | |
# Romain Bochet | |
# Use as a cron | |
# Print all the files included in a folder with lp, and move them into another folder. | |
# Use absolute path (mandatory for crons) | |
SOURCE="/home/dropbox/print/" | |
DONE="/home/romain/printed/" | |
for FILE in `ls $SOURCE` |
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
<?php | |
// Fork/clone the full repo @ http://github.com/rbochet/typoXchange | |
// Romain Bochet | |
/** | |
* Allow $fp to be used in getCount | |
*/ | |
global $fp; |
NewerOlder