Skip to content

Instantly share code, notes, and snippets.

View rossdeane's full-sized avatar

Ross rossdeane

View GitHub Profile
import { ApolloError, ApolloServer } from 'apollo-server-express'
import express from 'express'
import neo4j from 'neo4j-driver'
import { Neo4jGraphQL } from '@neo4j/graphql'
import dotenv from 'dotenv'
import { verifyAccessToken, signAccessToken } from './tokenUtils'
import { typeDefs } from './graphql-schema'
// set environment variables from .env
dotenv.config()

PRIVACY POLICY FOR Next Bus London

User Provided Information The Skills obtain the information you provide when you download and register the Skills through the Amazon Alexa skills web site, or any other licensed source. Credit card information is not collected by this Skills at this time. Any information that you share with the online app store during purchase is held by that store and covered by its own privacy policy.

We will not use any information you provide to us to contact you. Important information concerning required notices, upgrade and/or bug-fix notifications, or marketing promotions will normally be distributed by means of the Amazon Alexa skills site.

Currently the Skills do not collect login information from and/or for social networking platforms. Any future enhancements which deliver this capability will be notified at the time of delivery or upgrade, and you may consent or opt-out at will.

My favorite restaurant in town right now is Bavette's. I liked the downstairs which is a bit more lounge-y, the upstairs is nice too and more like a brasserie.
http://bavetteschicago.com/
*Chicago Pizza - a must!
Pizano's on State Street (Gold Coast) is my personal favorite (known for cornmeal crust, thin or deep dish, just order one of each!) but I also love Lou Malnati's (deep dish). Lou's in the Gold Coast is a fun spot to eat.
http://www.pizanoschicago.com/state-street.php
http://www.loumalnatis.com/Locations/Details.aspx?ID=34
@rossdeane
rossdeane / Email Choices
Created June 17, 2013 14:39
Cart Abandonment
[17/06/2013 15:37:33] Andrew: 1. Hi Andrew,
This is a friendly reminder to let you know that there is an item waiting in your cart:
*Duedil Limited, Annual Return*
CTA: Continue to checkout
[17/06/2013 15:37:33] Andrew: --
[17/06/2013 15:37:41] Andrew: 2. Hi Andrew,
MILLER IE225141 20100 Sawmilling and planing of wood, impregnation of wood
STEEL IE429384 28210 Manufacture of tanks, reservoirs and containers of metal
GERRY SALMON 701355036 IE352624 35120 Building and repairing of pleasure and sporting boats
Jarrod Leaf 909409605 IE437017 37200 Recycling of non-metal waste and scrap
JOHN POWER 700795420 IE370150 40110 Production of electricity
@rossdeane
rossdeane / nomdet
Created July 2, 2012 11:30
Nominative Determinsim
MILLER IE225141 20100 Sawmilling and planing of wood, impregnation of wood
STEEL IE429384 28210 Manufacture of tanks, reservoirs and containers of metal
GERRY SALMON 701355036 IE352624 35120 Building and repairing of pleasure and sporting boats
Jarrod Leaf 909409605 IE437017 37200 Recycling of non-metal waste and scrap
JOHN POWER 700795420 IE370150 40110 Production of electricity
@rossdeane
rossdeane / hubothttp
Created November 16, 2011 23:43
http adapter for hubot
Robot = require '../robot'
Server = require('http')
Events = require('events')
class Shell extends Robot
eventEmitter = new Events.EventEmitter
send: (user, strings...) ->
strings.join("\n")
eventEmitter.emit("botReply", str);