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
<?php | |
/** | |
* Small little function to read out The Pirate Bay. | |
* This will look make a search on The Pirate Bay | |
* and return the first result it gets from the HD - Movies category | |
* | |
* Example: | |
* $magnetUrl = getMagnet('Fight Club', 'YIFY'); | |
* | |
* @author Koen Hendriks <[email protected]> |
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 | |
# Preview a Xdefaults color scheme | |
# Usage: themeview.sh [FILE] | |
#### | |
if [[ ! -f "$1" ]]; then | |
echo "Invalid file, $1" | |
exit 1 | |
fi |
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 | |
# Locate our phpunit. | |
phpunit=`which phpunit` | |
# Any extra arguments to phpunit should go here. | |
phpunit_args="" | |
# Define a location to save the output. | |
outputlog="/tmp/phpunit_output_`date +%s`.log" |
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
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# vim: fenc=utf-8 | |
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 | |
# | |
# | |
""" | |
File name: twoo.py |
NewerOlder