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
| 'use strict'; | |
| //Dependencies | |
| var unirest = require('unirest'); | |
| module.exports = function(id, secret, path, version) { | |
| if (!path) var path = 'https://cryptos.io/api/'; | |
| if (!version) var version = 'v1/'; | |
| return { |
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
| 'use strict'; | |
| /* global $, jQuery, alert */ | |
| // _.map(DB, function(value, key){ | |
| // return key; | |
| // }); | |
| function Seed () { | |
| var self = $.observable(this); |
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
| 4&/1z [jehan:~/go/src/scramble] master(+1/-1)+ 2 ± make | |
| go get scramble | |
| # github.com/sloonz/go-iconv | |
| clang: error: argument unused during compilation: '-fno-eliminate-unused-debug-types' | |
| make: *** [build] Error 2 |
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
| 4&/1z [jehan:~/go/src/scramble] master(+0/-0)+ 1 ± make | |
| go get scramble | |
| # cd .; hg clone -U https://code.google.com/p/go.crypto /Users/jehan/go/src/scramble/src/code.google.com/p/go.crypto | |
| abort: couldn't find mercurial libraries in [/usr/platlib/Library/Python/2.7/site-packages /usr/local/bin /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload /System |
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
| // Functional parallaxing calculations | |
| function slidingTitle() { | |
| //Get scroll position of window | |
| windowScroll = $(this).scrollTop(); | |
| //Slow scroll of .art-header-inner scroll and fade it out | |
| $artHeaderInner.css({ | |
| 'margin-top' : -(windowScroll/3)+"px", | |
| 'opacity' : 1-(windowScroll/550) | |
| }); |
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
| grid-padding = 1.5em | |
| number-of-columns = 12 | |
| column-width = 100% / number-of-columns | |
| media-tablet = "screen and (max-width: 800px)" | |
| media-phone = "screen and (max-width: 500px)" | |
| *, *:after, *:before |
NewerOlder