Skip to content

Instantly share code, notes, and snippets.

@ultimape
ultimape / newMONC.bat
Created November 6, 2012 22:56
newMONC - new Minecraft Offline Name Changer
@echo off
REM Minecraft Name Changer
echo.
echo **************************************************
echo * newMONC *
echo * new Minecraft Offline Name Changer *
echo **************************************************
echo.
echo Play on SMP LAN when minecraft.net is down,
echo or when you don't have internet.
@ultimape
ultimape / i_break_ide.c
Last active November 28, 2018 02:58
hightlighting bug test
/* Highlighting Bug Test Code
* 2009 Nicholas Perry
*/
/*
(Feel free to use this as you want, I'm calling it public domain.)
I was messing around with code highlighting engines.
This should compile and print out a message in any valid c-programming compiler.
Although it won't look like it would in nearly every code highlighting environment or IDE.