Miscellaneous Open Source Bits and Pieces

NOTE: Most of these projects need Chicken Scheme and IUP. To install you can follow these instructions chicken-build/README

Non-software Projects

Mostly stable and usable projects

These are found in this fossil repo under directories by the given name.

  • histstore - do you routinely work with long, complicated, obscure command lines across lots of different machines? Histstore makes it really easy to capture and organize those commands reducing or eliminating the need to re-research the syntax and usage.
  • iupexamples - handful of examples for Chicken Scheme + IUP GUI.
  • margs - Matt's minimalistic argument handler, used in Megatest and other projects.
  • qtree - quad-tree implementation
  • voter - tool to implement approval voting polls as a command line application from Unix. Relies on being setup setuid.
  • pkts - shar1 signed data snippets, similar to what the fossil source code management tool uses. Used in Megatest. Moved to http://www.kiatoa.com/fossils/pkts
  • artifacts - replacement for pkts (some changes not backwards compatible). Used in datastore
  • datastore - store data, sync to/from other locations using rsync, Dropbox, syncthing etc.
  • dailycurse - generate colorful insults, mostly safe for work but some might push the limits.

Projects in Various stages of development

  • NEW project Oct 2017: a3d code 3d designs and target openscad and povray simultaneously.
  • mfind - Scan directory trees and create an sqlite3 indexed database of files and paths. Similar to locatedb.
  • netlistdb - import Verilog netlists into sqlite3 relational database
  • vcd - log data to a Value Change Data file, there are viewers that can open vcd files. Verilog simulators usually support the VCD format.
  • cvrg - code coverage database, manager and viewer. Not usable, needs IUP code updated.
  • teleprompter - slow scrolling teleprompter, run in an xterm with a large font.
  • geolib - collection of geometry functions.
  • mutils - hierarchial hash implementation. Better to use the one in common.scm in the Megatest code.
  • textcalc - Insert math into your ascii documents. Uses sqlite3 files to keep the values sticky making circular dependencies workable.
  • xfig - generate xfig files.

Other projects:

  • Chicken + IUP for Windows
  • Chicken-IUP-ARM - Chicken scheme with the IUP gui as a couple tar files. Installs and works on Raspbian for the Raspberry pi and on GNURoot (tested on the Gemini PDA July, 2018).
  • pkts - shar1 signed data snippets, similar to what the fossil source code management tool uses.
  • Megatest - a highly flexible and powerful testsuite and automation tool.
  • Ftfplan - an attempt at a distributed project planning tool.
  • Log Processor - tool to make writing a set of rules to analyze log files and reliably determine PASS/FAIL/WARN etc. status.
  • Refdb - store a three level hash table of data in text merge friendly flat files while being easily editable with gnumeric including preserving fonts, colors and other formating.
  • stml - a fairly easy to use web application framework written in Chicken Scheme. Supports MVC, needs only cgi support from the web server. Model, view and controller can be written in 100% scheme (i.e. no HTML needed).
  • Timesnitch - Tricky tool uses random sampling to help you figure out where you *really* spend your time when on the computer.
  • Vector Graphics Helper - This egg, vg, strives to use ideas found in the Electronic Design Automation world such as instantiation of shapes. Used in Megatest. Functions from geolib will be moved here.
  • dbi - Generic database interface, supports sqlite3, Postgresql, and Mysql.