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
ul, li{ | |
margin: 0px; | |
padding:0px; | |
list-style: none; | |
-webkit-font-smoothing: antialiased; | |
} | |
ul { | |
background-color: #e4e8ec; |
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
body { | |
background-color: #F2F6F9; | |
} | |
ul, li{ | |
margin: 0px; | |
padding:0px; | |
list-style: none; | |
-webkit-font-smoothing: antialiased; | |
} |
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
body { | |
background-color: #f2ff27; | |
} | |
div { | |
position: absolute; | |
height: 100%; | |
width: 100%; | |
background: url('http://i.imgur.com/WKfX1.png') no-repeat center center; |
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
so the idea is... | |
you make a shot on dribbble then you can make a massive shot on this site.. | |
but you have to link the original shot.. | |
this way we can leverage the community behind dribbble and use their API for getting likes .. original uploader and all that other stuff | |
so we need a design | |
and some code | |
i am thinking node ... express .. jade ... sass |
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
<html> | |
<style> | |
img { | |
position: absolute; | |
-webkit-transition: all 10s cubic-bezier(0.175, 0.885, 0.320, 1); | |
} | |
body { | |
background-color: #1D1d1d; | |
cursor: pointer; | |
overflow: 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
opts = { | |
'foo': { | |
alias: ['f', 'fooo'], | |
action: zap, | |
decription: 'this is what foo does' | |
} | |
} | |
require('argParser').init(opts); |
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
<html> | |
<head> | |
<style> | |
.custom_select { | |
height: 30px; | |
width: 50px; | |
border-radius: 3px; | |
cursor: pointer; | |
background-image: url("http://i.imgur.com/nNp9D.png"); | |
background-position: center center; |
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 request = require('request'); | |
var FFI = require("node-ffi"); | |
var libc = new FFI.Library(null, { | |
"system": ["int32", ["string"]] | |
}); | |
var run = libc.system; | |
var ryansShots; | |
function gogo() { |
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
</script> | |
<script src="http://s3.amazonaws.com/samexhibit/production/files/6794/775c105ddbca783e5f76606ebda9e63504d63da1.js?1370006692"></script> | |
<script> |
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
</script> | |
<script src="http://s3.amazonaws.com/samexhibit/production/files/6795/0696ad987f1e70f3aea67781b8c41d774214a26f.js?1370006743"></script> | |
<script> |