[00FF00]Poison[-]
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
#!/usr/bin/env zsh | |
declare -a major_minors | |
major_minors=( | |
0.11 | |
0.12 | |
0.13 | |
0.14 | |
0.15 | |
1.0 |
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
# Download latest dotnet/codeformatter release from github | |
$repo = "jgm/pandoc" | |
$filenamePattern = "*x86_64.zip" | |
$pathExtract = "C:\Tools\pandoc" | |
$innerDirectory = $true | |
$preRelease = $false | |
if ($preRelease) { | |
$releasesUri = "https://api.github.com/repos/$repo/releases" |
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
#!/usr/bin/env bash | |
# NOTE: This requires you to have Homebrew installed | |
# --> https://brew.sh/ | |
# NOTE: You need to have Homebrew's GCC installed | |
# --> brew install gcc | |
wget ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib2/wgrib2.tgz | |
tar xvzf wgrib2.tgz |
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
javascript:var markerList = markerList || {}; for (marker in markers) { if (!markerList.hasOwnProperty(markers[marker].options.locmarkerid)) { console.log("Marker added"); markerList[marker] = '"' + markers[marker].options.title.split(': ')[1] + '","' + markers[marker].options.title.split(': ', 2)[0] + '",' + markers[marker]._latlng.lat.toFixed(6) + ',' + markers[marker]._latlng.lng.toFixed(6); } } var markerString = ""; for (marker in markerList) { markerString += "[" + markerList[marker] + "],"; } (function (text) { var node = document.createElement('textarea'); var selection = document.getSelection(); node.textContent = "[" + text + "]"; document.body.appendChild(node); selection.removeAllRanges(); node.select(); document.execCommand('copy'); selection.removeAllRanges(); document.body.removeChild(node); })(markerString); |
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
#!/usr/bin/env bash | |
# Upgrade everything | |
sudo yum -y update | |
# Enable EPEL Repo | |
sudo yum-config-manager --enable epel | |
# Install the required packages for compilation | |
sudo yum install make automake gcc gcc-c++ libcurl-devel proj-devel geos-devel python-devel |
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 | |
shopt -s expand_aliases | |
wrapper_log() { | |
echo -e "\033[1;32m[py27-wrapper]\033[0m $*\033[0m" | |
} | |
export PATH="$HOME/.pyenv/bin:$PATH" | |
export PATH="/app/.pyenv/bin:$PATH" |
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 | |
# One-Line-ify It: wget -O- https://goo.gl/jblmAa | sudo bash - | |
show_aws_post_setup_commands() { | |
InstanceId=$(wget -qO- http://169.254.169.254/latest/meta-data/instance-id) | |
RegionName=$(wget -qO- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed 's/\(us-\(west\|east\)-[0-9]\)[a-z]/\1/g') | |
cat <<MOO |
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 | |
$a = md5('240610708'); | |
$b = md5('QNKCDZO'); | |
echo "A\n"; | |
var_dump($a); | |
echo "\nB\n"; | |
var_dump($b); |
I hereby claim:
- I am r35krag0th on github.
- I am bobsaska (https://keybase.io/bobsaska) on keybase.
- I have a public key whose fingerprint is 66E7 9900 BE3C B097 813A 2937 3ACF D041 DFBD D652
To claim this, I am signing this object:
NewerOlder