Freelance web developer specialized in JavaScript.
- Berlin, Germany
- http://timotaglieber.de/
Block or Report
Block or report timotgl
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
photostream Public
A photo gallery JavaScript single page app built with React, Redux, and Typescript.
-
A React app that calculates how many shares (of stocks, ETFs, etc.) you need to sell to take advantage of the tax free amount for capital gains ("Sparer-Pauschbetrag") as regulated in the german in…
TypeScript
-
-
1
# How to uninstall Razer Synapse 2 ( https://www.razerzone.com/synapse-2 )
2# on OS X (10.11-10.13) (El Capitan, Sierra, High Sierra)
3# without using Razer's official uninstall tool.
45# Tested on OS X 10.11.5 in July 2016.
-
1
Function.prototype.curryAndCall = function () {
2var args = Array.prototype.slice.call(arguments);
34var curry = function (originalFunc, collectedArgs) {
5return function () {