tongong.net

personal website
git clone https://tongong.net/git/tongong.net.git
Log | Files | Refs

repositories.js (1059B)


      1 module.exports = [
      2     { name: "tacker",
      3       description: "a simple web bundler" },
      4     { name: "docker-nativescript",
      5       description: "a dockerized version of nativescript toolchain" },
      6     { name: "dotfiles",
      7       description: "personal configuration files and scripts" },
      8     { name: "reverseqr",
      9       description: "qr codes working in both directions" },
     10     { name: "sleeb",
     11       description: "an experimental input method" },
     12     { name: "timetracker",
     13       description: "suckless timetracking" },
     14     { name: "url-tetris",
     15       description: "tetris inside the browser address bar" },
     16     { name: "terrain-generator",
     17       description: "digital terrain generation and animation" },
     18     { name: "remark-slides",
     19       description: "personal distribution of remarkjs" },
     20     { name: "ramajs",
     21       description: "web browser automation from your browser console" },
     22     { name: "brainfuck-2048",
     23       description: "brainfuck implementation of the well-known 2048 game" },
     24     { name: "tongong.net",
     25       description: "personal website" },
     26 ];