Skip to content

Instantly share code, notes, and snippets.

@anna328p
anna328p / crash.log
Created February 22, 2017 01:58
Minecraft crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.1.101-universal.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 2/21/17 5:23 PM
Description: Initializing game
@anna328p
anna328p / beerlang.md
Last active November 14, 2016 05:40
BeerLang - code golf language

This is a very short and simple, string oriented code golf language. It is good for challenges similar to "99 Bottles of Beer" (hence its name).

###Syntax

// Line 1: Ruby style string declarations, separated with spaces, all on one line, single character names.
a="bottle" b="of beer" c="on the wall"
// All lines after this are loops and/or statements
// Loop line 1: The loop specifications: count from, count to, variable name
99 2 i

// Loop line 2: The string with substitutions to output. Arithmetic can be performed on the variable