Skip to content

Instantly share code, notes, and snippets.

View opyh's full-sized avatar

Sebastian Felix Zappe opyh

View GitHub Profile
@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;
}
@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