I wanted a responsive photo album unlike anything I could find, plus I prefer to host all my photos myself. So I wrote this with node on the backend and just plain javascript on the front end + just a little bit of jquery. Here’s the app: http://spa.1mikemakuch.com/ and source: https://github.com/1MikeMakuch/photoalbum
Continue readingCategory: Apps
A few things I’ve written..
Portfolio
Here’s some of the software I’ve built. I have more experience on backends but I’ve built several frontends as well. This is a responsive brochure site I created, July 2017 This is a responsive SPA I built in spring 2017. It’s a web app to display sets of photos. Node on the back end and […]
Continue readingMuzikbrowzer
Muzikbrowzer http://www.muzikbrowzer.com/ is a unique digital music player. It’s been around since the early 2000s.
Continue readingiPhone app
This was an iPhone app I built. Got the 2 user version going but the group behind the project fizzled out.
Continue readingTrading Strategy Backtest
Update 2022/01/04: Backtest is a desktop Windows app I developed in the late 2000s. A couple of colleagues and I were studying futures day trading and we wanted to test strategies against historical data. We collaborated for a couple of years while experimenting, trading and evolving Backtest. Some screen shots of my Trading Strategy Backtest […]
Continue readingGetBlackOut
http://1mikemakuch.com/games/GetBlackOut.exe
Continue readingFractal
Download: Fractal.exe Algorithm: Start with the center pixel painted white. 1) Choose a random point on the edge of the display area. 2) Move one space in a random direction (up/down/left/right). 3) If the new location is adjacent to a white pixel then paint the new location white and go to step 1. 4) Go […]
Continue readingUtility to convert number from one base to another
Download ntob.tgz $ ./ntob -h ntob, version 1.01 usage: ./ntob -o <output base> -n <input value> [-i <input base>] [-h] N to Base: Convert a number from one base to another. Bases can be anything from 2 to 36. Input base defaults to 10. Bases beyond 16 use the alphabet as you’d expect. Examples: $ […]
Continue reading