git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
% Other listings-related settings from | |
% http://lampsvn.epfl.ch/trac/scala/export/26099/scala-tool-support/trunk/src/latex/scaladoc.sty | |
% activate the language and predefine settings | |
\lstset{ | |
language=Scala,% | |
xleftmargin=4mm,% | |
aboveskip=3mm,% | |
belowskip=3mm,% | |
fontadjust=true,% | |
columns=[c]fixed,% |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
ANSI_X3.4-1968 ANSI_X3.4-1986 ASCII CP367 IBM367 ISO-IR-6 ISO646-US ISO_646.IRV:1991 US US-ASCII CSASCII | |
UTF-8 | |
ISO-10646-UCS-2 UCS-2 CSUNICODE | |
UCS-2BE UNICODE-1-1 UNICODEBIG CSUNICODE11 | |
UCS-2LE UNICODELITTLE | |
ISO-10646-UCS-4 UCS-4 CSUCS4 | |
UCS-4BE | |
UCS-4LE | |
UTF-16 | |
UTF-16BE |
#!/bin/bash | |
### And Yet It Moves' Simple Startscript | |
### Run, jump and turn the world upside-down with And Yet It Moves! | |
### Enjoy! | |
### webs | |
rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" | |
libdir="lib" | |
bin=lib/AndYetItMoves |
#!/bin/bash | |
mkdir -p ~/Downloads/src | |
cd ~/Downloads/src | |
function uninstall_haxe() { | |
sudo rm -rf /usr/bin/haxe /usr/bin/haxelib /usr/lib/haxe | |
} | |
function install_haxe() { |
This is not intended to be comprehensive or authoritative, just free online resources I've found valuable while learning more about Erlang.
/** | |
* K.jpg's OpenSimplex 2, smooth variant ("SuperSimplex") | |
* | |
* More language ports, as well as legacy 2014 OpenSimplex, can be found here: | |
* https://github.com/KdotJPG/OpenSimplex2 | |
*/ | |
public class OpenSimplex2S { | |
private static final long PRIME_X = 0x5205402B9270C86FL; |
Puts on glasses: | |
(•_•) | |
( •_•)>⌐■-■ | |
(⌐■_■) | |
Takes off glasses ("mother of god..."): | |
(⌐■_■) | |
( •_•)>⌐■-■ |