🍩
- GitHub Staff
- https://abrah.am
- @[email protected]
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
| cool |
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
| orangeorangeorangeorange |
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
| require 'uri' | |
| require 'cgi' | |
| require 'json' | |
| known_keys = [ | |
| "secret", | |
| "digits", | |
| "period", | |
| ] |
Test 2
hello world
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
| Object.keys(document.styleSheets).forEach(function(styleSheetKey) { | |
| var rules = document.styleSheets[styleSheetKey].rules || {}; | |
| Object.keys(rules).forEach(function(ruleKey) { | |
| var media = rules[ruleKey].media; | |
| if (media) { | |
| media.mediaText = media.mediaText.replace('print', 'screen'); | |
| } | |
| }); | |
| }); |
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
| import { one, two, pipe } from './utils'; | |
| class Main { | |
| public sentence() { | |
| return pipe<string>('word', | |
| addPeriod, | |
| capitalize); | |
| } | |
| } |
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
| [ | |
| {"one":"two"}, | |
| {"three":"four"} | |
| ] |
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
| { | |
| "is_quote_status": true, | |
| "quoted_status": { | |
| "is_quote_status": true, | |
| } | |
| } | |
NewerOlder