Labs
This is a list of my public projects and experiments. You may follow me on GitHub for latest updates on my current work and future experiments.
Prestige 🔥¶
prestige.dev Source Code Star 366
A text-based HTTP client in the browser. An interface-less Postman. It supports a powerful grammar with embedded JavaScript for templating requests, doing environments, asserting responses and any other fancy.
Frontend is a Mithril.js project, and backend is a Django project.
Httpbun
¶
httpbun.com httpbun.org Source Code Star 36
This is an HTTP service with endpoints that are useful when testing any HTTP client, like a browser, a library, or any API developer tool. It’s heavily inspired by httpbin.
LittleTools¶
A suite of little power tools for developers and powers users. Very early stage project.
Just a calendar¶
An easily reachable endpoint to have a calendar to look at. No signup, no setup, no downloads, no flash and very little features. Perfect when you want to show a calendar and talk about dates when sharing your screen in a presentation or meeting.
- Mark dates with four different colors.
- Marked dates are saved in your browser’s local storage, so they survive restarts.
- Right click on a date to quickly copy the date in several useful formats.
- Dark mode, for the rest of you guys.
- Hotkeys for common actions. Hit ? for quick help.
- Remove all marks with a single click.
Silly Calculator¶
A notepad style in-browser calculator, that displays results live on the right side.
- Folding support for sections of the worksheet (defined by lines ending with a
:
). - Variables support in the calculations.
- Powered by math.js.
Timezoner¶
A simple UI to help convert times in various time zones. Powered by moment.js, so is aware of all changes to timezones, DST updates etc. No signup, no setup, no downloads, no flash and very little features. Perfect when you want to discuss time zones with a global team and sharing your screen in a presentation or meeting.
- Click on a number in the time of any time zone and hit up/down arrows to step.
- Changing the time/date of one time zone updates all the other times.
- Time zone list is saved in your browser’s local storage so survives restarts.
Antigen¶
A plugin manager for zsh, inspired by oh-my-zsh and vundle. This is one of the first of it’s kind and has inspired many alternative plugin managers for zsh as well as other popular shells.
This is currently being maintained by the community, the zsh-users organizations on Github.
More¶
More at GitHub repositories page.