Skip to content

Instantly share code, notes, and snippets.

View Fenchurchh's full-sized avatar
🏠
Working from home

Mirko Friedrich Fenchurchh

🏠
Working from home
View GitHub Profile
body {
width: 35em;
font-size: 1.2em;
font-family: Verdana;
line-height: 1.5em;
margin: auto;
}
var melone = {
name = "Jake"
,beruf = "Melone
,farbe = "grün"
}
@Fenchurchh
Fenchurchh / 0_reuse_code.js
Created June 5, 2014 19:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Fenchurchh
Fenchurchh / javascript_resources.md
Created June 5, 2014 19:32 — forked from jookyboi/javascript_resources.md
Here are a set of libraries, plugins and guides which may be useful to your Javascript coding.

Libraries

  • jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
  • Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
  • AngularJS - Conventions based MVC framework for HTML5 apps.
  • Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
  • lawnchair - Key/value store adapter for indexdb, localStorage
function createAddressHash( street, houseId ) {
let hash = street + "_" + houseId
hash = hash.toLowerCase()
.replaceAll( "ß", "ss" )
.replaceAll( " ", "_" )
.replaceAll( "-", "_" )
.replaceAll( "str.", "strasse" )
return hash
}

Keybase proof

I hereby claim:

  • I am fenchurchh on github.
  • I am fenchurch (https://keybase.io/fenchurch) on keybase.
  • I have a public key whose fingerprint is A90D 5B13 4794 426F 2F47 ACFF EFB3 B5A5 2604 183B

To claim this, I am signing this object:

const exec = require("promised-exec")
function onFailure(err) {
console.log("err", err)
}
function onSuccess(response) {
console.log("success", response)
}
{
"removed": [
{
"created": "2018-04-06 19:26:24",
"unit_multi": 5,
"count": 1,
"vat": 0,
"sum": 12.5,
"article_id": "502839",
"pos": 1,
@Fenchurchh
Fenchurchh / README.md
Created February 13, 2019 14:01 — forked from gabrielflorit/README.md
SCRIPT-8
@Fenchurchh
Fenchurchh / README.md
Created February 17, 2019 12:55
SCRIPT-8