Skip to content

Instantly share code, notes, and snippets.

View maxkueng's full-sized avatar
💭
🚴‍♂️

Max Kueng maxkueng

💭
🚴‍♂️
View GitHub Profile
@maxkueng
maxkueng / index.html
Last active August 10, 2016 18:03 — forked from andrewn/index.html
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
svg.yolo {
stroke: red;
fill: green;
}
</style>
</head>

Keybase proof

I hereby claim:

  • I am maxkueng on github.
  • I am maxkueng (https://keybase.io/maxkueng) on keybase.
  • I have a public key whose fingerprint is 0E10 3DFB E557 BE5A 315A 0CAD 53B8 BD6B EEE8 A09C

To claim this, I am signing this object:

@maxkueng
maxkueng / README.md
Last active August 29, 2015 14:24
Electron online / offline test

Electron online / offline test

npm install
npm start
@maxkueng
maxkueng / README.md
Created October 2, 2014 17:11
kazupon/vue-validator Issue #6

Issue #6 Example

Run

npm install
npm run build
@maxkueng
maxkueng / domains.txt
Created September 15, 2014 01:31
Wikipedia's list of 100 most popular websites (minus NSFW)
google.com
facebook.com
youtube.com
yahoo.com
baidu.com
wikipedia.org
qq.com
taobao.com
twitter.com
live.com
@maxkueng
maxkueng / 00-aggregated.geojson
Last active August 29, 2015 14:02
Roadtrip 2012 (5-minute resolution)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maxkueng
maxkueng / index.js
Created May 15, 2014 13:10
requirebin sketch
var Victor = require('victor');
var raf = require('raf');
require('mouse');
var canvas = document.createElement('canvas');
var ctx = canvas.getContext('2d');
ctx.font = '10px sans-serif';
var v1 = new Victor(200, 200);
var v2 = new Victor(350, 350);
@maxkueng
maxkueng / index.js
Created May 15, 2014 13:07
requirebin sketch
var Promise = require('promise');
var domify = require('domify');
var insertCSS = require('insert-css');
var stage = domify('<div class="stage"><div class="light"></div><div class="road"><div class="crossing"><div></div><div></div><div></div><div></div><div></div></div></div></div>');
var pedestrians = [];
var whenGreen = new Promise(function(resolve) {
setTimeout(function () {
stage.classList.add('green');
resolve();

Mini tutorial for /u/smug_rum_smuggler and /u/itmcb.

Thread ->

Beware, I haven't tested this. Let's assume a few things:

  • your project is called "myproject"
  • your server is at "myserver.com"
  • you have SSH access to the server with the user "bob"
  • your project on the server is at /home/bob/myproject