Maximilianos
Building stuff for all platforms, mostly web and mobile. Loving programming in as many languages as possible right now.
MetaLondon, UK
Pinned Repositories
benchkit
Helper library for verifying and benchmarking algorithmic alternatives
eqheights
Give all elements in a group of elements at least the height of the tallest element of the group
imgGlitch
Create an image glitch effect like this one: http://codepen.io/Maximilianos/pen/mergqg?editors=001
jquery.step
A jQuery plugin for looping through an element array or jQuery object with a delay / timeout between each step callback
maxpanas.com
My universal js blog.
solve-conversion-path
Given an array of converters with a 'from' and 'to' property and an array of available formats in strings, find the smallest number of conversions of the available formats required, in order to reach the requested format
temperature
A collection of simple temperature operations
wp-theme-starter
WordPress theme starter-kit, build tools included :smile:
Maximilianos's Repositories
Maximilianos/imgGlitch
Create an image glitch effect like this one: http://codepen.io/Maximilianos/pen/mergqg?editors=001
Maximilianos/jquery.step
A jQuery plugin for looping through an element array or jQuery object with a delay / timeout between each step callback
Maximilianos/maxpanas.com
My universal js blog.
Maximilianos/temperature
A collection of simple temperature operations
Maximilianos/eqheights
Give all elements in a group of elements at least the height of the tallest element of the group
Maximilianos/jquery.moveClass
Move a class from one element in a group of elements to another.
Maximilianos/benchkit
Helper library for verifying and benchmarking algorithmic alternatives
Maximilianos/jquery.equalizeheights
A jQuery plugin to equalize the heights of a group of elements. Allows for and correctly handles box-sizing: border-box being set on the elements it handles
Maximilianos/solve-conversion-path
Given an array of converters with a 'from' and 'to' property and an array of available formats in strings, find the smallest number of conversions of the available formats required, in order to reach the requested format
Maximilianos/articles
The articles from my blog.
Maximilianos/unused-deps
Approximately list the dependencies in your package.json that are not explicitly required/imported in your codebase