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
$$=((!!$<<~-~!!$)+''),$_=!$+'',_$={}+'',__={}[+!$]+'',$_[$$[+!!$]]+$_[-~!!_$<<!!_$]+$_[+!!_$]+__[+!!_$]+' '+__[$$[+!$]]+$_[$$[+!!$]]+' '+$_[+!!_$]+' '+_$[-~!!$]+_$[+!!$]+$_[$$[+!!$]]+$_[$$[+!!$]] |
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
alias.currentbranch=rev-parse --abbrev-ref HEAD | |
alias.stupdate=!f() { BR=`git currentbranch`; git stash clear && git stash && git checkout master && git pull --rebase && git checkout $BR && git rebase master && git stash pop; }; f |
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
// Edit this keymap file and save to apply. | |
[ | |
{ "command": "changes", "keys": { "mac": ["Cmd-9"] } }, | |
{ "command": "closetab", "keys": { "mac": ["Cmd-W"] } }, | |
{ "command": "commands", "keys": { "mac": ["Cmd-Shift-A"] } }, | |
{ "command": "duplicateSelection", "keys": { "mac": ["Cmd-D"] } }, | |
{ "command": "formatcode", "keys": { "mac": ["Cmd-Alt-L"] } }, | |
{ "command": "modifyNumberDown", "keys": { "mac": ["Cmd-Ctrl-Alt-Up"] } }, | |
{ "command": "modifyNumberUp", "keys": { "mac": ["Cmd-Ctrl-Alt-Down"] } }, | |
{ "command": "movelinesdown", "keys": { "mac": ["Alt-Shift-Down"] } }, |
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
.c9terminalcontainer.dark, | |
.ace_dark, | |
.ace_editor, | |
.codeEditorHolder, | |
.ace-gutter { | |
background-color: #263238; | |
} | |
body, | |
.ace_tree_cells { |
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
const REGEX_PATTERNS = { | |
ip4: /((\d{1,3}\.){3}\d{1,3})/, | |
onlyDigits: /(^[\d\s]+$)/, | |
urlKeywords: /(https?(:\/\/)?|www\.)/i, | |
specialChars: /([!@#$%^&*+=|<>?:;\/\\])/, | |
emailAddress: /([\w\.-]+@\w+(\.\w+)+)/, | |
emailVerbose: /(.+?at(.+)?\w+?(.+)?(dot|\.)(.+)?com[^a-zA-Z]?)/i, | |
topLevelDomains: /(\.(com|edu|gov|int|mil|net|org|arpa)[^a-zA-Z]?)/i, | |
linkedinKeywords: /(linkedin|member|official)/i, | |
moreThanOneDigits: /(\d.*\d)/, |
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
//console | |
[source,cypher] | |
---- | |
CREATE (n{name:'cypher'})-[r:LIKES]->({name:'icecream'}) return n.name, r | |
---- |
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
<div id="iPhoneBro" class="iPhone gen"> | |
<div class="title"> | |
<input type="submit" class="back button" value="Messages"> | |
<span class="contact_name button">(614) MEME-BRO</span> | |
<input type="submit" class="edit button" value="Edit"> | |
</div> | |
<div id="conversation" class="conversation "> | |
<div class="time"><div class="time"><p>Aug 9, 2012 3:43 AM</p></div></div><div class="text sent" id="query"><div class="reflect"></div><p>Check Out <a href-"http://www.memebro.com/?r=codepen">memebro.com</a></p></div> | |
<div class="text receive"><div class="reflect"></div><p>Try "+popular", "+trending", or "+new" for meme lists</p></div> | |
<div class="text sent" id="query"><div class="reflect"></div><p>+popular</p></div> |