I hereby claim:
- I am cgiffard on github.
- I am cgiffard (https://keybase.io/cgiffard) on keybase.
- I have a public key whose fingerprint is 311D 52CE 648C 26B5 B656 757D 5412 7758 1FC4 D791
To claim this, I am signing this object:
| defmodule Bureaucrat.Interfaces.GraphQL.SchemaBuilder do | |
| @moduledoc false | |
| require Logger | |
| def build_schema(owner) do | |
| date = DateTime.to_string(DateTime.utc_now) | |
| schema_description = | |
| "Autogenerated bureaucrat schema. Different every time! " <> date |
| Post ID, Post Timestamp, Username, Text (including machine posts) | |
| "71081328","2017-03-17T10:03:07Z","voguemagazine","Miss Rodeo New Mexico 2016 Shows Vogue The Ropes | American Women — https://app.net/b/rqg5g" | |
| "71081327","2017-03-17T08:04:35Z","epicurious","Classic Potato Kugel for Passover | Epicurious — https://app.net/b/rqg56" | |
| "71081326","2017-03-17T07:07:15Z","cgiffard","Midnight PST and things are still going?" | |
| "71081325","2017-03-17T06:45:35Z","joanna","But not forgotten. :-)" | |
| "71081324","2017-03-17T06:43:58Z","joanna","Gone?" | |
| "71081323","2017-03-17T06:39:02Z","joanna","Still have this channel. I don't want to close my browser!" | |
| "71081322","2017-03-17T06:38:38Z","phoneboy","Yup, looks like the API server has shut down." | |
| "71081321","2017-03-17T06:38:18Z","joanna","Global won't refresh on Riposte." | |
| "71081320","2017-03-17T06:37:53Z","djscolam","#NowPlaying End Theme - Zero 7 [youtu.be] Requested by: @berg #MondayNightDanceParty #BeExcellentToEachOther. //@adnprinter #adnprinter |
| 'use strict'; | |
| var config = require('./config'), | |
| spacebridge = require('./lib/spacebridge'), | |
| redisInput = spacebridge.createInputStream('redis', config.input.redis); | |
| outputBridge = spacebridge.createOutputBridge(config.output); | |
| redisInput.pipe(outputBridge); | |
| redisInput |
I hereby claim:
To claim this, I am signing this object:
| var applescript = require("applescript"); | |
| var getTabs = ' \n\ | |
| tell application "Safari" \n\ | |
| set urllist to URL of every tab of every window \n\ | |
| set namelist to name of every tab of every window \n\ | |
| \n\ | |
| set theDoc to "" as string \n\ | |
| set windowcount to length of urllist \n\ | |
| \n\ |
| (middleware.register "logger" | |
| (fn (number:status request:req hash:res) | |
| (io.print (% "[%00d] %s" status req.url)))) | |
| middleware.register "logger" | |
| fn | |
| number:status request:req hash:res | |
| io.print | |
| % "[%00d] %s" status req.url |
Hello All!
The first Canberra JS meetup will be held tonight at 6PM at the icelab office in Hobart Place, Civic. (Icelab is on level 3.)
Here’s a map:
https://maps.google.com.au/maps?q=icelab&ll=-35.278759,149.126953&spn=0.002268,0.005681&z=18&iwloc=A
| var assert = require("assert"); | |
| var store = {}; | |
| function resolve(item) { | |
| return store[item]; | |
| } | |
| var FancyObject = function() { | |
| var arrayProperty = []; | |
| (window.attachEvent||window.addEventListener)("load",function() { | |
| // Event listener code in here | |
| alert("will this fire in IE8?"); | |
| },false); |