Skip to content

Instantly share code, notes, and snippets.

View CrimsonRoselia's full-sized avatar
👎

CrimsonRoselia

👎
View GitHub Profile
@CrimsonRoselia
CrimsonRoselia / XPObf
Created May 17, 2013 15:54
Obfuscated version of XPCalc
-- Compile: ghc XPObf.hs
-- Usage: ./XPObf <level>
-- Copyright (c) 2013 Mr-Biohazard
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limitation the rights
-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-- copies of the Software, and to permit persons to whom the Software is
@CrimsonRoselia
CrimsonRoselia / XPCalc
Last active December 17, 2015 08:09
A haskell program that calculates XP levels in minecraft. And yes, i MIT licensed the snippet 8D
-- Compile: ghc XPCalc.hs
-- Usage: ./XPCalc <level>
-- Copyright (c) 2013 Mr-Biohazard
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limitation the rights
-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-- copies of the Software, and to permit persons to whom the Software is