fred pryor seminars
Big Cartoon Search 1.0
Big Cartoon Search - Search the Big Cartoon Database more>>
Want to know who did Fred Flintstones voice? Its here (Alan Reed).
When Finding Nemo came out? Got it (May 30, 2003).
If you are a hard-core cartoon fan, or just occasionally need production information, this widget will find it for you!
Feed to Audio iPod 1.0
Feed to Audio iPod - essentially a personal Podcaster more>>
Notes: This nifty workflow is essentially a personal Podcaster.
The version here connects to this Wired news page and converts it to audio using the Fred voice (personally I would have used a female one ;)). Modify it for the webpage and voice of your choice (tip: set it to the current webpage for maximum flexibility).
100 Million 1.1
100 Million is a beneficial and easy to use Konfabulator widget which tracks the iTMS countdown to 100 million. more>> <<less
The 4-World Planet 1.0.1
The 4-World Planet is a text-adventure game more>>
The storyline: You are an astronaut. You go on a solo mission to a planet that was recently discovered. But the planets gravity is stronger than you expected, so you are forced to perform a crash landing, damaging certain parts of your ship. You must explore the planet and find replacement parts, helping people and finding treasures along the way. You will periodically need to deal with things like getting hungry or thirsty. The game will warn you when you need to do something like eat or drink.
Enhancements:
- Added fancier characters (curly quotes, em-dashes, etc.)
- Fixed grammar issues involving plural nouns
- The 4-World Planet is now a Universal Binary.
Calc Board 1.6.1
Do your everyday math the easy way. more>> Do your everyday math the easy way.
Calc Board provides you with a quick and easy way to deal with your everyday math. The Widget lets you edit and re-execute any of your previous calculations.
Calc Board provides a command-line interface which allows you to type and navigate through your formulas using your keyboard.
Main features:
- Simple maths operations in a single, editable line.
- 63 Pre-defined constants.
- User-defined variables.
- User-defined functions.
- Complex numbers supported by any operation and any function.
- Online Help.
Enhancements
- Fixed some minor issues concerning rounding and the exponential function.
The Abandoned Castle 1.0.2
The Abandoned Castle is a text-adventure game more>>
The storyline: You decide to explore an old, abandoned castle in the southeast part of town. Its heard to have a treasure hidden inside it. You must navigate around and figure out how to find the treasure. You will periodically need to deal with things like getting hungry or thirsty. The game will warn you when you need to do something like eat or drink.
Enhancements:
- Added fancier characters (curly quotes, em-dashes, etc.)
- Fixed grammar issues involving plural nouns
- Fixed a typo
- The Abandoned Castle is now a Universal Binary.
H2 Database Engine 1.1.113
An SQL database engine written in Java more>> An SQL database engine written in Java
H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.
Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German).
Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

Trout 2.0b42
Trout is specifically designed as a mind mapping tool with which items can be shown by category where each category has a physical attribute. more>>
Trout 2.0b42 is specifically designed as a mind mapping tool with which items can be shown by category where each category has a physical attribute.
You can see your own links. This application allows the user to associate keywords in terms of shape and color and physical location. The ideas can be expanded upon and a complex model built up in a arbitrary way.
URL's may be dragged or pasted into the space and they will cross link to other nodes based on the keywords and description held in the html.
The app is particularly intended for note taking during lectures or seminars. Its also useful for collecting information when researching something on the web.
Enhancements:
- Fixes broken contextual menus on web nodes/image nodes
- Fixes broken RSS Import.
- Grid arranger now works correctly
- Added optional autosave
- Added ability to lock default document (File > Open At Launch)
- Mac OS X 10.5
- PPC or Intel
License:Freeware
Biorhythm 1.2
Biorhythm is a potential and easy to use Konfabulator widget which computes your biorhythm. more>>
Biorhythm 1.2 is a potential and easy to use Konfabulator widget which computes your biorhythm.
- Start Konfabulator
- In the Konfabulator menu (the gears in your menu bar) select "Open Widget..."
- Select the "Biorhythm" widget in the folder where you've downloaded it
- Control-clic on the widget to access the Preferences panel and enter your birth date
Alumni on Rails 1.0 Beta
Open source university alumni social networking platform more>> Open source university alumni social networking platform
Alumni on Rails is a free and open source social networking platform for University Students and Alumni. Guiding principle: networking is the game!
In detail, the key targets of the system are the following:
- Promote recent events, fairs and seminars
- Private and business contacts in an environment of trust
- Connection between students, their fellow students and alumni
- Sustainable connection between the department administration and alumni
- Helping students and alumni to find job opportunities and evaluated further education possibilities. -> career development
- Provide students with the ability to benefit of the experience of alumni
- Finding experts
Main features:
- Detailed user profile
- Powerful search capabilities
- Interactive event management
- Integration of current and former students
- Friend lists
- Multilanguage support
- Multiple database support
gSpell 1.2
gSpell provides spelling suggestions from Google more>>
Their spell checker also corrects formal names (can your spell checker fix Rachmananoph, Seve Jobz, or Afex Twen?) and colloquialisms not yet included in desktop spell checkers.
gSpell was developed as a final project for the Search Engines: Technology, Society, and Business seminar taught in Fall 2005 at UC Berkeley.
To use:
- Log out and log back in.
- Select any questionable text.
- Press Cmd+Shift to get a spelling suggestion from Google.
Say File 1.0
Say File - Take any text file and say it more>>
Completly freeware.
Headache 1.0
Headache - Game of color matching more>>
In Robinson Crusoe style, you are shipwrecked on an uncharted tropical island. Fortunately, this island has a doctor; unfortunately, hes a witch doctor. Dr. Umfoofoo has gotten lonely in his isolation. having already exhausted the meager conversation abilities of the local flora and fauna, the good Doctor has spared your head his customary shrinking process. However, he expects you to now help him sort out his extremely large collection of heads. His pet alligator, Jake, will pop up from time to time to give you advice or to warn you that the rules are changing (Dr. Umfoofoo can be a little unstable...) And dont be surprised when others have things to say as well, but dont mind Ted and Fred, they can be a bit mean at times.
- Page: 1 of 1
- 1