Skip to content

Instantly share code, notes, and snippets.

View opyh's full-sized avatar

Sebastian Felix Zappe opyh

View GitHub Profile
{
"entrances": [
{ "name": "30th St", "isMainEntrance": true, "isLevel": false },
{ "name": "Side gate", "hasFixedRamp": true }
],
"animalPolicy": {
"allowsGuideDogs": false
}
}
@opyh
opyh / addlinkstodb.js
Last active November 6, 2018 12:54 — forked from mutaphysis/translatelinks.js
Link Translation snippet
function makeid() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for (var i = 0; i < 13; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}

Keybase proof

I hereby claim:

  • I am opyh on github.
  • I am hypo (https://keybase.io/hypo) on keybase.
  • I have a public key whose fingerprint is 6B14 BC2E 87F2 8779 8EF2 CD5F BA3F 100A D4AB 591D

To claim this, I am signing this object:

@opyh
opyh / apps-berlin-js.md
Created November 30, 2012 20:24 — forked from molily/apps-berlin-js.md
Slides of the apps.berlin.js meetups

About the apps.berlin.js meetup

apps.berlin.js is a Berlin.js spin-off with a special focus on JavaScript-driven web applications (“HTML5 apps”), desktop browser apps as well as mobile apps and games written in JavaScript. Here you can find the slides and additional links of all past talks. Please fork this Gist to add more info!

First meetup on May 10th 2012