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
versionCheck({'$LATEST_HASH':'44bf09d0a2c36585aed1c34ba2e5d958a9379719', | |
'$LATEST_NAME':'Dharma', | |
'$LATEST_MAJOR':'3', | |
'$LATEST_MINOR':'0', | |
'$LATEST_STATE':'alpha3', | |
'$LATEST_DATE':'20091030', | |
'$LATEST_URL':'http://www.foo.com'}) |
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
{ | |
"_id": "8kjbucht0136i6", | |
"_rev": "3-1c6628c59fa517ec0ed1f8a1b9add5d9", | |
"project": "jquery/jquery", | |
"previous_build": "43vgszht00t2ev", | |
"created_at": 1395319305866, | |
"triggered_by": "bedney", | |
"repo": "https://github.com/jquery/jquery.git", | |
"dir": "8kjbucht0136i6", | |
"branch": "master", |
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
{"total_rows":17,"offset":0,"rows":[ | |
{"id":"RactiveJS/Ractive","key":"RactiveJS/Ractive","value":{"rev":"5-9a92c1d2c87950e2771cebd65ae57faf"},"doc":{"_id":"RactiveJS/Ractive","_rev":"5-9a92c1d2c87950e2771cebd65ae57faf","repo":"https://github.com/RactiveJS/Ractive.git","branch":"master","owners":["bedney"],"public":true,"type":"custom","secret":"gch89nht7iphp5","plugins":{"codeswarm-custom":{"prepare_scripts":"npm install","test_scripts":"grunt"},"codeswarm-plato":{"active":"on"}},"state":"passed","started_at":1395772188184,"ended_at":1395772219976,"last_build":"13gosdht7iq0nd","last_successful_build":"13gosdht7iq0nd"}}, | |
{"id":"_design/views","key":"_design/views","value":{"rev":"1-2656a50a5bf9355794e2a916679d9c05"},"doc":{"_id":"_design/views","_rev":"1-2656a50a5bf9355794e2a916679d9c05","views":{"owned_by":{"map":"function (doc) {\n if (doc.owners) {\n doc.owners.forEach(function(owner) {\n emit(owner, doc);\n });\n }\n |
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
{ | |
"_id": "e1bv8uht77ef1a", | |
"_rev": "4-6096f82c64954b6b609f5445f00b8613", | |
"project": "jquery/jquery-mobile", | |
"created_at": 1395754676148, | |
"triggered_by": "bedney", | |
"repo": "https://github.com/jquery/jquery-mobile.git", | |
"dir": "e1bv8uht77ef1a", | |
"branch": "master", | |
"commit": "HEAD", |
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
call pathogen#infect() | |
call dirsettings#Install() | |
" We use a vim | |
set nocompatible | |
" Colo(u)red or not colo(u)red | |
" If you want color you should set this to true | |
let color = "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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style> | |
@namespace foo url("http://www.foo.com"); | |
foo|bar { | |
color: red; | |
} |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style> | |
* { | |
color: blue; | |
} | |
</style> | |
</head> |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style> | |
*|* { | |
color: green; | |
} | |
* { | |
color: blue; |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style> | |
@namespace url("http://www.w3.org/1999/xhtml"); | |
*|* { | |
color: green; | |
} | |
* { |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style> | |
@namespace url("http://www.w3.org/1999/xhtml"); | |
@namespace foo url("http://www.foo.com"); | |
foo|* { | |
color: red; | |
} |