A little bit cleaner on JSFiddle – http://jsfiddle.net/drzaus/8EE8k/ Often in Javascript you want to parameterize a map (hash|dictionary|whatever) to create […]
Tag: #utility
utility to find driver updates (Windows)
A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
SimpleHTTPServer on Python3
Serving a directory via http is sometimes very handy for web development. Using python 2, my good old friend python […]
Abstract Service object with auto caching for AngularJS
This is a great little tool if you like to have control over cached services from the $http. It checks […]
Git branch fuzzy search checkout
If you have a ton of ongoing branches, it can be nice to have a fuzzy search to assist you […]
5 Javascript Utility functions I love the most ❤️
Despite all the “trendy” tweets complaining about Javascript being too difficult (most coming from non-users ), Javascript is a marvelous […]
Preserve Form Values Across Page Reload
See Gist: https://gist.github.com/zaus/4717416 Preserve form values across page loads — i.e. persistent forms. Uses localStorage to persist, jQuery for utilities. […]