AndriesK - Overview (original) (raw)

  1. Resize a folder of images to an array of resolutions, useful for responsive image serving on the web
    JavaScript 3
  2. Forked from sdias/win-10-virtual-desktop-enhancer
    An application that enhances the Windows 10 multiple desktops feature by adding additional keyboard shortcuts and support for multiple wallpapers.
    AutoHotkey 1
  3. nand2tetris part 1, a practical course on how a computers work, you learn this by building your own simulated computer from logic gates all the way to the CPU and building programs that run on this…
    Assembly 1
  4. an assembler for the 16-bit hack computer built in the nand2tetris part 1 course, built with javascript and NodeJS
    JavaScript