Main > Free Download Search >

Free oklahoma sooners software for mac

oklahoma sooners

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 75
Tell Me A Story 1.1.0

Tell Me A Story 1.1.0


Tell Me A Story - Reads bedtime stories to children more>>
Are you frequently asked to tell a story to your children or grandchildren? The purpose of Tell Me A Story is to make it easy to satisfy this need.

A story is read from beginning to end when you click on a title. Two stories are built-in and it is easy to add stories. The large buttons, large fonts and easy operation make it child’s play.

To add to the stories in the StoryTime Bookcase, open Manage Stories from the menu bar and enter text into the Text Field a number of ways:

• a. Type into the Text Field.
• b. Select a source folder using the radio buttons (Mac version only), click on the "Load File" button to navigate to a plain text file and click on OK.
• c. Paste text into the Text Field. This text could have been copied from a web page. (The menu bar has a link to a free internet site with thousands of free eBooks. You can find a story, copy the story from the web page, paste the story into the Text Field and edit as necessary.)

When you are ready to save the story, click the "Save File" button. You will be prompted for a story name (no suffix should be used - the ".txt" suffix is added automatically).

As noted on the Manage Stories window, words in capital letters will be spelled out; change such words to uppercase and lower case letters (Mac version only).


<<less
Download (3.2MB)
Added: 2007-04-24 License: Freeware Price:
917 downloads
Export Folders 1.1

Export Folders 1.1


Export Folders - Export folders full of messages more>>
Entourage has the ability to export a folder full of messages as an industry standard UNIX-like Mailbox format (MBOX file). This is a quick and easy way of archiving mail out of Entourage, either for routine backup or when changing mail porgrammes.

However, if you have a lot of folders, frequently nested several levels deep, this process becomes a tedious and time consuming one. This script will save ALL your folders, now matter how deep they are nested (well, OK, there will be a limit, but its more than 8 levels in tests I have carried out)

<<less
Download (7KB)
Added: 2006-03-14 License: Freeware Price:
1322 downloads
polyparse 1.3

polyparse 1.3


This is a collection of parser combinator libraries in Haskell. more>>

polyparse 1.3 is an ideal tool for programmers. It is actually a free and open source project that includes a variety of alternative parser combinator libraries, including the original HuttonMeijer set.

The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.

Please note that polyparse is licensed and distributed under the terms of the LGPL license.

Some Functionality:

  • Text.ParserCombinators.Poly - Currently re-exports Text.ParserCombinators.Poly.Plain. The name Poly comes from the arbitrary token type. Thus, you can write your own lexer if you wish, rather than needing to encode lexical analysis within the parser itself.
  • Text.ParserCombinators.Poly.Plain - This is a fresh set of combinators, improving on the HuttonMeijer variety by keeping only a single success, not a list of them. This is more space-efficient, whilst still permitting backtracking. Error-handling is also much improved: there are essentially two kinds of failure, soft and hard. Soft failure just means that the current parse did not work out, but another parse might be OK. Hard failure means that no parse will succeed, because we have already passed a point of commitment. Thus you can give far more accurate error messages to the user, including multi-layered locations.
  • Text.ParserCombinators.Poly.State - This is just like Poly, except it adds an arbitrary running state parameter.
  • Text.ParserCombinators.Poly.Lazy - This is just like Poly, except it does not return explicit failures. Instead, an exception is raised. Thus, it can return a partial parse result, before a full parse is complete. The word partial indicates that, having committed to return some outer data constructor, we might later discover some parse error further inside, so the value will be partial, as in incomplete: containing bottom. However, if you are confident that the input is error-free, then you will gain hugely in space-efficiency - essentially you can stream-process your parsed data-structure within very small constant space. This is especially useful for large structures like e.g. XML trees.

Enhancements:

  • Single bugfix: Text.Parse.parseFloat now accepts ordinary floating point notation, in addition to scientific (exponent) notation.

Requirements:

  • GHC
<<less
Download (106KB)
Added: 2009-03-10 License: Freeware Price: FREE
1 downloads
DDD for Mac OS X 3.3.9

DDD for Mac OS X 3.3.9


DDD for Mac OS X is a beneficial and easy-to-use graphical front-end for command-line debuggers such as GDB, the Perl debugger, or the Python debugger. more>>

