|
WebStatistics
|
30 Jan 2010 - 21:41 - NEW
|
DaleBrayden
|
| |
WebStatistics :
|
|
SparklinesGoogleChartsForTwiki
|
08 Dec 2007 - 23:33 - NEW
|
DaleBrayden
|
| |
SparklinesGoogleChartsForTwiki :
Google recently made public their chart creation api . Very simple, very cool. The idea is that you specify chart data and settings in a url, and get back a generated image.
I wrote a little code that renders sparklines-like graphs using the google charts api, from TWiki. In my case I call the code from one of my plugins - but I'm probably the only person on the planet that uses that plugin, so you would need to call it from somewhere else.
The basic idea is simple: create the simplest, smallest legible line graph for a set of data. Small enough that it can serve as just another 'word' in a sentence, yet convey a relatively large set of quantitative information.
|
|
WebHome
|
08 Dec 2007 - 23:04 - NEW
|
DaleBrayden
|
| |
WebHome :
Welcome to the home of the Software Web at brayden.org.
See the web site map or an alphabetical list of pages for help in navigating this web.
It's been a long while since I've maintained this part of my site. I'm thinking about just making it go away until I can figure out what should be here Nov 24, 2007 .
However, for now here's December 2007 .
|
|
WorkFlow
|
24 Nov 2007 - 17:22 - NEW
|
DaleBrayden
|
| |
WorkFlow :
TOC: No TOC in "Software.WebChanges"
Workflow management systems are a kind of holy grail among software developers. Such systems have the promise of subsuming more specialized types of applications, such as project tracking, bug tracking, etc. In fact, there's scarcely any business application that could not be integrated with, or made part of, a work flow management system.
I think the 2 main characteristics of work flow management systems that I find interesting are
- They are a challenge to design and build, because they need to be able to integrate with a wide array of existing systems and must support a wide range of work flow activities
- They have the potential of making a lot of money for the developer
|
|
MerbDataMapperOnWindows
|
24 Nov 2007 - 17:21 - NEW
|
DaleBrayden
|
| |
MerbDataMapperOnWindows :
Pretty painless overall. Here's a transcript and some notes.
Resources:
Just In Time: Merb & Datamapper: Getting Rolling
rubytalk
Getting started with datamapper
First, you will need a compiler:
|
|
WebHomeTopics
|
24 Nov 2007 - 17:21 - NEW
|
DaleBrayden
|
| |
WebHomeTopics :
|
|
RubyCombinatorials
|
19 Jun 2007 - 15:35 - NEW
|
DaleBrayden
|
| |
RubyCombinatorials :
I've posted a set of classes and methods for generating combinations and permutations .
Source code zip : http://www.brayden.org/twiki/pub/Software/RubyCombinatorials/Combinatorials.zip
|
|
WebNotify
|
19 May 2006 - 20:58 - NEW
|
DaleBrayden
|
| |
WebNotify :
WebNotify is a subscription service to be automatically notified by email when topics change in the TWiki.Software web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe to the service, please put yourself on the list below. The format is: 3 spaces Main.yourWikiName - yourEmailAddress
Main.DaleBrayden - dalebrayden12345.org
Note: It is helpful to insert your name in alphabetical order by first name -- ignore the "Main." -- then you can find your name or not more easily if you wish to remove it or confirm that you are on the list.
|
|
RailsManuals
|
11 Mar 2006 - 16:53 - NEW
|
DaleBrayden
|
| |
RailsManuals :
Official Rails Documentation
Documentation for Ruby on Rails
Complete API
Howtos in Ruby on Rails
Migrations
Understanding Migrations in Ruby on Rails
Using Migrations in Ruby on Rails
Active Record Migration in Ruby on Rails
API Reference
Development Environments
Instant Rails - a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL
|
|
RubyManuals
|
11 Mar 2006 - 14:36 - NEW
|
DaleBrayden
|
| |
RubyManuals :
Core documentation
Ruby core class and library reference
Rake
Rake Tutorial -- Getting Started
Rake Tutorial
Rake User Guide
Rake by Example
|
|
AjaxManuals
|
11 Mar 2006 - 14:27 - NEW
|
DaleBrayden
|
| |
AjaxManuals :
Tutorials
Mastering Ajax, Part 1: Introduction to Ajax
Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
Mastering Ajax, Part 3: Advanced requests and responses in Ajax
Patterns
Main Page - Ajax Patterns
Toolkits
Prototype JavaScript Framework: Class-style OO, Ajax, and more
Rico Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or JavaScript objects as Ajax response objects. Multiple elements and/or objects may be updated as the result of one Ajax request.
|
|
SplineFunctions
|
10 Jan 2006 - 15:55 - NEW
|
DaleBrayden
|
| |
SplineFunctions :
This is a description of a class of cubic spline functions that have the
property that the endpoints of the curve will pass through the first and
last control points, and will pass near the interior control points.
I've provided an implementation in ruby see bottom of this page .
Let {Pi : i=1,N; N= 4} be the set of control points
Let P0 = P1 and PN+1 = PN
Draw the curve for each Segment Si, i=1, N-1, using
|
|
StatisticsLib
|
29 Dec 2005 - 16:59 - NEW
|
DaleBrayden
|
| |
StatisticsLib :
I've posted a statistics package written in ruby . The source can be downloaded as a zip file
|
|
RubyLanguage
|
29 Dec 2005 - 16:49 - NEW
|
DaleBrayden
|
| |
RubyLanguage :
Software.RubyOnRails
Software.RubyWebHosts
Software.RubyGem
|
|
TWikiIncludeTricks
|
03 Dec 2005 - 18:08 - NEW
|
DaleBrayden
|
| |
TWikiIncludeTricks :
The INCLUDE directive is documented at TWiki.IncludeTopicsAndWebPages. Here are the main ways to use it:
You can include one twiki topic within another . That's how I do the WebRss pages - the RSS feeds at this site and also most of the content at Random.MonthlyDigest:
... elided ...
|
|
AudioSoftware
|
03 Dec 2005 - 16:40 - NEW
|
DaleBrayden
|
| |
AudioSoftware :
... see also: Trash.LinuxAudio
Acoustica MP32Wave - $19.95
MP3 File Editor $25 - also available: free mp3 to wave converter
mpg123 - MPEG 3 Audio player for nix
lame - mp3 player for linux - open source
MP3 newswire - product news and links
-- Main.DaleBrayden - 29 Dec 2002
|
|
JavaScript
|
03 Dec 2005 - 16:00 - NEW
|
DaleBrayden
|
| |
JavaScript :
See also: DocumentObjectModel
Google Directory
Google Directory of javascript script sites
Doc Javascript at webreference.com
javascript search at codehound
-- Main.DaleBrayden - 29 Dec 2002
|
|
LanguagePages
|
03 Dec 2005 - 16:00 - NEW
|
DaleBrayden
|
| |
LanguagePages :
This is the category page for programming language-related pages.
-- Main.DaleBrayden - 24 Jun 2003
|
|
LanguageVarieties
|
03 Dec 2005 - 16:00 - NEW
|
DaleBrayden
|
| |
LanguageVarieties :
Links and information about a variety of programming languages. Not much here yet, but I need a placeholder and this is it.
The great language shootout and the win32 version of the shootout
These provide a terrific set of source-code examples of many languages
571 languages, 99 bottles of beer
photos of many programming language creators
-- Main.DaleBrayden - 27 Aug 2003
|
|
LanguagesTopics
|
03 Dec 2005 - 16:00 - NEW
|
DaleBrayden
|
| |
LanguagesTopics :
|