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
[ | |
{ | |
"installDate": 1526437677476, | |
"enabled": true, | |
"updateUrl": "https://userstyles.org/styles/chrome/136318.json?ik-bg_theme=ik-bg_theme_blueg&ik-text_theme=ik-text_theme_def&ik-photo_filters=ik-photo_filters_none&ik-chat_opacity=ik-chat_opacity_full&ik-cover_photo=ik-cover_photo_no&ik-ro_av=ik-ro_av_n&ik-convo_list=ik-convo_list_n&ik-wider_b=ik-wider_b_n&ik-cust_bg=ik-cust_bg_n&ik-cust_bg_ph=ik-cust_bg_ph_1", | |
"md5Url": "https://update.userstyles.org/136318.md5", | |
"url": "http://userstyles.org/styles/136318", | |
"originalMd5": "3390e5b7c6a6c75d4c2981189c7f5248", | |
"sections": [ | |
{ |
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
"hello, world"; // edit this to begin | |
"test" | |
5 + 5 |
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
// Hi! | |
(function() { return 'hi'; })(); | |
// This is a sketchpad for Javascript | |
// ---------------------------------- | |
// * 2 spaces are default so that stuff fits | |
// on projectors. | |
// * some things might be weird, don't be afraid | |
// * console.whatever doesn't do anything |
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
seq 100 | sed 'n;n;s/.*/Fizz/' | sed 'n;n;n;n;s/[0-9]*$/Buzz/' |
NewerOlder