blob: f0b5517b0f0ade00ce234dfb708d8d91d7a7c1ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
---
title: Projects
date: 2024-10-21T12:00:00+02:00
url: projects.html
type: page
draft: false
---
- [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.
## BLP to PNG 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 0.1 / 2024-10-21 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar))
- First release.
## 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.
## 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.
## Clutch, nested X11 dwm sessions
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.
[GitHub repository](https://github.com/mitjafelicijan/clutch).
- Version 0.1 / 2024-07-19 ([clutch-v0.1.tar](/snapshots/clutch-v0.1.tar))
- First release.
## 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.
|