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) |
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(); |
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 |
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(); |
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 |
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, |
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 |
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; |
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) |
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