Generic hash table with optional ordering
▲ 20 r/cprogramming+1 crossposts

Generic hash table with optional ordering

Hi. For the past few weeks I've been crafting my generic hash table implementation:

https://github.com/andrzejs-gh/ghtable

I realize it's not the fastest out there and isn't the most cache friendly, but that was never my priority as I prioritized flexibility and genericness.

If anyone's interested take a look ;)

PS.

Do recruiters even care about projects like this nowadays, or would they rather see huge vibecoded codebases on candidate's gh as a proof that they can deliver?

u/lehmagavan — 8 days ago

BX Shell - ESP32 UART shell

Hi!

As I'm learning C and embedded programming, I recently built an ESP32 UART shell for ESP-IDF from scratch (not using esp_console and/or linenoise, or any third party lib). If anyone is interested, take a look :)

https://github.com/andrzejs-gh/BX-Shell

The shell is minimal by design as it's meant to be extended with the user's commands and functionality.

reddit.com
u/lehmagavan — 2 months ago

BX Shell - ESP32 UART shell

Hi!

As I'm learning C and embedded programming, I recently built an ESP32 UART shell for ESP-IDF from scratch (not using esp_console and/or linenoise, or any third party lib). If anyone is interested, take a look :)

https://github.com/andrzejs-gh/BX-Shell

The shell is minimal by design as it's meant to be extended with the user's commands and functionality.

u/lehmagavan — 2 months ago
▲ 2 r/esp32

BX Shell

Hi!

As I'm learning, I recently built an ESP32 UART shell for ESP-IDF from scratch (not using esp-console and/or linenoise, or any third party lib). If anyone is interested, take a look :)

https://github.com/andrzejs-gh/BX-Shell

The shell is minimal by design as it's meant to be extended with the user's commands and functionality.

u/lehmagavan — 2 months ago