Skip to content

Instantly share code, notes, and snippets.

@purplecones
purplecones / Vimium
Created October 20, 2017 15:37
Vimium Bindings
# Insert your preferred key mappings here.
map <c-d> scrollPageDown
map <c-u> scrollPageUp
map <c-p> Vomnibar.activate
map <c-o> Vomnibar.activateInNewTab
unmap d
unmap u
unmap o
g: https://www.google.com/search?q=%s Google
import { Meteor } from 'meteor/meteor';
import { Accounts } from 'meteor/accounts-base';
import ApolloClient from 'apollo-client';
import { ApolloLink } from 'apollo-link';
import HttpLink from 'apollo-link-http';
import Cache from 'apollo-cache-inmemory';
const httpLink = new HttpLink({ uri: '/graphql' });
const middlewareLink = new ApolloLink((operation, forward) => {
operation.setContext({

Keybase proof

I hereby claim:

  • I am purplecones on github.
  • I am purplecones (https://keybase.io/purplecones) on keybase.
  • I have a public key ASDZR-CAfr5DfU7c_YdS7hpMuJY23jMfHpNhpwxVJlkpPwo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<!DOCTYPE html>
<html>
<head>
<title>Hangman Starter</title>
</head>
<body>
<div id="container">
<p id="message"></p>
<img id="hangman" src="https://github.com/ScriptEdcurriculum/unit13HangmanStarterCode/blob/master/images/Hangman-0.png?raw=true"/>
<div id="word"></div>
<!DOCTYPE html>
<html>
<head>
<title>Class Randomizer</title>
</head>
<body>
<h1>Randomly Choose a Student</h1>
<button id="studentButton">Click me to pick one random student</button>
<div id="studentDisplay"></div>
<!DOCTYPE html>
<html>
<head>
<title>Class Randomizer</title>
</head>
<body>
<h1>Randomly Choose a Student</h1>
<button id="studentButton">Click me to pick one random student</button>
<div id="studentDisplay"></div>
<!DOCTYPE html>
<html>
<head>
<title>Class Randomizer</title>
</head>
<body>
<h1>Randomly Choose a Student</h1>
<button id="studentButton">Click me to pick one random student</button>
<div id="studentDisplay"></div>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>