pfm

First Release: 03 Feb 2025
Status: Work in Progress

A Portfolio Manager to record, calculate and manage your portfolio. Currently Supports Precious Metals(XAU, XAG, XPT), and Forex(USD,EUR,SGD,GBP,SAR,IDR,CHF,CNY,JPY).

Pipa

First Release: 18 Aug 2024
Last Update: 30 Aug 2024
Status: active
Latest Release: v0.4.1

Pipe Operator simplifying writing of chain of functions/methods in readable way while also supporting rail-oriented programming handling errors/exceptions. It supports sync functions/methods, async functions/methods, closure, along with Try-able r…

configrs

First Release: 31 Jan 2024
Last Update: 29 Mar 2024
Status: active
Latest Release: v0.1.4

Library for dealing with configurations in Rust. I wrote this because I want to simplify the existing library, and fixing one issue I found there. It's currently support Env Vars, JSON, TOML, and YAML. You don't need recompile everything since it …

httpclient

First Release: 13 Jul 2021
Status: not-active
Latest Release: v1.0.0

HTTP client library written in Go. I wrote this because at that time the stdlib http client is/was too plain for me having me to write many things. This library wrap many things including multipart, methods, middlewares like retry, logging, and ba…

httpserver

First Release: 01 Jan 2021
Last Update: 17 Sep 2021
Status: not-active
Latest Release: v1.2.0

This library intent to add some features on top of httprouter. At the time, I added graceful shutdown, middlewares, routes grouping, async…

ImagePro

First Release: 29 Nov 2016
Status: archived

Image Processing Program in Windows Form App written in C# in Visual Studio using GDI API. It can do some image processing like grayscaling, color invertion, RGB filtering, and many more in readme.

Programming Challenges

First Release: 12 Oct 2016
Last Update: 17 Aug 2024
Status: not-active

Some programming problems I found online from OpenKattis, ProjectEuler, Hackerrank, Leetcode, etc. I wrote and solved most of them before these AI stuffs released.

Blind Image Watermarking

First Release: 01 Sep 2016
Status: archived

My college final project for graduation. A Windows Form program I made in Visual Studio relying on Windows GDI API. This program embed watermark in DWT spectrum and use Hidden Markov Model to detect the watermarks without knowing anything about or…