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
/** | |
* Get a single file data from an array of files. | |
* Provide null for file keys ('name', 'tmp_name', ...) | |
* See example below | |
* | |
* @param array $files $_FILES | |
* @param array $path path to file data | |
* @return array file data | |
*/ |
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
console.log('%cHello %cyou', 'font-size:20px', 'font-size:28px;color:#800'); |
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
var RandomBot = | |
{ | |
/** | |
* Returns random boolean | |
* | |
* @returns {Boolean} | |
*/ | |
rand: function () | |
{ | |
return Math.random() < 0.5; |
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
/** | |
* Filter people you are following but they are not following you. | |
* | |
* Go to: | |
* https://twitter.com/following | |
* | |
* and run: | |
*/ | |
setInterval(function(){jQuery('.FollowStatus').closest('.Grid-cell').remove()},1e3) |
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
/** | |
* Run + or - game. | |
* | |
* To play it now, just call: runGame(); | |
* | |
* @param {Object} interface which you want to use. Default is Prompt | |
* @param {Number} max number. Secret number will be between 0 and max. Default is 100 | |
* @param {boolean} decimal whether you allow decimal number. Default is false | |
* @param {Number} secret number. Force the secret number. Default is random. | |
*/ |
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
https://github.com/search?p=3&q=extension:php+mysql_query+$_GET&ref=searchresults&type=Code |
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
good test |
NewerOlder