From cd360009270a0a9b0501ed73fe327be84824ca29 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Apr 2025 08:11:05 +0200 Subject: Style update --- Makefile | 3 + ...-and-female-body-proportion-reference-images.md | 4 +- content/notes/2025-03-17-vim-ale-linters.md | 16 +- content/pages/curriculum-vitae.md | 30 +- content/pages/projects.md | 385 ++++++++++++++++++--- static/assets/general/github.svg | 29 ++ static/projects/ClassicEnhanced-v1.0.0.tar.gz | Bin 0 -> 253372 bytes static/projects/ClassicEnhanced-v1.0.1.tar.gz | Bin 0 -> 1014566 bytes static/projects/TurtleTweaks-v0.1.tar.gz | Bin 0 -> 7241 bytes static/projects/TurtleTweaks-v0.2.tar.gz | Bin 0 -> 7345 bytes static/projects/TurtleTweaks-v0.3.tar.gz | Bin 0 -> 8590 bytes static/projects/TurtleTweaks-v0.4.tar.gz | Bin 0 -> 10004 bytes static/projects/TurtleTweaks-v0.5.1.tar.gz | Bin 0 -> 10630 bytes static/projects/TurtleTweaks-v0.5.tar.gz | Bin 0 -> 10637 bytes static/projects/TurtleTweaks-v0.6.tar.gz | Bin 0 -> 10773 bytes static/projects/TurtleTweaks-v0.7.tar.gz | Bin 0 -> 11522 bytes static/projects/abtts-v0.1.tar.gz | Bin 0 -> 713433 bytes static/projects/abtts-v0.2.tar.gz | Bin 0 -> 2353200 bytes static/projects/abtts-v0.3.tar.gz | Bin 0 -> 2850607 bytes static/projects/blpconvert-v1.0.tar.gz | Bin 0 -> 94812 bytes static/projects/clutch-v1.0.tar.gz | Bin 0 -> 4996 bytes static/projects/jbmafp-v0.1.tar.gz | Bin 0 -> 10663 bytes static/projects/jbmafp-v0.2.tar.gz | Bin 0 -> 11218 bytes static/projects/jbmafp-v0.3.tar.gz | Bin 0 -> 11445 bytes static/projects/lazycommit-v1.0.tar.gz | Bin 0 -> 3294 bytes static/projects/makext-v1.0.tar.gz | Bin 0 -> 4921 bytes static/projects/mprogress-v1.0.tar.gz | Bin 0 -> 2931 bytes static/projects/newsbarge-v0.1.tar.gz | Bin 0 -> 1113410 bytes static/projects/oberon-v1.0.tar.gz | Bin 0 -> 54318 bytes static/projects/p9tree-v1.0.tar.gz | Bin 0 -> 2379 bytes static/projects/rssperado-v1.0.tar.gz | Bin 0 -> 2128860 bytes static/projects/sm-v1.0.tar.gz | Bin 0 -> 3001 bytes static/projects/sparklines-v1.0.tar.gz | Bin 0 -> 6686 bytes static/projects/ttdaw-v0.1.tar.gz | Bin 0 -> 7847694 bytes templates/base.html | 126 ++++--- templates/index.html | 94 +++-- templates/note.html | 49 +-- templates/post.html | 50 +-- tools/projects.py | 147 ++++++++ 39 files changed, 733 insertions(+), 200 deletions(-) create mode 100644 static/assets/general/github.svg create mode 100644 static/projects/ClassicEnhanced-v1.0.0.tar.gz create mode 100644 static/projects/ClassicEnhanced-v1.0.1.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.1.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.2.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.3.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.4.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.5.1.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.5.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.6.tar.gz create mode 100644 static/projects/TurtleTweaks-v0.7.tar.gz create mode 100644 static/projects/abtts-v0.1.tar.gz create mode 100644 static/projects/abtts-v0.2.tar.gz create mode 100644 static/projects/abtts-v0.3.tar.gz create mode 100644 static/projects/blpconvert-v1.0.tar.gz create mode 100644 static/projects/clutch-v1.0.tar.gz create mode 100644 static/projects/jbmafp-v0.1.tar.gz create mode 100644 static/projects/jbmafp-v0.2.tar.gz create mode 100644 static/projects/jbmafp-v0.3.tar.gz create mode 100644 static/projects/lazycommit-v1.0.tar.gz create mode 100644 static/projects/makext-v1.0.tar.gz create mode 100644 static/projects/mprogress-v1.0.tar.gz create mode 100644 static/projects/newsbarge-v0.1.tar.gz create mode 100644 static/projects/oberon-v1.0.tar.gz create mode 100644 static/projects/p9tree-v1.0.tar.gz create mode 100644 static/projects/rssperado-v1.0.tar.gz create mode 100644 static/projects/sm-v1.0.tar.gz create mode 100644 static/projects/sparklines-v1.0.tar.gz create mode 100644 static/projects/ttdaw-v0.1.tar.gz create mode 100644 tools/projects.py diff --git a/Makefile b/Makefile index 15dff2f..0c183ca 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ watch: server: jbmafp -s + +fetch-projects: + cd tools && python projects.py diff --git a/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md b/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md index e48ad8f..580e6ce 100644 --- a/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md +++ b/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md @@ -7,7 +7,7 @@ draft: false tags: [3d] --- -![](/assets/notes/male-body-proportions.jpg) +![Male body proportions](/assets/notes/male-body-proportions.jpg) -![](/assets/notes/female-body-proportions.jpg) +![Female body proportions](/assets/notes/female-body-proportions.jpg) diff --git a/content/notes/2025-03-17-vim-ale-linters.md b/content/notes/2025-03-17-vim-ale-linters.md index e30250c..bd4910d 100644 --- a/content/notes/2025-03-17-vim-ale-linters.md +++ b/content/notes/2025-03-17-vim-ale-linters.md @@ -1,5 +1,5 @@ --- -title: Vim ALE Linters +title: Currated list of Vim ALE linters url: vim-ale-linters.html date: 2025-03-17T16:13:13+02:00 type: note @@ -7,14 +7,16 @@ draft: false tags: [] --- -Reading material: +## Reading material - [Asynchronous Lint Engine](https://github.com/dense-analysis/ale/blob/master/doc/ale.txt) - [Let's have a pint of (vim) ale!](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/) -Linters: +## Linters - - C: `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` - - Go: `go install golang.org/x/tools/gopls@latest` - - Python: `pipx install pyright` - - JavaScript: `sudo npm i -g @biomejs/biome` +| Language | Install command | +|------------|-----------------------------------------------------------------------------| +| C | `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` | +| Go | `go install golang.org/x/tools/gopls@latest` | +| Python | `pipx install pyright` | +| JavaScript | `sudo npm i -g @biomejs/biome` | diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md index aae0c7d..44f6650 100644 --- a/content/pages/curriculum-vitae.md +++ b/content/pages/curriculum-vitae.md @@ -8,13 +8,15 @@ draft: false **Mitja Felicijan** -Email me at *[mitja.felicijan@gmail.com](mailto:mitja.felicijan@gmail.com?subject=Website+CV+Contact)* - ## Technical experience - **Key languages:** C, Golang, Lua, Python, Bash. - **Platforms:** GNU/Linux, macOS. -- **Interests:** Zigbee, KNX, Modbus, Machine to Machine, Embedded systems, Operating systems, Distributed systems, IOT, RDBMS, Algorithms, Database engine design, SQL, NoSQL, NewSQL, Big data analytics, Machine learning, Prediction algorithms, Realtime analytics, Systems automation, Natural language processing, Bioinformatics, Game development. +- **Interests:** Zigbee, KNX, Modbus, Machine to Machine, Embedded systems, + Operating systems, Distributed systems, IOT, RDBMS, Algorithms, Database + engine design, SQL, NoSQL, NewSQL, Big data analytics, Machine learning, + Prediction algorithms, Realtime analytics, Systems automation, Natural + language processing, Bioinformatics, Game development. ## Major projects @@ -33,14 +35,17 @@ Email me at *[mitja.felicijan@gmail.com](mailto:mitja.felicijan@gmail.com?subjec - Smart cabins with hardware sensor management (2013) - Contextual advertising server (2015) - Network accessible database engine for caching and in-memory storage (2016) -- Tick database engine specifically designed for storing and processing large amount of sensor data with high write throughput (2016) +- Tick database engine specifically designed for storing and processing large + amount of sensor data with high write throughput (2016) - Wireless industrial lighting management system - hardware and software (2016) - Minimal configuration reverse proxy (2017) - Industrial IOT platform for deployment on on-premise (2018) - Custom Platform as a service based on Docker Swarm (2018) - Toolkit for encoding binary data into DNA sequence (2019) -- Minimal configuration reverse proxy with load balancing and rate limiting (2019) -- E-ink conference room occupancy display, hardware and software solution (2019) +- Minimal configuration reverse proxy with load balancing and rate limiting + (2019) +- E-ink conference room occupancy display, hardware and software solution + (2019) - Caching module for Apache web server (2022) - Task runner for the command line (2022) - World of Warcraft Tweaks and Enhancements Addon (2023) @@ -53,12 +58,16 @@ Email me at *[mitja.felicijan@gmail.com](mailto:mitja.felicijan@gmail.com?subjec - Co-Founder of UTS (2009 – 2015) - Senior Software Engineer at TSmedia (2015 - 2017) - Senior Software Engineer at Renderspace (2017 - 2019) -- Senior Software Engineer at Digg (2019 - Present) +- Senior Software Engineer at Digg (2019 - 2025) ## Awards -- Regional Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 -- National Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 +- Regional Award for Innovation by Chamber of Commerce and Industry of Slovenia + for project Intelligent system management and regulation of Street Lighting, + 2010 +- National Award for Innovation by Chamber of Commerce and Industry of Slovenia + for project Intelligent system management and regulation of Street Lighting, + 2010 ## Key responsibilities @@ -69,4 +78,5 @@ Email me at *[mitja.felicijan@gmail.com](mailto:mitja.felicijan@gmail.com?subjec - Writing and maintaining user and technical documents. - Development and maintenance of the project. - Code revision, testing and output. -- Work on the enhancement suggested by the customers and fixes the bugs reported. +- Work on the enhancement suggested by the customers and fixes the bugs + reported. diff --git a/content/pages/projects.md b/content/pages/projects.md index a3feea7..9184f0c 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -1,77 +1,356 @@ --- -title: Projects +title: Personal projects date: 2024-10-21T12:00:00+02:00 url: projects.html type: page draft: false --- -- [BLP Texture Converter](#blp-texture-converter) -- [Simple Snapshot Manager](#simple-snapshot-manager) -- [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make) -- [Just build me a fucking page](#just-build-me-a-fucking-page) -- [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) +
-While most of my projects are hosted on -[GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to -store them independently of GitHub and provide different versions in a bit -cleaner way. +- [abtts](#abtts) +- [blpconvert](#blpconvert) +- [ClassicEnhanced](#classicenhanced) +- [clutch](#clutch) +- [jbmafp](#jbmafp) +- [lazycommit](#lazycommit) +- [makext](#makext) +- [mprogress](#mprogress) +- [newsbarge](#newsbarge) +- [oberon](#oberon) +- [p9tree](#p9tree) +- [rssperado](#rssperado) +- [sm](#sm) +- [sparklines](#sparklines) +- [ttdaw](#ttdaw) +- [TurtleTweaks](#turtletweaks) -## BLP Texture Converter -This tool converts BLP texture files used in many games such as World of -Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. -[GitHub repository](https://github.com/mitjafelicijan/blpconvert). +
-- Version 1.1 / 2025-02-05 ([blpconvert-v1.1.tar](/snapshots/blpconvert-v1.1.tar)) - - Added support for custom output formats (png, bmp, jpg, tga). -- Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar)) - - First release. +## abtts +Convert text like ebooks into audiobooks with UnrealSpeech. -## Simple Snapshot Manager -Simple snapshot utility that uses TAR to compress current directory into a -`.tar` file while ignoring some of the directories. I use this tool to prepare -releases for this page. -[GitHub repository](https://github.com/mitjafelicijan/sm). +
-- Version 0.1 / 2024-10-21 ([sm-v0.1.tar](/snapshots/sm-v0.1.tar)) - - First release. - - Able to tag and create tar snapshots. +|Released|Description|Download| +|--------|-----------|--------| +|2023-07-05|Added introduction audio option| [abtts-v0.3.tar.gz](/projects/abtts-v0.3.tar.gz) | +|2023-07-03|Moved to OGG as default format| [abtts-v0.2.tar.gz](/projects/abtts-v0.2.tar.gz) | +|2023-07-03|First release| [abtts-v0.1.tar.gz](/projects/abtts-v0.1.tar.gz) | -## QOL Extensions for GNU Make -Makext is a collection of useful extensions for Makefiles, aimed at simplifying -and enhancing the functionality of Make-based projects. These extensions -provide additional features and convenience functions to improve the overall -usage of GNU Make as a task runner. -[GitHub repository](https://github.com/mitjafelicijan/makext). +
-- Version 0.1 / 2024-05-15 ([makext-v0.1.tar](/snapshots/makext-v0.1.tar)) - - First release. + -- Version 0.1 / 2024-07-19 ([clutch-v0.1.tar](/snapshots/clutch-v0.1.tar)) - - First release. +## blpconvert +This tool converts BLP texture files used in many games such as World of Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. -## Just build me a fucking page -A simple static site generator that is semi compatible with -[Hugo](https://gohugo.io/) and aims to be a simpler version of it, getting out -of your way when it comes to taxonomies. [GitHub -repository](https://github.com/mitjafelicijan/jbmafp). +
-- Version 0.3 / 2024-06-22 ([jbmafp-v0.3.tar](/snapshots/jbmafp-v0.3.tar)) - - Added better ergonomics for filtering. - - Added filter `filterbytype`. -- Version 0.2 / 2024-06-18 ([jbmafp-v0.2.tar](/snapshots/jbmafp-v0.2.tar)) - - Added filters `first`, `last`, `random`. -- Version 0.1 / 2024-03-10 ([jbmafp-v0.1.tar](/snapshots/jbmafp-v0.1.tar)) - - First release. +|Released|Description|Download| +|--------|-----------|--------| +|2025-02-04|First version| [blpconvert-v1.0.tar.gz](/projects/blpconvert-v1.0.tar.gz) | + + +
+ + + +## ClassicEnhanced +Quality of life improvements and general enhancements for WoW Classic Client. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-04-13|Fixed Druid initial state of mana bar| [ClassicEnhanced-v1.0.1.tar.gz](/projects/ClassicEnhanced-v1.0.1.tar.gz) | +|2024-04-13|First release| [ClassicEnhanced-v1.0.0.tar.gz](/projects/ClassicEnhanced-v1.0.0.tar.gz) | + + +
+ + + +## clutch +Clutch allows you to run nested dwm session inside your existing X or Wayland session. This comes in handy when you already have a desktop environment running (like Gnome) but you want to have a tiling window manager as well. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-06-19|First release| [clutch-v1.0.tar.gz](/projects/clutch-v1.0.tar.gz) | + + +
+ + + +## jbmafp +A simple static site generator that is semi compatible with Hugo and aims to be a simpler version of it, getting out of your way when it comes to taxonomies. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-06-21|Added better filtering| [jbmafp-v0.3.tar.gz](/projects/jbmafp-v0.3.tar.gz) | +|2024-06-18|Added filters first, last, random| [jbmafp-v0.2.tar.gz](/projects/jbmafp-v0.2.tar.gz) | +|2024-03-10|First release| [jbmafp-v0.1.tar.gz](/projects/jbmafp-v0.1.tar.gz) | + + +
+ + + +## lazycommit +Git commit messages for lazy people that use AI in the backend. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2025-03-17|First release| [lazycommit-v1.0.tar.gz](/projects/lazycommit-v1.0.tar.gz) | + + +
+ + + +## makext +Makext is a collection of useful extensions for Makefiles, aimed at simplifying and enhancing the functionality of Make-based projects. These extensions provide additional features and convenience functions to improve the overall usage of GNU Make as a task runner. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-05-15|First release| [makext-v1.0.tar.gz](/projects/makext-v1.0.tar.gz) | + + +
+ + + +## mprogress +Displays progress bar in terminal. It can be used as a standalone program so you can put it in /usr/bin. The name is stupid like that because of the potential name conflicts. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2022-12-31|First release| [mprogress-v1.0.tar.gz](/projects/mprogress-v1.0.tar.gz) | + + +
+ + + +## newsbarge +Converts RSS feeds into HTML + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2025-03-01|First release| [newsbarge-v0.1.tar.gz](/projects/newsbarge-v0.1.tar.gz) | + + +
+ + + +## oberon +This is a tiny project boilerplate for OpenResty and Lua website that includes basic router, memcached, Redis and MySQL with accompanying examples how to use all this. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2025-03-29|First release| [oberon-v1.0.tar.gz](/projects/oberon-v1.0.tar.gz) | + + +
+ + + +## p9tree +tree is written with Plan9 Operating System in mind so it may not work with other systems. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2023-11-11|First release| [p9tree-v1.0.tar.gz](/projects/p9tree-v1.0.tar.gz) | + + +
+ + + +## rssperado +The RSS parser is a command-line utility that simplifies the process of parsing RSS feeds, enriching the extracted data, exporting it to JSON files, enabling content classification, and providing English translation. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2023-06-07|First release| [rssperado-v1.0.tar.gz](/projects/rssperado-v1.0.tar.gz) | + + +
+ + + +## sm +Simple snapshot utility that uses TAR to compress current directory into a .tar file while ignoring some of the directories. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-10-21|First release| [sm-v1.0.tar.gz](/projects/sm-v1.0.tar.gz) | + + +
+ + + +## sparklines +Self-contained tiny SVG sparkline chart library written in vanilla JS with zero dependencies. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2023-12-09|First release| [sparklines-v1.0.tar.gz](/projects/sparklines-v1.0.tar.gz) | + + +
+ + + +## ttdaw +ttdaw is a tiny terminal based digital audio workstation made for fun, experimentation and learning more about audio, MIDI and terminal applications in general. + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2024-12-22|First release| [ttdaw-v0.1.tar.gz](/projects/ttdaw-v0.1.tar.gz) | + + +
+ + + +## TurtleTweaks +World of Warcraft 1.12 Tweaks and Enhancements Addon + + +
+ +|Released|Description|Download| +|--------|-----------|--------| +|2023-05-14|Added cooldown timers to actionbars| [TurtleTweaks-v0.7.tar.gz](/projects/TurtleTweaks-v0.7.tar.gz) | +|2023-05-12|Rested bar now has a proper progress bar| [TurtleTweaks-v0.6.tar.gz](/projects/TurtleTweaks-v0.6.tar.gz) | +|2023-05-09|Removed debug messages| [TurtleTweaks-v0.5.1.tar.gz](/projects/TurtleTweaks-v0.5.1.tar.gz) | +|2023-05-09|Added option to open world map in a window| [TurtleTweaks-v0.5.tar.gz](/projects/TurtleTweaks-v0.5.tar.gz) | +|2023-05-09|Added nameplate scaling option| [TurtleTweaks-v0.4.tar.gz](/projects/TurtleTweaks-v0.4.tar.gz) | +|2023-05-08|Fixed progress bar to reflect the value in rested bar| [TurtleTweaks-v0.3.tar.gz](/projects/TurtleTweaks-v0.3.tar.gz) | +|2023-05-08|Added align grid slashcommand| [TurtleTweaks-v0.2.tar.gz](/projects/TurtleTweaks-v0.2.tar.gz) | +|2023-05-08|First release| [TurtleTweaks-v0.1.tar.gz](/projects/TurtleTweaks-v0.1.tar.gz) | + + +
+ + + + + + diff --git a/static/assets/general/github.svg b/static/assets/general/github.svg new file mode 100644 index 0000000..1c815d3 --- /dev/null +++ b/static/assets/general/github.svg @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/static/projects/ClassicEnhanced-v1.0.0.tar.gz b/static/projects/ClassicEnhanced-v1.0.0.tar.gz new file mode 100644 index 0000000..bb7e1ff Binary files /dev/null and b/static/projects/ClassicEnhanced-v1.0.0.tar.gz differ diff --git a/static/projects/ClassicEnhanced-v1.0.1.tar.gz b/static/projects/ClassicEnhanced-v1.0.1.tar.gz new file mode 100644 index 0000000..56194d5 Binary files /dev/null and b/static/projects/ClassicEnhanced-v1.0.1.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.1.tar.gz b/static/projects/TurtleTweaks-v0.1.tar.gz new file mode 100644 index 0000000..e90ec84 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.1.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.2.tar.gz b/static/projects/TurtleTweaks-v0.2.tar.gz new file mode 100644 index 0000000..3c816a3 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.2.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.3.tar.gz b/static/projects/TurtleTweaks-v0.3.tar.gz new file mode 100644 index 0000000..842a643 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.3.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.4.tar.gz b/static/projects/TurtleTweaks-v0.4.tar.gz new file mode 100644 index 0000000..35f5fc4 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.4.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.5.1.tar.gz b/static/projects/TurtleTweaks-v0.5.1.tar.gz new file mode 100644 index 0000000..dac61f3 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.5.1.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.5.tar.gz b/static/projects/TurtleTweaks-v0.5.tar.gz new file mode 100644 index 0000000..865749d Binary files /dev/null and b/static/projects/TurtleTweaks-v0.5.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.6.tar.gz b/static/projects/TurtleTweaks-v0.6.tar.gz new file mode 100644 index 0000000..9e8b331 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.6.tar.gz differ diff --git a/static/projects/TurtleTweaks-v0.7.tar.gz b/static/projects/TurtleTweaks-v0.7.tar.gz new file mode 100644 index 0000000..b2d6cd5 Binary files /dev/null and b/static/projects/TurtleTweaks-v0.7.tar.gz differ diff --git a/static/projects/abtts-v0.1.tar.gz b/static/projects/abtts-v0.1.tar.gz new file mode 100644 index 0000000..6b7c004 Binary files /dev/null and b/static/projects/abtts-v0.1.tar.gz differ diff --git a/static/projects/abtts-v0.2.tar.gz b/static/projects/abtts-v0.2.tar.gz new file mode 100644 index 0000000..cf90236 Binary files /dev/null and b/static/projects/abtts-v0.2.tar.gz differ diff --git a/static/projects/abtts-v0.3.tar.gz b/static/projects/abtts-v0.3.tar.gz new file mode 100644 index 0000000..28786ba Binary files /dev/null and b/static/projects/abtts-v0.3.tar.gz differ diff --git a/static/projects/blpconvert-v1.0.tar.gz b/static/projects/blpconvert-v1.0.tar.gz new file mode 100644 index 0000000..aeb05ab Binary files /dev/null and b/static/projects/blpconvert-v1.0.tar.gz differ diff --git a/static/projects/clutch-v1.0.tar.gz b/static/projects/clutch-v1.0.tar.gz new file mode 100644 index 0000000..5d56f25 Binary files /dev/null and b/static/projects/clutch-v1.0.tar.gz differ diff --git a/static/projects/jbmafp-v0.1.tar.gz b/static/projects/jbmafp-v0.1.tar.gz new file mode 100644 index 0000000..f3ecb82 Binary files /dev/null and b/static/projects/jbmafp-v0.1.tar.gz differ diff --git a/static/projects/jbmafp-v0.2.tar.gz b/static/projects/jbmafp-v0.2.tar.gz new file mode 100644 index 0000000..781cced Binary files /dev/null and b/static/projects/jbmafp-v0.2.tar.gz differ diff --git a/static/projects/jbmafp-v0.3.tar.gz b/static/projects/jbmafp-v0.3.tar.gz new file mode 100644 index 0000000..3659331 Binary files /dev/null and b/static/projects/jbmafp-v0.3.tar.gz differ diff --git a/static/projects/lazycommit-v1.0.tar.gz b/static/projects/lazycommit-v1.0.tar.gz new file mode 100644 index 0000000..6457e34 Binary files /dev/null and b/static/projects/lazycommit-v1.0.tar.gz differ diff --git a/static/projects/makext-v1.0.tar.gz b/static/projects/makext-v1.0.tar.gz new file mode 100644 index 0000000..9aa55cf Binary files /dev/null and b/static/projects/makext-v1.0.tar.gz differ diff --git a/static/projects/mprogress-v1.0.tar.gz b/static/projects/mprogress-v1.0.tar.gz new file mode 100644 index 0000000..40977aa Binary files /dev/null and b/static/projects/mprogress-v1.0.tar.gz differ diff --git a/static/projects/newsbarge-v0.1.tar.gz b/static/projects/newsbarge-v0.1.tar.gz new file mode 100644 index 0000000..3efc692 Binary files /dev/null and b/static/projects/newsbarge-v0.1.tar.gz differ diff --git a/static/projects/oberon-v1.0.tar.gz b/static/projects/oberon-v1.0.tar.gz new file mode 100644 index 0000000..31d0c85 Binary files /dev/null and b/static/projects/oberon-v1.0.tar.gz differ diff --git a/static/projects/p9tree-v1.0.tar.gz b/static/projects/p9tree-v1.0.tar.gz new file mode 100644 index 0000000..7a2153f Binary files /dev/null and b/static/projects/p9tree-v1.0.tar.gz differ diff --git a/static/projects/rssperado-v1.0.tar.gz b/static/projects/rssperado-v1.0.tar.gz new file mode 100644 index 0000000..a635b93 Binary files /dev/null and b/static/projects/rssperado-v1.0.tar.gz differ diff --git a/static/projects/sm-v1.0.tar.gz b/static/projects/sm-v1.0.tar.gz new file mode 100644 index 0000000..fa8f578 Binary files /dev/null and b/static/projects/sm-v1.0.tar.gz differ diff --git a/static/projects/sparklines-v1.0.tar.gz b/static/projects/sparklines-v1.0.tar.gz new file mode 100644 index 0000000..aab984d Binary files /dev/null and b/static/projects/sparklines-v1.0.tar.gz differ diff --git a/static/projects/ttdaw-v0.1.tar.gz b/static/projects/ttdaw-v0.1.tar.gz new file mode 100644 index 0000000..4689518 Binary files /dev/null and b/static/projects/ttdaw-v0.1.tar.gz differ diff --git a/templates/base.html b/templates/base.html index 4fe5df3..956241a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,60 @@ - - +
+ + +
-
- {{ block "content" . }}{{ end }} -
- - + {{ block "content" . }}{{ end }}
- + diff --git a/templates/index.html b/templates/index.html index ec29351..ce656ff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,45 +1,67 @@ {{ template "base.html" . }} {{ define "content" }} -
-

Visualizations and exploration of binary files

- - - -
-
-

Notes, post and other stuff

-