This file contains hidden or 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 eulerprob1 = { | |
multiples: [], | |
solver: function() { | |
for(i=0;i*3<1000;i++) { | |
this.multiples.push(i*3); | |
} | |
for(i=0;i*5<1000;i++) { | |
if(!(i*5 % 3 == 0)){ | |
this.multiples.push(i*5); | |
} |
This file contains hidden or 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
1 Rootwalla | |
1 Ranger's Guile | |
17 Forest | |
2 Windstorm | |
2 Plummet | |
1 Encroaching Wastes | |
2 Accorder's Shield | |
1 Verdant Haven | |
2 Elvish Mystic | |
1 Kalonian Tusker |
This file contains hidden or 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
sudo su | |
mount /dev/sda2 /mnt | |
mount /dev/sdb5 /mnt/usr | |
mount /dev/sdb6 /mnt/var | |
mount /dev/sdb7 /mnt/tmp | |
mount /dev/sdb8 /mnt/home | |
mount --bind /dev /mnt/dev | |
mount --bind /dev/pts /mnt/dev/pts | |
mount --bind /proc /mnt/proc | |
mount --bind /sys /mnt/sys |
This file contains hidden or 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
Written by | |
William Steig & Ted Elliott | |
SHREK | |
Once upon a time there was a lovely | |
princess. But she had an enchantment |
This file contains hidden or 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
module.exports = function(a,b){ | |
return a+b; | |
}; |
This file contains hidden or 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
(function(){ | |
var hidden; | |
})(); |
This file contains hidden or 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 60px to whatever height your navbar is | |
* This works on any selector as long as you | |
* give it the :before pseudo-selector. | |
* | |
*/ | |
div[id]:before{ | |
display: block; | |
content: ""; /* IE fix I really forgot what for */ |
This file contains hidden or 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
{ | |
username: "michael", | |
email: "[email protected]", | |
password: "sdf9dfj3kr2m3r09u", | |
items: [ | |
{ | |
name: "haute dress", | |
files: [ | |
{ | |
url: "stitchhub.com/img.jpg", |
This file contains hidden or 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
index - "http://stitch-hub.com/" | |
about - "http://stitch-hub.com/about" | |
profile - "http://stitch-hub.com/{{username}}" | |
item - "http://stitch-hub.com/{{username}}/{{item}}" | |
collection - "http://stitch-hub.com/{{username}}/{{collection}}" | |
account - "http://stitch-hub.com/account" | |
upload - "http://stitch-hub.com/upload" | |
login - "http://stitch-hub.com/login" | |
register - "http://stitch-hub.com/register" |
This file contains hidden or 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
Punk Grips - 13 | |
1 - Beware | |
2 - Klink | |
3 - System Blower | |
!- I want it I need it (Death Heated) | |
!- Thru The Walls | |
!- Spread Eagle Cross The Block | |
!- Death Grips (Next Grips) | |
!- Full Moon (Death Classic) | |
!- Punk Weight |
OlderNewer