DDD for Mac OS X 3.3.9 is a beneficial and easy-to-use graphical front-end for command-line debuggers such as GDB, the Perl debugger, or the Python debugger.

Besides "usual" front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.

Enhancements:
  • New features and minor improvements
    • Support for PHP debugger has been added. This is essentially not tested.
    • Source files in subdirectories should be located automatically when using dbx (tested on Solaris dbx).
    • The perl version supported by DDD is now 5.8.x. The perl debugger changed between perl 5.6.x and perl 5.8.0, which made this update necessary. This change is not backwards-compatible. If it is not possible to upgrade your perl version to 5.8.x or newer, then you can simply install the file "perl5db.pl" from a recent perl distribution into your old perl tree.
    • Through the maintenance menu ("ddd --maintenance"), it now possible to get a leak check of ddd if ddd is run under valgrind. This is only useful for ddd developers (or anybody that wants to help making ddd better).
    • Several minor bugs fixed, some memory leaks plugged, more code clean-up done.
    • A bug affecting platforms where the size of function pointers is 16 has been fixed.
    • The settings window now starts at a larger, more reasonable size, and allows the user to resize it.
  • Build fixes
    • The configure machinery has been updated to conform more closely to the autoconf 2.5x requirements. Several bugs have been fixed.
    • libiberty (which provides missing standard functions) is not linked by default anymore. configure has a new option --with-libiberty that enables the libiberty support if required. If nobody complains, libiberty will be unbundled in a next version.
    • The libiberty distributed with ddd has been upgraded to the one included in GCC 3.4 20040116. It fixes some configuration problems.
    • Builds with GCC 3.4, with IBM xlC on AIX, with Compaq/HP cxx on Tru64, on X11R5 based systems, with SGI CC on IRIX should be OK.
    • Builds on HP-UX should now work out-of-the-box. Motif is linked statically and the Athena libraries are now found by default.
    • Builds without Motif/Lesstif available abort with an adequate message.
    • Builds with readline support now work. readline is not bundled anymore.
    • Builds without -DNDEBUG (i.e. with "assert" enabled) now work. Default build enables assertions (i.e. -DNDEBUG is not used).
    • Several missing files in the distribution are now included.
    • Cygwin is supported again.
Requirements: Mac OS X 10.2 or later (tested with 10.2.6, 10.3.3).

<<less
Download (7.9MB)
Added: 2004-08-19 License: Free Price:
downloads
Album Picker 0.4

Album Picker 0.4


Album Picker - Selects only albums to be played in iTunes more>>
Ever feel like youve lost touch with your albums whilst using iTunes? Always find yourself listening to nothing but Singles? Well, have no fear, Album Picker is here! OK, well maybe its not quite that great. But basically, I wrote this program to pick albums for me to listen to. Just set what criteria you require, and Album Picker will look through your Library and pick an album for you.
You can set it to favour those albums youve rated higher than others, as well as those which havent been rated yet. Also, Album Picker can ignore the Singles in your collection (i.e. those with less than 4 tracks say).
As you can see, this is only version 0.4 of the app. So feel free to contact me with any requests for features at stu03ma@rdg.ac.uk. And if any kind soul feels like making me an icon for Album Picker (I am terrible at anything graphics related!) then dont hesitate to do so!
Enhancements:
- Added the ability to choose what playlist albums are picked from
- The "close" button of the main window is now available
- Added "Software Update" system
- Localised some parts of the interface
- New system for displaying help to avoid text cut-off
- Added cancel button to progress bar panel
- Changed title of the acceptance button to "Play".
<<less
Download (801KB)
Added: 2005-09-19 License: Freeware Price:
1500 downloads
Drilx O Matic 0.9

Drilx O Matic 0.9


Drilx O Matic - Random lounge grooves player more>>
Drilx O Matic Widget is based on the once-a-day composition experiment in techno’d grooves recorded in 2000 and 2001.

This was shorter than some other Z-o-Matic experiments in groove, but still includes dozens of techno’d songs that will have you and your friends lounging around the computer, hopefully with a little twist.

