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
// Generated by CoffeeScript 1.6.3 | |
/* | |
first.js -- kicking coffee's tires w/jquery | |
*/ | |
(function() { | |
var $; | |
if (typeof jQuery !== "undefined" && jQuery !== null) { |
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
# Make sure we've got jQuery and curb explosions if we don't | |
if jQuery? | |
$ = jQuery | |
$ -> | |
$('h1').animate { | |
padding: '50px' | |
}, 1000, (e) -> | |
alert 'asdf' | |
true | |
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
" Colors taken from Solarized color scheme | |
let s:solr_grays = "ctermfg=240 ctermbg=235 guifg=#586E75 guibg=#073642" | |
let s:solr_warn = "ctermfg=230 ctermbg=160 guifg=#FDF6E3 guibg=#DC322F" | |
exe 'hi! User1 ' . s:solr_grays | |
exe 'hi! User2 ' . s:solr_grays | |
exe 'hi! User3 ' . s:solr_grays | |
exe 'hi! User4 ' . s:solr_grays | |
exe 'hi! User5 ' . s:solr_grays | |
exe 'hi! User6 ' . s:solr_grays |
NewerOlder