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 | |
# | |
# A speedtest agnostic(ish) install script | |
# | |
# @version 0.1.0 | |
# @license DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
# | |
# uncomment this for debugging | |
# set -x | |
# Set environment |
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
echo "$(tail -1000 /tmp/cron.log)" > /tmp/cron.log | |
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 | |
function os_arch () | |
{ | |
echo $($(command -v file) /bin/bash | grep -o -m 1 '32\|64' | head -1); | |
} |
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 | |
$url = 'https://api.prowlapp.com/publicapi/add'; | |
$fields = array( | |
'apikey' => 'API_KEY', | |
'application' => 'APP', | |
'event' => "jobs done", | |
'description' => "TeXT", | |
// https://www.prowlapp.com/api.php | |
// meh |
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 | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use \App\Friend; | |
use \App\Presence; | |
use \DB; | |
use \Carbon; |
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
### Keybase proof | |
I hereby claim: | |
* I am necenzurat on github. | |
* I am nece (https://keybase.io/nece) on keybase. | |
* I have a public key whose fingerprint is 6FFD 4432 2020 D4E4 14DF BD9E 6E0C 7AD6 5971 F4D0 | |
To claim this, I am signing this object: |
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
{"location": "26.1037194, 44.4288612"}, | |
{"location": "26.1040413, 44.4279724"}, | |
{"location": "26.1040198, 44.4274668"}, | |
{"location": "26.1041271, 44.4261796"}, | |
{"location": "26.1041057, 44.4257965"}, | |
{"location": "26.1036336, 44.4258118"}, | |
{"location": "26.1018526, 44.4258884"}, | |
{"location": "26.1011445, 44.4259957"}, | |
{"location": "26.1009299, 44.4261796"}, | |
{"location": "26.1009514, 44.4267465"}, |
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 page = require('webpage').create(); | |
page.onConsoleMessage = function(msg) { | |
console.log(msg); | |
}; | |
page.open("http://www.dauanunt.ro/cont/login", function(status) { | |
if ( status === "success" ) { | |
page.evaluate(function() { |
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 | |
/* | |
1. https://graph.facebook.com/949954348389919 | |
2. https://graph.facebook.com/950516285000392 | |
3. https://graph.facebook.com/951077058277648 | |
*/ | |
$post_id = "949954348389919"; |
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 | |
/** | |
* Class to improve the seo of the site | |
* | |
* @package OC | |
* @category SEO | |
* @author Chema <[email protected]> | |
* @version 1.0 | |
* @date 21-02-2014 | |
* @url http://garridodiaz.com/phpseo/ |
NewerOlder