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 | |
| /var/lib/transmission-daemon/notify.py $TR_TORRENT_NAME |
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
| // ==UserScript== | |
| // @name BJTU Net BruteForcer | |
| // @namespace https://gist.github.com/gists/3967968 | |
| // @version 0.45 | |
| // @description Greasemonkey script to login on Wifi/Ethernet Web Login at BJTU | |
| // @author Damien Plenard | |
| // @include https://10.1.154.*/portal/* | |
| // @include http://10.10.43.3/* | |
| // @grant GM_getValue | |
| // @grant GM_setValue |
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 | |
| class Field | |
| { | |
| protected $_name; | |
| protected $_label; | |
| protected $_color; | |
| protected $_value; | |
| public function Field($label, $color = false) |
NewerOlder