You just need to reload the widget to get a random song (Apple-r keys on Dashboard) that will make your booty move. Depending on your Internet connection speed, the sound will play once the audio stream is OK.
<<less
Download (43KB)
Added: 2006-03-29 License: Freeware Price:
1305 downloads
UpdateWasher 1.13

UpdateWasher 1.13


UpdateWasher - Runs OS X built-in maintenance scripts and more more>>
UpdateWasher is useful in a way that after an OS X update, simply double click on UpdateWasher, where ever it may be, and it will run OS Xs built in maintenance scripts, repair permissions essential to keeping your Mac bloat-free and then reboots your system to make sure everything is in ship-shape.
Best of all, UpdateWasher requires no user input at all! Just click OK, and wait for the application.
And if you have Growl installed, Automator will notify you when the operation is done, if you dont, you will be displayed a regular dialog box, so theres nothing else to install!
Enhancements:
- Fixed launch problem that many users had been experiencing.
<<less
Download (71KB)
Added: 2006-05-15 License: Freeware Price:
1257 downloads
Authentication Agent 1.0

Authentication Agent 1.0


Authentication Agent is an AppleScript that can type your administrative password for you more>>
If you are tired of typing in your administrative password and you have a macro program Authentication Agent can do it for you.

The advantage of Authentication Agent over the use of a simple text shortcut is that in most cases Authentication Agent will type in your password and OK the dialog as well.

A text shortcut with return or enter at the end wont do that in some common situations. The Authentication Agent method also prevents your passwords being stored in clear text on your computers hard drive.


<<less
Download (34KB)
Added: 2006-01-17 License: Freeware Price:
1377 downloads
University of Oklahoma 2008-09 Men’s Basketball Schedule 1.0

University of Oklahoma 2008-09 Men’s Basketball Schedule 1.0


The schedule for the University of Oklahoma’s men’s basketball team for the 2008-09 season. more>> <<less
Download (12K)
Added: 2008-07-31 License: Freeware Price:
12 downloads
Pachyderm 1

Pachyderm 1


Pachyderm is a small utility that quickly checks your system clock to make sure its sane more>>
Pachyderm is a small utility that quickly checks your system clock to make sure its sane. This can help workaround the occasional problem where a machine has its clock reset to January 1, 1970 after rebooting.

To use it, simply run it. If Pachyderm thinks your system clock is screwed up, it will ask you to change or confirm it. If the system clock seems OK, Pachyderm will exit without any user action.

One good use for Pachyderm is to put it into your login items so that it runs every time you log in (and, by extension, every time you reboot).


<<less
Download (103KB)
Added: 2005-11-14 License: Freeware Price:
1439 downloads
 
Other version of Pachyderm
Pachyderm 1.0If the system clock seems OK, Pachyderm will exit without any user action. Requirements: Mac
License:Free
Download (103K)
downloads
Added: 2003-12-12
PasteBoarder 0.4.0

PasteBoarder 0.4.0


PasteBoarder is a paste board utility for Mac OS X more>>
PasteBoarder is a paste board utility for Mac OS X.
PasteBoarder acquires a paste board servers data and enables it to paste other application from a hot key.
Enhancements:
Functional addition
- Added RTFD support.
- Its able to copy data of multiple row. (Data is tiff and pict cannt copy).
- Arrange the contents field, to the left closing line.
- At the time of multiple row displays, character string isnt wrapped into the contents field.
The bug fixes.
- Dealing with the problem when pushing X button with the configuration panel, in order for the OK button to be pushed.
<<less
Download (406KB)
Added: 2007-05-28 License: Freeware Price:
879 downloads
X-Plane 9.40 RC-10

X-Plane 9.40 RC-10


X-Plane is an interesting and realistic game which is the ultimate general-aviation flight sim. more>>

X-Plane 9.40 RC-10 is an interesting and realistic game which is the ultimate general-aviation flight sim. With hardware-accelerated texture-mapped graphics, dynamic speech synthesis, full-planet terrain-mapped scenery, helicopters, and the widest range of airplanes available in flight simulation, X-Plane will keep your eyes popping out for hours.

