Skip to content

Instantly share code, notes, and snippets.

View epicTCK's full-sized avatar
🤠
yeehaw

Caleb epicTCK

🤠
yeehaw
View GitHub Profile
@epicTCK
epicTCK / asdfsa
Created April 14, 2017 16:30
lsad;kfj
class Circle extends Array {
constructor() {
super();
}
rotate() {
this.push(this.shift());
}
rotate2() {
this.unshift(this.pop());
}
@epicTCK
epicTCK / LetsRunUserScript.js
Last active February 6, 2018 15:16
letsrun userscript wip
// ==UserScript==
// @name Let's Run
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Make Let's Run more usable
// @author Caleb Gentry
// @match http://www.letsrun.com/forum/*
// @grant GM_addStyle
// ==/UserScript==
@epicTCK
epicTCK / Unikong.md
Last active April 2, 2016 00:23
Details about SE's new game for April Fools, Unikong

The Konami Code

As stated on the Wikipedia page for the Konami Code the code is --------B-A.

Start is appended to the end of the code in the game Contra.
However, the "Konami Code" referenced in Unikong appends an enter to to the end. Source: Unikong Source Code (Inspect Element)

Using the Konami Code in Unikong

Upon pressing the keys corresponding to the Konami Code in the Unikong menu, the game will start with golden particles on the screen, playing the music labled as "gameOverTheme and gameOverIntro" in the source code. The music could be discribed as a remix to Rick Astley's "Never Gonna Give You Up" (1987)

The Music

http://cdn.sstatic.net/img/unikong/game-over-music.mp3
http://cdn.sstatic.net/img/unikong/game-over-intro.mp3

/* Copyright(c) 2016 Caleb Gentry alias epicTCK
* 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 furnished to do so,
* subject to the following conditions:
@epicTCK
epicTCK / ppcgmc important coordinants.md
Last active March 14, 2016 13:06
yah know, the title...

Mineshaft: -209 23 403 XYZ
Spawn: -72 256 XZ
Stronghold: -600 2100 XZ
Swamp with slimes: 400 1100 XZ
Village: -347 -118 XZ
Lumien: -103 206 XZ
Carnivous: -1700 1700 XZ
Zombie Spawner: -66 15 -401 XYZ
Grinder: 282 75 153 XYZ
Cave Spider Spawner and Mineshaft around -55 520 XZ

@epicTCK
epicTCK / dabblet.css
Created January 1, 2016 17:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@epicTCK
epicTCK / dabblet.css
Last active February 1, 2016 17:33
Caleb's Christmas list correct
/**
* Caleb's Christmas list correct
*/
@epicTCK
epicTCK / dabblet.css
Last active November 18, 2015 02:35
Caleb's Christmas list
/**
* Caleb's Christmas list
*/
@epicTCK
epicTCK / dabblet.css
Last active November 18, 2015 13:14
Caleb's Christmas list
/**
* Caleb's Christmas list
*/
@epicTCK
epicTCK / dabblet.css
Created March 8, 2015 19:12
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;