Main > Free Download Search >

Free cherokee 0.9.3 software for mac

cherokee 0.9.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 33
Cherokee 0.9.3

Cherokee 0.9.3


Open source, flexible and fast web server more>> Open source, flexible and fast web server

Cherokee is a very fast, open source, flexible and easy to configure Web Server.

Cherokee supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, on the fly encoding, Apache compatible log files, TLS and SSL encrypted connections, Virtual hosts, Authentication, and much more.

<<less
Download (2.9MB)
Added: 2008-10-08 License: GPL Price: FREE
292 downloads
 
Other version of Cherokee
Cherokee 0.99.17cherokee-0.99.17 offers you a very quick, open source, flexible and simple to configure Web ... Cherokee supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, on the fly
Price: FREE
License:GPL
Download (4.6MB)
17 downloads
Added: 2009-06-15
Romeo 0.9.3

Romeo 0.9.3


Romeo - A bluetooth remote program for OS X more>>
Romeo is a program which makes a recent Sony-Ericsson phone, combined with bluetooth, into an all-purpose remote for Mac OS X.
Romeo gives you remote control of your mac via Bluetooth and a compatible mobile device, controlling programs such as iTunes and DVD Player, as well as presentation applications. Use your mobile as a mouse, as a volume control, or as a method of telling your mac when youre there. If you want to add support for another application, use the built in editor - and share your new plugin with the mac community!
If you dont like the current menus, open them up, play round with them, and create your own from scratch. Romeo supports communication with other applications through Applescript, or via direct key and mouse emulation as well as a couple of other cool extras - zoom into your screen? No problem!
Enhancements:
- Interface localized into French and German.
- Graphical bezel-style Caller ID, using the Address Book framework for IDing people.
- Improved dock and menubar menus, including a status item.
- Fixed dock icon hiding in 10.3 and higher.
- Now checks whether devices are paired and points the user to the Bluetooth Setup Assistant as appropriate.
- Added some basic AppleScript commands including connect, disconnect and status.
- Added user feedback display, fully controllable via AppleScript ("display text ...")
- Fixed zooming in Panther.
- Fixed AppleScript launching Classic applications in the supplied menus (thanks to Leor Bleier)
- New "About" window including links to the website.
- Interface tweaks including GUI layout, Open and Save dialogs remembering last directory, and improved error dialogs.
- Improved handling of drag-and-drop.
- Fixed Screensaver interaction methods to no longer conflict with Panthers screensaver security features
- Improved phone name fetching and storage.
- Improved handling of phone calls and SMSes whilst in a dialog.
- Improved processor use dramatically when bluetooth hardware is not present or disabled.
- Added key emulation for numpad keys.
- Updated default menus and actions. Due to changes and fixes, all users will be prompted for an upgrade.
- General bugfixes and improvements to make Romeo a better OS X citizen.
- Extensive code rewrites; if youve downloaded the code before and blanched, its still bad, but its much better.
<<less
Download (616KB)
Added: 2006-05-05 License: Freeware Price:
1273 downloads
Sweep 0.9.3

Sweep 0.9.3


Free and open source utility that will help you edit audio files more>> <<less
Download (1.2MB)
Added: 2008-10-07 License: GPL Price: FREE
382 downloads
SRTool 0.9.3

SRTool 0.9.3


SRTool is very simple tool for automatic conversion of commonly used text subtitles into SRT format. SRT is accepted by many multimedia players, both hardware (like PS3) and software (like Perian). It started as a tool for my private usage, but decided to share it with you more>> <<less
Download (736KB)
Added: 2009-07-26 License: Freeware Price: FREE
1 downloads
MacLookat 0.9.3

MacLookat 0.9.3


MacLookat is described as a flexible and complete VRML97 viewer tool for the Mac OS by Michael Louka. more>>

MacLookat 0.9.3 is described as a flexible and complete VRML97 viewer tool for the Mac OS by Michael Louka. It is based on LibVRML97 by Chris Morley and others, which has been ported to the Mac OS by the developer of MacLookat. LibVRML97 has been adopted by the OVAL open source initiative.

MacLookat will be kept in sync with future versions of the LibVRML97 library so that improvements in LibVRML97 will also benefit Mac users. MacLookat supports most of the ISO VRML97 standard, including almost complete support for the JavaScript scripting interface and is therefore capable of displaying most interactive, animated, VRML content.

Requirements:

  • Mac OS 8.1 or later
  • OpenGL
<<less
Download (649.4KB)
Added: 2000-06-28 License: Freeware Price:
downloads
gevent 0.9.3

gevent 0.9.3


gevent provides you with a perfect and very useful Python network library which uses greenlet and libevent for easy and scalable concurrency. more>> gevent 0.9.3 provides you with a perfect and very useful Python network library which uses greenlet and libevent for easy and scalable concurrency. This product is totally free for everyone.<<less
Download (130KB)
Added: 2009-08-04 License: Freeware Price: FREE
downloads
OpenSteam 0.9.3

OpenSteam 0.9.3


Generic eCommerce Framework for RubyOnRails more>> Generic eCommerce Framework for RubyOnRails

OpenSteam is a web-based shopping and e-commerce framework for RubyOnRails.
OpenSteam features generators, as known from Rails, to easily create webshops and products with one command.
With OpenSteam it is possible to associate products with various properties, to create multiple product-models, and to give specific product-configurations an inventory-entry (price, storage, etc).

Main features:>
- generator to create webshops
- generators to create products and properties
- Shopping Cart
- Checkout-Workflow
- Associate Products to Properties
- Define price and storage-quantity for products or specific product-configurations
- Admin-Backend to overview customers and orders.
- Taxes: define taxes or tax-groups for products and regions
- ActiveMerchant Integration (CreditCard Payment)
- PaymentMethods: use the implemented creditcard payment or simply implement your own payment-method
- ShippingRate: define rates for products, regions and payment-types, or implement your own shipping-rate calculation
- PDF-Export for invoices (using the excellent prawnto plugin)
- Rails 2.1.1 compatibility.

System requirements:
- RubyOnRails

Enhancements:
- added a ContainerModel to hold the basic ShoppingCart Logic (add/update/delete items, increment/decrement), STI
- moved Cart from session to database (into Container)
- moved OrderBase into Container (same logic as ShoppingCart)
- added a Tax-System (TaxZones, TaxGroups, Calculation, etc), MVC
- implemented ActiveMerchant Integration. (CreditCard Payment)
- added PaymentTypes and a Payment Base Class to simplify future integration of payment-methods
- added ShippingRate calculation (ShippingRates, Zones, ShippingRateGroups), MVC
- added shipping-rates, taxes, netto_price calculation, payment_type to OrderBase (Container)
- refactored Checkout-Process and OrderBase-Model in order to work with payment_type, shipping-rate and taxes
- added PDF-Export for Invoices (using the prawn-gem and prawnto-plugin http://www.cracklabs.com/prawnto )
- removed state-logic from InvoiceBase (not needed)
- added payment_process initializers (CreditCardPayment)
- added Configuration Model (Backend), to hold simple key-value pairs
- added units tests for Container::Base (Order, Cart), Payment, ProductBase and Order
- refactored the "set_properties=" method in ProductBase. Now "building" the inventory-objects instead of creating.
- refactored the _attributes partial for products in order to work with the new "set_properties=" method.
- InventoryBase: added a named_scope called :by_properties (replaces the exists_by_properties extension-method fpr the inventories-association in ProductBase): Now: Single SQL-Query instead of fetching every single property.
- fixed bug in StateMachine caused by inheritance: declared observers and inialstate as class_inheritable_accessor
- StateLogic: changed state-name from .downcase to .underscore
- deleted unnecessary partials (TODO: more to delete!)
- renamed cart_controller to carts_controller (ActiveRecord Model, recources!)
- added a "init_opensteam_config" migration file, to create admin-uses and load fixtures (zones, tax_zones, shipping_rates, configuration)
- added verification_value to credit_card_payment partials
- deleted lib/cart_base.rb (not needed anymore, now Opensteam::Cart < Opensteam::Container::Base)

<<less
Download (235KB)
Added: 2008-10-03 License: GPL Price: FREE
386 downloads
Ruwiki 0.9.3

Ruwiki 0.9.3


Simple, extensible Wiki written in Ruby that comes with support both CGI and WEBrick interfaces, templates, CSS formatting, namespaces, and internationalisation more>> Simple, extensible Wiki written in Ruby that comes with support both CGI and WEBrick interfaces, templates, CSS formatting, namespaces, and internationalisation

Additionally, Ruwiki supports project namespaces, so that two pages can be named the same for differing projects without odd naming conventions or colliding.

Ruwiki is also an internationalised Wiki, although more testing, especially testing with multibyte character encodings and Unicode (UTF-8) is required. There are German and Spanish localisations of the messages included with the Ruwiki distribution.

<<less
Download (145KB)
Added: 2008-10-05 License: GPL Price: FREE
383 downloads
SenSEO 0.9.3

SenSEO 0.9.3


SenSEO is professionally designed as an extension to check the most important on-page-SEO-criteria and calculate a grade of how good your site fulfills these criteria. more>> <<less
Download (24KB)
Added: 2009-08-03 License: MIT Price: FREE
downloads
XPE 0.9.3

XPE 0.9.3


Free and open source neXtgen Povray editor more>> Free and open source neXtgen Povray editor

XPE is a graphical editor for Povray based on wxWidgets library. XPE looks like a modern code editor but focused on Povray.
XPE includes numerous features and is organized to optimize work-space.

Main features:>
- XML based translation system
- Auto-completion on CTRL+SPACE
- Internal image-files viewer
- Files explorer with external application support for non-handled filetypes
- Javadoc-like documentation support
- Povray files parsing with navigator display
- includes direct acces by right click
- ini files support
- insert menu
- rendering console
- notepad, clock, open documents
- configuration utility
- retractable panels interface

Enhancements:
- possibility to have non-filled settings
- replacement of the dialog buttons to be translatable

<<less
Download (2.6MB)
Added: 2008-10-06 License: GPL Price: FREE
394 downloads
Dvd Hunter 0.9.3

Dvd Hunter 0.9.3


Catalog, sort, organize your movie collection. more>> <<less
Added: 2009-07-12 License: Freeware Price:
27 downloads
bpython 0.9.3

bpython 0.9.3


Fancy and open source interface to the Python Interpreter bpython is a free, open source and fancy interface to the Python interpreter for Unix-like operating systems more>> <<less
Download (32KB)
Added: 2009-06-12 License: Freeware Price: FREE
196 downloads
RText 0.9.3.5

RText 0.9.3.5


RText - Programmers text editor written in Java more>> <<less
Download (3MB)
Added: 2005-12-07 License: GPL Price:
1432 downloads
Game Hunter 0.9.3

Game Hunter 0.9.3


Catalog, sort, organize your game collection. more>>

Game Hunter 0.9.3 is known as a powerful application specially created for Mac OS X Leopard that catalogue, sort, and organize your videogame collection. To save your time Game Hunter can query online database and easily get all information about your favorite games.

Major Features:

  1. iTunes-like interface
  2. Get information quering online database
  3. List to organize your library
  4. Self updating smart-list
  5. Folder of lists for better organization
  6. Link games with URLs, images, videos and files
  7. Network sync
  8. Quick Look Integration
  9. Address book integration
  10. iCal integration
  11. Automatic update with Sparkle
  12. Quick Look Integration
Requirement
  • It works on Leopard.
<<less
Added: 2009-07-12 License: Freeware Price:
20 downloads
Book Hunter 0.9.3

Book Hunter 0.9.3


Catalog, sort, organize your book collection. more>>

Book Hunter 0.9.3 is a smart application specially designed for Mac OS X Leopard that catalogs, sorts, and organizes your book collection. To save your time Book Hunter can query online database and easily get all information about your favorite books.

Major Features:

  1. iTunes-like interface
  2. Get information quering online database
  3. List to organize your library
  4. Self updating smart-list
  5. Folder of lists for better organization
  6. Link games with URLs, images, videos and files
  7. Network sync
  8. Quick Look Integration
  9. Address book integration
  10. iCal integration
  11. Automatic update with Sparkle
<<less
Added: 2009-07-12 License: Freeware Price:
19 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3