33 projects tagged "Linux"
ofc2kmm is a script which converts bank statements from Banco do Brasil and Caixa Economica Federal in OFC format to a QIF format accepted by Kmymoney, a personal finance management software for Linux. It should be run directly from the Kmymoney QIF import feature, where you can specify external data converting scripts.
snmp2xml is a program to convert snmpget output to XML. The output from snmpget, snmpwalk, or snmpbulkwalk is first filtered to correct for SNMP agent flaws and then processed into XML. This XML can be passed through xmllint to tidy it up or it can be processed by an XQuery or XSLT processor. The XML output represents all the SNMP data such that the original SNMP output can be reproduced if desired with an XSLT stylesheet (which is included). The snmp2xml converter has been tested on 7 SNMP agents: Mac OS X, Apple Time Capsule, the Billion ADSL router, the Huawei S9306 switch, the Foundry/Brocade CES and MLX-4 switches, and the Nortel 425 switch.
Newfangle is a literate programming technique for LyX (or LaTeX) inspired by notangle. It comes in two parts. The weave part that produces the formatted document is implemented entirely in LaTeX, and the tangle that generates the source code is implemented in awk for portability. Naturally, newfangle is written using literate programming techniques, using itself, and so the source is also the documentation. The source is written using the LyX document editor, an excellent front end to LaTeX. LyX is not required, but newfangle provides formatting support for LyX. Literate programming makes you write good code, because if you can't write a good justification or explanation for your code, it makes you think again and write something that you can explain.
gtkdialog is a GUI creation utility that can be used with an arbitrary interpreter. It enables the programmer to describe a graphical user interface in a simple XML language, and create callbacks with any interpreter that supports either files, standard I/O, or environment variables. It can be called as an external program from the interpreter, but can be used as a stand-alone framework for the application as well. Stand-alone, bash, and awk examples are provided.
geo-* is a set of tools for geocaching, including tools for accessing the www.geocaching.com, opencaching.com, opencaching.us, and navicache.com websites, tools for geocoding addresses and creating maps, and tools for manipulating Mapopolis place guide data. The focus of these tools is to provide a command line driven environment.
LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis.