I hereby claim:
- I am noplanman on github.
- I am noplanman (https://keybase.io/noplanman) on keybase.
- I have a public key whose fingerprint is 3B0E 8C6B 7249 F1A1 0038 4A31 3D71 085D 1492 0359
To claim this, I am signing this object:
<?php | |
/** | |
* Problem 10 - https://projecteuler.net/problem=10 | |
* Find the sum of all the primes below two million. | |
*/ | |
function pe10() { | |
// Remember all found primes in this array. | |
$primes = array( 1 => 2 ); | |
$prime_count = 1; |
{ | |
"shell_cmd": "while [ ! -f phpunit.xml.dist ] && [ ! -f phpunit.xml ]; do if [[ `pwd` != '/' ]]; then cd ..; else echo 'No phpunit test config found.'; exit 0; fi; done; phpunit;" | |
} |
#!/usr/bin/env bash | |
# make script exit if a simple command fails and | |
# make script print commands being executed | |
set -e -x | |
# names of latest versions of each package | |
export VERSION_PCRE=pcre-8.38 | |
export VERSION_OPENSSL=openssl-1.0.2e | |
export VERSION_NGINX=nginx-1.9.9 |
#!/usr/bin/perl -w | |
# | |
# Script for downloading the most recent GPS Assist Data to a Sony DSC | |
# Camera with built-in GPS, such as the Sony DSC-HX5V. The script must | |
# be called with the mount point of a memory card for the camera as | |
# argument. | |
# | |
# See https://github.com/henrikbrixandersen/sony-gps-assist for more | |
# information. | |
# |
<?php | |
/** | |
* Usage on CLI: $ php broadcast.php [telegram-chat-id] [message] | |
*/ | |
require __DIR__ . '/vendor/autoload.php'; | |
use Longman\TelegramBot\Request; | |
use Longman\TelegramBot\Telegram; |
I hereby claim:
To claim this, I am signing this object:
# | |
# THIS SCRIPT HAS BEEN MOVED TO A NEW HOME: | |
# | |
# https://github.com/noplanman/cyon-api/blob/master/dns_cyon.sh | |
# |
#!/usr/bin/env bash | |
# Set the Mullvad account number. | |
ACCOUNT_NUMBER="1234" | |
# For the home network, make sure the external IP is set here | |
# to prevent local traffic from going through the VPN. | |
HOME_IP="" | |
# Load the config download page to get CSRF tokens. |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:3b0e8c6b7249f1a100384a313d71085d14920359] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:3b0e8c6b7249f1a100384a313d71085d14920359] |