I hereby claim:
- I am sevvie on github.
- I am sevvie (https://keybase.io/sevvie) on keybase.
- I have a public key ASCrQ1tuQ9XuPQNGg5ycQlFmXxhimp7vQ32jpH68QlaeMQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1DuevjrrG9srVAKiZBWzDLcn5GC1eQA6mw https://explorer.blockstack.org/address/1DuevjrrG9srVAKiZBWzDLcn5GC1eQA6mw |
| Verifying my identity on Peepeth.com 0xb9a7922eec475605498ba3c1f7f0aca98585f30a |
| do { | |
| (New-Object System.Net.WebClient).DownloadFile( "http://idsv.co/obs_json.php", '.\Documents\ytsaints-hashtag.txt' ) | |
| sleep 2 | |
| } while( 1 ) |
| class AppState { | |
| @observable raw_ticket_data; | |
| @observable sort_by = 'Owner'; | |
| @observable group_by = 'Queue'; | |
| constructor(raw_ticket_data) { | |
| this.raw_ticket_data = raw_ticket_data; |
| The game is on; your first clue has two parts: | |
| the monitor you gave | |
| https://goo.gl/3NCcdL |
| subtest { | |
| ok 1 + 1 eq 2, "Reality sinks in; this isn't a dream."; | |
| is 123.WHAT.gist, "(Int)", "Integers are treated as _scalar Int objects_"; | |
| is 1.23.WHAT.gist, "(Rat)" "Rationals are treated as _scalar Rat objects_"; | |
| is "moo".WHAT.gist, "(Str)", "Strings are treated as _scalar Str objects_"; | |
| is [1, 2, 3].WHAT.gist, "(Array)", "Arrays, or Lists, are treated as _Array objects_"; | |
| is {'name' => 'Camelia'}.WHAT.gist, "(Hash)", "Hashes, or hash-maps, are treated as _Hash objects_"; | |
| }, "Yeah... I've suspended disbelief for the narrative; I'm stranded."; |
| use v6; | |
| use lib 'lib'; | |
| use Test; |
| global <<< require \prelude-ls | |
| fs = require \fs | |
| yaml = require \js-yaml | |
| marked = require \marked | |
| hljs = require \highlight.js | |
| jade = require \jade | |
| marked.setOptions {highlight: (lang, code) -> | |
| hljs.highlightAuto(lang, code).value | |
| } |