Skip to content

Instantly share code, notes, and snippets.

27
1 1
1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 2 2 1 1 2 2
@m-ender
m-ender / prelude.py
Created April 10, 2015 10:58
Modified Prelude interpreter. (http://esolangs.org/wiki/Prelude)
#!/usr/bin/python
import sys
NUMERIC_INPUT = True
NUMERIC_OUTPUT = True
try:
filename = sys.argv[1]
except:

This is a list of bands in and around the instrumental post-rock genre for everyone who wants to discover some new bands, some more, some lesser known. I am neither a musician nor a music journalist and this list merely reflects my personal taste. Go make your own if you don't like it. ;)

The Big Ones

  • Explosions in the Sky (EITS): Explosions are a great gateway drug to post rock. You can simply listen to any of their stuff and it's going to brighten your day. Their music ranges from truly explosive tracks like Yasmin the Light to the calm and beautiful Your Hand in Mine. For some reason, I like to listen to their records in reverse chronological order, but there isn't really one particular album, I'd pick out as best. Just dive in!
  • Godspeed You! Black Emperor (GY!BE): These guys sort of invented post rock. There is a lot of weird stuff on record though, but the actual music in between that weirdness
@m-ender
m-ender / fibonacci.md
Last active October 21, 2015 14:54
Draft for Fibonacci spec

Task

With as little code as possible, you are to compute the Fibonacci numbers. You may do this one of two ways:

  1. Generate an infinite sequence of Fibonacci numbers. This may either be in the form of the numbers printed to standard output, or as a stream or generator in languages that support them. If you choose this option, there should be no upper bound on the numbers produced other than your computer's memory. In particular, your code must not terminate (or produce wrong output) early due to things like fixed-size integers (e.g. 64-bit), recursion limits etc.
  2. Given n, calculate the nth Fibonacci number. If you choose this option, your submission may assume that a reasonable limit on the input, but your code must at least support all Fibonacci numbers up to 1,836,311,903 (such that it fits into 31 bits).

You may choose whether the sequence starts from 0 or the first 1:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55

@m-ender
m-ender / ppcg-language-stats.txt
Created April 29, 2016 19:39
PPCG Language Usage Statistics as of 2016-03-01
python: 5234
javascript: 3330
ruby: 1966
perl: 1908
c: 1809
cjam: 1697
haskell: 1451
mathematica: 1412
pyth: 1361
java: 1259
@m-ender
m-ender / simple-challenges.md
Last active January 10, 2025 17:12
Simple challenges on CodeGolf.SE to take new programming languages for a spin.
@m-ender
m-ender / kohctpyktop.md
Last active September 19, 2017 11:26
Solutions for Zachtronics' KOHCTPYKTOP
Level my solution Sp's solution
3: 4-input AND/OR gate eNrtmV1yhCAQhGWalz1DrpD3nCX3v0iyxN1SAsiPIEhDUbj10cwq2g6l/tQfj2/1 +FJ6yalzCpWpmRELhPJb20d81fYRnZFPj8ibfCeUgxqIKKap9djdB4QS7L3CmN4h VFHVGzF5Oa4QRq3gzE5OIYV3E5p0TvzFUADOVk4FnpZJ9XIfjLV/rlNwgHTHJYLr xZzb+4dnxKbYXBKxnIWfK/IegLA+Dstt6N8qVMBACG+eoVbW5bXMKE8dmGJALelK watB2g29u1WSXk/tZDtpZoeY15mUVul50EpmRuG/QuEZJZtDdxkp6pphEkXjqwFa B+k4WSUmox1uhF1euKGQXbM30f7M8Jjmbs9LKM2BdMisEkU2ixItsNenarf6cW8e 7EvqzCEjPbDo/6XNq8FxsrQOWmXlT+VnfwyfgKIzKofUTtPq0daZP0grU2urEkfr fOM+xSrdrZzynUVKOjXN2vdd4Eg/xlrIyA== eNrtWUuygyAQDNNucoZ3hexzltz/Ii/yCYiglGgCRWOplN0zMoBdI0yP6e/+Uven mm5HDho2byg79zMMVfEx9HConfvZhrJ7dNOr6suGi+6h5tCQhjTsw1Cnc5IvGgWQ POtReVcwN2SuuJq+6geeI+IZ062EItsMWRG0VdzKGHcuZOUBAcO/YL5oRzucnB85 h+K6bLvJLr4EZ370LusZtGAi5NqCgBB5yHECWp5hOEk81Upn4nm+2NhtHX7MP1am m40f6+0wI4g7ZNh53RLFfIwyFsWN1AWUC3U0q99FAk+UKFGiY6OUyoMoorP3iBLx tNdmcE4SpVT2Indo9xOukDt8LaIKz2ZtgJ8wUUplU1LZX964LZWN5I1g3kiUUjkC ikTpP94uIgKFlGjbUlm9Mx/nM+nt9D5Qt
@m-ender
m-ender / readme.txt
Last active June 24, 2021 20:52
A Sailor's Pastime (PuzzleScript Script)
Play this game by pasting the script in https://broken-sign-games.github.io/PuzzleScript/editor.html
@m-ender
m-ender / readme.txt
Last active July 5, 2021 14:37
Isaac and the Conservation of Momentum
Play this game by pasting the script in https://broken-sign-games.github.io/PuzzleScript/editor.html
@m-ender
m-ender / readme.txt
Last active July 9, 2021 21:28
Isaac and the Conservation of Levels
Play this game by pasting the script in http://www.puzzlescript.net/editor.html