Kurt StephensNerd Up! | ||||||||||||||||||
softwareruby-units: Ruby scientific units conversion package
I came across the excellent ruby-units package, written by Kevin Olbrich, while working on a Ruby package to analyze Polar S710i heart rate monitor files. My own units package had a few problems. But, Kevin’s worked out much better, after working with him on test cases and pinpointing performance enhancements. It supports Kevin’s Uncertain class, like “5 +- 1 meter/sec”. Go get it: UserQuery: Ruby Package Simplifies General Searching in Rails
See: http://rubyforge.org/projects/userquery/ The RubyForge package userquery allows users to do general queries on SQL database table columns using a simple query language. The package parses tokens from the user’s query and generates SQL WHERE clauses immune to SQL injection attacks. For example, if a user wants to search for all UserQuery will intuitively convert this query into an SQL WHERE clause fragment: ( (entries.date >= '2006-11-01 00:00:00') AND (entries.date < '2006-11-02 00:00:00') ) The user query syntax includes “ Data Transform Programming Style
Data Transform Programming Style is somewhere between imperative and functional programming. Data representations flow towards the desired result, from least expressive to most expressive. This allows greater reuse of code on multiple data representations, greater locality of intent and more literal coding. The nested nature of functional application is flattened into an imperative style that reads more like pseudo-code, while retaining functional elements. Software Projects
Here is a list of packages I've developed. These are available for free, but I retain all copyrights except for software copyright by others that may be included. Software Research
All papers: Copyright Kurt A. Stephens and ION, Inc., unless otherwise noted. Software
I like writing software components; little bits of code that can be assembled into bigger programs. UNIX fits well for me as its design philosophy is focused around combining small programs into larger systems. I’ve compiled most of the software I’ve written into a respository. I’m interested in any questions or feedback. I’ve been very interested in meta-programming for a while: programs that have access to information about their own construction and state and programs that synthesize other programs. One big open-source project I’m working on is a UML meta-modeling framework written in Perl: UMMF. Extensible AJAX Calendar Widget
I have written an extensible AJAX Calendar. The calendar events are asyncronously downloaded and cached using a simple XMI representation from the server. Auxillary data can be attached to each calendar event. Each of the days in the calendar are decorated by callback. Calendar navigation events can also trigger callbacks. Embedding a properly tail-recursive, stack-based interpreter in C
See /pub/tail_call_interp/tail_call_interp.c The Scheme programming language requires proper implementation of tail calls, because all looping in Scheme is implemented as function calls — there is a very fundamental relationship between tail-calls and iteration. |
||||||||||||||||||
Recent comments
3 days 8 hours ago
4 weeks 16 hours ago
5 weeks 4 days ago
8 weeks 9 hours ago
8 weeks 9 hours ago
11 weeks 1 day ago
11 weeks 1 day ago
13 weeks 1 day ago
13 weeks 4 days ago
13 weeks 4 days ago