Enhancements:

  • OK the FMS and GPS is now really awesome... better than anything you have seen before with X-Plane.
  • Enter any plan you like into the FMS... The distance and time enroute will display at the bottom from your CURRENT position to whatever the final destination in the FMS is... So as you scroll through waypoints in the FMS, you will see the distance and time from your current location to the displayed fix.
  • Now, while this is going on, if you have a GPS in addition to the FMS, the G...

<<less
Added: 2009-09-30 License: update/patch Price: $59.00
downloads
UpdateWasher CE 1.0

UpdateWasher CE 1.0


UpdateWasher CE - Runs OS Xs built in maintenance scripts more>>
UpdateWasher is useful in a way that after an OS X update, simply double click on UpdateWasher, where ever it may be, and it will run OS Xs built in maintenance scripts, repair permissions essential to keeping your Mac bloat-free and then reboots your system to make sure everything is in ship-shape.
Best of all, UpdateWasher requires no user input at all! Just click OK, and wait for the application. When UpdateWasher is done doing maintenance, it will notify you when its done! This version requires a registered version of Cocktail.
Enhancements:
- This version adds Cocktail functionality and is not an update to UpdateWasher.
<<less
Download (71KB)
Added: 2006-05-15 License: Freeware Price:
1258 downloads
Uptowner 1.7

Uptowner 1.7


Uptowner is a powerful and splendid tool which provides a user with administrative privileges to temporarily become the owner of a file and its enclosing folder. It temporarily promotes you up to owner, hence the name Uptowner. more>> Uptowner 1.7 is a powerful and splendid tool which provides a user with administrative privileges to temporarily become the owner of a file and its enclosing folder. It temporarily promotes you "up to owner", hence the name Uptowner.

A fairly safe file to play with might be one of the .log files in /private/var/log. To go there, just choose "Go to Folder..." from the Go menu and type in "/private/var/log". Drag a file onto the TextEdit applications icon to open it. Make a change such as typing a space then pressing the delete key once and try to save it. If you cant, which is likely, you can use Uptowner.

While the file is still open in TextEdit, drag the files icon to the Uptowner application icon or its Dock icon if its already running. Enter your administrative password (you must be logged in with administrative privileges to use Uptowner). Click "Become temporary owner" then OK the warning message if you're brave enough, and go back to TextEdit.

You should now be able to change and save the file. Uptowner will wait for you to tell it that you're ready for the original ownership to be restored for the item you selected. Go back to Uptowner and click OK again and everything is set back the way it was and you'll no longer be able to change and save the file in TextEdit, unless you use Uptowner again.

Enhancements: Compatible with Tiger (Mac OS X 10.4.3 or later)

Requirements: Mac OS X 10.4.3 or later.

<<less
Download (2.8MB)
Added: 2006-10-14 License: Free Price:
downloads
Apple MacBook Pro SMC Firmware 1.0

Apple MacBook Pro SMC Firmware 1.0


Apple MacBook Pro SMC Firmware - SMC firmware update for MacBook Pro (15-inch) more>>
The SMC Firmware Update 1.0 is a System Management Control (SMC) firmware update for certain Intel-based computers, including MacBook Pro (15-inch) computers. Tip: Print or write down these instructions before you begin installing the update.

There are two parts to this process: Installing the firmware update application, and using the firmware update application to install the SMC Firmware Update.

1. Download the SMC Firmware Update 1.0, which is available at Apple Downloads.
2. Quit open applications, which are marked in the Dock with a small triangle.
3. Double click the SMC Update.pkg file.
4. Click Continue after reading the licensing agreement, then click Agree if you accept the terms.
5. Click Install to install the update application.
6. After the software is successfully installed, click Close to start the updater application. (If you inadvertently skipped this part, you can find the updater in /Applications/Utilities.)
7. Read the onscreen firmware update installation instructions, then click Restart to proceed.
As your computer starts, the SMC will be updated. Your computers fans will run at full speed during the update but will return to normal once the update completes. The computer will restart again once the firmware update is complete. Important: Do not interrupt the update process.

After your computer restarts a second time, you should see a message stating that the update was successful. Click OK to continue.

Note: If you see the dialog that you saw in step 7 instead of a message that the update was successful, try installing the update again (use the updater in /Applications/Utilities/).

Important: Do not interrupt the update.

<<less
Download (424KB)
Added: 2006-05-17 License: Freeware Price:
1262 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5