Large Language Model for Agentic AI
Updated 2025-08-27 15:02:22 -06:00
interp
Super simple arbitrary length, "first match", command interpeter for embedded projects in C11. I'm talking SIMPLE configuration, just try it. I'd be surprised if there's a easier to use parser than this one, unless it can be configured without re-compiling.
"Q", "qu", "qUi" (case insensitive and normalized to lower case), and "quit" will all exit the interpreter, for example. Generates its own menu, super light, and highly portable. Only depends on libconfig, and even that can be removed with little effort. See the "newcmds" markdown file for info on customizing and adding new commands.
Have been getting a lot of positive reviews; as I said its VERY flexible and parses a treat with very little code. Needs more testing, but so far I'm seeing that the first match action on this is great; say you have a command "get door". If both get and door are registered as a command and a parameter "g d" works fine, as long as they appear first in the command/parameter list. If not then again, next match. If "gummy door" is next in the list it will pick that up. Try it!
(10/17/2024) Finally removed the dependancy on libconfig.
(10/20/2024) Code now handles back spaces on Windows.
Updated 2025-08-19 08:50:22 -06:00
pywmdockapps is a library that makes it possible to write WindowMaker dockapps in Python.
a couple of useful dockapps based on this library is also included.
Updated 2025-03-09 21:40:30 -06:00
Pythonn Dockapp that detects when there are received messages from pidgin/finch
Updated 2025-03-09 21:02:01 -06:00
Utility to generate csv file of church calendar events to be imported into WordPress
Updated 2024-12-29 10:41:43 -07:00
Electron app for North River Factory Displays
Updated 2024-10-09 16:08:51 -06:00
Remote desktop connection application that will run a copy of TightVNC server performing a reverse connection to PismoTek.
Updated 2024-05-27 10:28:03 -06:00
Updated 2024-04-26 10:33:05 -06:00
Update the solar edge environmental information graphic on the website
Updated 2024-04-26 10:32:39 -06:00
Webapp to server files.json with:
{"count": 225,
"data": [
{"computer": "RMA005", "share": "production", "user": "tim", "file": "R:\\Sheets\\JulyStats2018.xlsx"}
]
}
Updated 2024-04-26 10:32:36 -06:00
freecodecamp.com Gwen Faraday: Live Coding Project: Create an Hour Tracking App using Vue.js
Updated 2024-04-26 10:32:22 -06:00
Udemy - Quasar Framework Cross-Platform Vue.js, Vuex, Firebase ToDo application Tutorial
Updated 2024-04-26 10:32:21 -06:00
Python-3.9 alpine linux image with added files used by my standard cronjob scripts
Updated 2024-04-26 10:32:20 -06:00