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 SAFARI BC CHROME IS WHACK! |
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
| new_list = [expression(i) for i in old_list if filter(i)] | |
| d = {key: value for (key, value) in dict.items()} |
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
| {"selectors":[{"parentSelectors":["_root"],"type":"SelectorElement","multiple":true,"id":"li.pickContainer","selector":"li.pickContainer","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Away Pick Percentage","selector":"a.awayTeamSelection span:nth-child(1)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Away","selector":"a.awayTeamSelection span:nth-child(2)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Home Pick Percentage","selector":"a.homeTeamSelection span:nth-child(2)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Home Team","selector":"a.homeTeamSelection span:nth-child(1)","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false,"id":"Spread","selector":".spreadInfo","regex":"","delay":""},{"parentSelectors":["li.pickContainer"],"type":"SelectorText","multiple":false," |
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 element1 = document.createElement("script");element1.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js";element1.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(element1); | |
| // full disclosure: i found this through google and didn't write it |
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
| for i in `git st -s | awk '{print $2}'` ; do grep -HI '>>>' $i --color=always ; done |