Skip to content

Commit b1b8edf

Browse files
authored
Update programming.md
1 parent 918bb26 commit b1b8edf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_pages/programming.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ toc: true
66
date: 2024-11-12
77
author_profile: true
88
---
9-
10-
In this page I keep track of my various projects involving computer science and computer programming. They are roughly ordered by year and by category.
119

12-
## Most recent projects (2020-2024)
10+
[My GitHub page](https://github.com/f18m?tab=repositories) is where all my recent activity is stored and indexed.
11+
In this page I keep track of my various projects involving computer science and computer programming. They are roughly ordered by year and by category.
1312

14-
[my GitHub page](https://github.com/f18m?tab=repositories) is where all my recent activity is stored
15-
and indexed.
16-
Recently I have been working on:
13+
## HomeAssistant projects (2024-2025)
1714

15+
* [HomeAssistant VOIP client](https://github.com/f18m/ha-addon-voip-client): An Home Assistant addon that runs a VOIP client, to initiate outgoing calls or receive incoming calls
1816
* [HomeAssistant DHCP server](https://github.com/f18m/ha-addon-dnsmasq-dhcp-server): An Home Assistant addon that runs dnsmasq as a DHCP server; the perfect tool to take control of all your home automation devices and have a single pane of glass.
1917
* [HomeAssistant RPi MQTT bridge](https://github.com/f18m/rpi2home-assistant): A software daemon to expose Raspberry PI inputs and outputs to HomeAssistant through MQTT.
2018
* [PSMQTT](https://github.com/eschava/psmqtt/): a cross-platform utility for reporting system and processes metrics (CPU, memory, disks, network, S.M.A.R.T. disk data) to an MQTT broker.
19+
20+
21+
## Utilities for commercial projects (2020-2024)
22+
2123
* [cMonitor](https://github.com/f18m/cmonitor): a Docker/LXC/Kubernetes, database-free, lightweight container performance monitoring solution.
2224
* [MallocTag](https://github.com/f18m/malloc-tag): a lighweight, intrusive memory profiler that allows to categorize or "tag" memory allocation inside C/C++ projects
2325
* [Boost Intrusive Pool](https://github.com/f18m/boost-intrusive-pool): A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).

0 commit comments

Comments
 (0)