View gist:3f257badca7cfc2f7a940b0b8b56c8ec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================= | |
SNES | |
======================= | |
7th Saga, The (USA) | |
ActRaiser (USA) | |
Aladdin (USA) | |
Alien 3 (USA) | |
Arkanoid - Doh it Again (USA) | |
Axelay (USA) |
View gist:c903998b98b7920d529f9c9f169e2f3b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import moment from 'moment-timezone'; | |
moment().tz("America/Detroit", true).utcOffset(0, false).format(); |
View gist:638d10102fc75ac62334dc85301be836
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!`:: ; Next window | |
WinGetClass, ActiveClass, A | |
WinGet, WinClassCount, Count, ahk_class %ActiveClass% | |
IF WinClassCount = 1 | |
Return | |
Else | |
WinGet, List, List, % "ahk_class " ActiveClass | |
Loop, % List | |
{ | |
index := List - A_Index + 1 |
View gist:af714f8b683a478931edfd8381adb598
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var scrollInt = 0; | |
function ScrollForever() { | |
scrollInt = window.setInterval(function() {window.scrollTo(0,document.body.scrollHeight);}, 1000); | |
} | |
function StopScrolling() { | |
window.clearInterval(scrollInt); | |
} | |
ScrollForever(); |
View gist:28e123e27417f3326aee18363f69bc77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import MUIField from 'material-ui/TextField'; | |
import React, {Component} from 'react'; | |
class TextField extends Component { | |
constructor(props, context) { | |
super(props, context); | |
this.state = { | |
value: props.value || props.defaultValue |
View gist:8a090f68d62192e2aed8a57a6da38130
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Memorycrawler.com User Bjorn_Freeh Memories | |
=========================MEMORY INFO===================================== | |
|Memory Name:Answering Interview:Batman for TV, 1966<br/><br/>Do you remember when Batman (Adam West) and Robin (Burt Ward) climbed the charts in prime-time TV? | |
| | |
|Place:Marysville, Michigan | |
| | |
|Location:Armada, |
View gist:b5fe3cd6ba5ecb05f3fe5f78ed43ae82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MemoryCrawler.com Podcast Episode 1: Our First Podcast! | |
Alan Jackson song was removed so we dont have any copyright issues (Search for a song called www.memory). TheMemoryCrawler is nervous about first podcast and tries to give a site overview. Calling grandpataylor (memory about catching fish). Shithouse memory from grandpataylor. Facebook integration with memorycrawler. Toe Jam and Earl relation to memorycrawler rankings. Post a memory of being a home wrecker. Calling brother dan10878 (sorry about the low audio). Beth Stalker plug. All you need is a little TCF bank! Susan loves my pathetic things I have done. Bank nightmares/learning experiences. Release of the wii. Name that videogame tune. | |
MemoryCrawler.com Podcast Episode 2: Thanksgiving Special | |
Memorycrawler Thanksgiving special. Interview with Aunt Becca. Knock down of her Ex-Husband and popping babies out. Baby stories of when Becca was born. Dan, Dave and Noel talk about Pickled Pigs Feet. Uncle Kirt talks about Marthon experience. Barb Taylor tal |
View gist:229b92c83fd2b6427725d6fc492306a2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ "$1" == "y" ]]; then | |
echo -n "Enter github.com username>"; | |
read username; | |
echo "$username" | |
fi; |
View gocore_install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
appName=$1 | |
username=$2 | |
pushGithub=$3 | |
rm -rf $appName/ | |
camelUpper="${appName^}" | |
mkdir -p $appName/build$camelUpper | |
mkdir -p $appName/modelBuild$camelUpper | |
cd $appName/ | |
IN=$(pwd) |
View gist:9a70981cd852ab135bfab8b1c55a24a0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ebay 96 case 1: 1990s/2000s Rock/Metal Collection | |
The Mars Volta\De-Loused in the Comatorium | |
Cave In\Jupiter | |
Jimmy Eat World\Bleed American | |
Spawn\The Album | |
Nirvana\Nevermind | |
Stone Temple Pilots\Shangri La Dee Da | |
Queens of the stone age\Songs for the Deaf |
NewerOlder