The following are programs that I've used for extended periods of time and believe might be of use to other people; and, consequently, I've written 'readme' files, when applicable, with a brief summary on how to install the software.



workLogParser
2003-04-12
oo php

workLogParser is an application that parses text-based work logs following a certain syntax. As is, it will parse a work log and return the results with 'time by day' and 'time by project' to both screen and to file. Personally, it was taking me upwards of an hour to calculate my work log and making sure the calculations were correct; thus, to facilitate the process of ensuring accurate calculations and keeping my hair intact (very frustrating to encounter different sums), workLogParser was developed.

demo | code



Meta Meta File
2002-08-17
java / swing

Meta Meta File is an application useful in facilitating the process of renaming massive groups of files based on a rule set defined by the enabling, disabling, and configuration of filters. Filters were based on various themes (e.g., 'Lowercase,' 'UnderscoreToSpace,' 'InsertSpaceAroundHyphen').

demo | code



Phoggle
2002-07-18
oo php / sql

Phoggle is a web-journal logging system (or, blogger). It uses templates to separate content from programming logic to a high degree. Specifically, three templates are used for 'entry layout,' 'site layout,' and 'monthly summary layout.' At the heart of the Phoggle application is the Phoggle library, where the actual programming logic is encapsulated into an object. Phoggle also uses the pegos library to generate the administration related forms.

api | demo | code



pegos
2002-07-03
oo php

pegos is a library developed for the explicit purpose of facilitating the rapid development of web forms by turning the constituent elements of a form into objects (object, as in object-oriented). From there, a web form is constructed by instantiating various form item classes (e.g., font, table, form) and adding them to an encompassing form container.

api | demo | code



neuroalumni.php
2001-01-19
php / sql

neuroalumni-php is a rewrite of neuroalumni using the php programming language. neuroalumni wasn't a straight rewrite from one language to another; certain elements were re-implemented with increased efficiency (e.g., database usage). To see the program functionality of neuroalumni, refer to the 'neuroalumni-asp' entry.

code



neurobusiness
2000-06-04
asp / vbscript / sql

neurobusiness is a point-of-sales system. The system features customer, employee, and real-time inventory management. neurobusiness also allowed orders to be taken place and printed out. The way the system was implemented, it wouldn't be difficult to extend neurobusiness into a distributed point-of-sales system.

code



neuroadmin
2000-05-20
asp / vbscript / sql

neuroadmin allows remote management of a Windows NT/2000 server through an online browser. Management of a server falls under two categories, administrative management and automation management. The former includes adding/deleting groups, adding/removing users from groups, starting/stopping/pausing services, and adding/deleting users. The automation aspect condenses multiple-step procedures into much fewer steps. neuroadmin automates the addition of a 'hosting account,' which entails modifying access control lists, creating user accounts, physical directories, virtual directories, etc. In addition, it also modifies the addition of a virtual domain, which normally is inclusive of many steps as well.

code



neuroalumni.asp
2000-03-15
asp / vbscript / sql

Usage of neuroalumni is directed at maintaining lists of personnel with basic contact information (e.g., first/last name, arbitrary year attachment); administration and display are both done through a web browser. neuroalumni can be extended to many problem domains, but many people have found high relevance in neuroalumni as a means of keeping track of school graduates.

code






copyright (c) 2002-2003 nam tran