Main > Free Download Search >

Free 1.0 beta software for mac

1.0 beta

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10561
Lolo 1.0 beta

Lolo 1.0 beta


Lolo - Creature that can read news and act as a screensaver more>>
Lolo is a small and friendly creature that can read news and act as screensaver.
Lolo is curently in beta state and more features will be added to the future versions.

Completly freeware.
<<less
Download (920KB)
Added: 2006-05-08 License: Freeware Price:
726 downloads
DARE 1.0 Beta

DARE 1.0 Beta


The Adobe AIR development web server more>> <<less
Download (1.8MB)
Added: 2009-06-07 License: Freeware Price: FREE
199 downloads
Joost 1.0 beta

Joost 1.0 beta


Joost is a free video player that current offers more than 15,000 TV shows, with more added daily. All of the content is free--all you need is a broadband Internet connection more>>

Joost 1.0 beta is developed to be a free of charge video player that at present is providing over 15,000 TV shows, with updates everyday. All of the content is free--all you need is a broadband Internet connection.

Use the Explore section to find channels, shows or videos. You can browse by category or check out what's new and popular. If you need instant gratification, use the search bar to find what you want.

<<less
Download (14.9MB)
Added: 2007-09-29 License: Freeware Price:
340 downloads
Miles 1.0 Beta

Miles 1.0 Beta


Miles was designed to simplify the process of tracking your mileage more>>
Most of the Mileage tracking tools are difficult to use and encumbered with useless features. While some people might need all the bells and whistles, Miles intends to simplify the process of tracking your mileage.

Did you know that most people say that they dont track their miles because it isnt easy enough? Well, we believe that Miles will put an end to that excuse. We develop software that is easy to use, and we value your feedback.
<<less
Download (3MB)
Added: 2007-05-24 License: Freeware Price:
891 downloads
Blinkx 1.0 beta

Blinkx 1.0 beta


Blinkx beta is a very serviceable tool which changes the rules of search by bringing you relevant information before you even ask. more>>

Blinkx 1.0 beta is a very serviceable tool which changes the rules of search by bringing you relevant information before you even ask. Blinkx changes the way you interact with all kinds of information by reading the content on your computer screen and automatically linking you to related information - Web sites, the latest news on the Web, even documents and e-mail on your computer.

You can also use Blinkx to actively search Web pages, news articles, video, JPEGs, MP3s, blogs, P2P networks, and documents on your machine by entering your search into the query box. You can set up smart folders, intelligent folders that automatically update their content as new information becomes available based on the ideas contained within the content of those files.

<<less
Download (8.7MB)
Added: 2005-03-04 License: Freeware Price:
downloads
Napster 1.0 beta

Napster 1.0 beta


Napster is the official client release for the popular Napster network, which allows you to connect, search, and share MP3 files with other users from all over the internet more>> Napster is the official client release for the popular Napster network, which allows you to connect, search, and share MP3 files with other users from all over the internet.
Requirements:
MacOS 8.1 or later, CarbonLib 1.0.4 or later.
<<less
Download (1.4MB)
Added: 2001-06-29 License: Free Price:
downloads
JCipher 1.0 Beta

JCipher 1.0 Beta


A simple JavaScript editor that can also obfuscate the resulting code. more>> A simple JavaScript editor that can also obfuscate the resulting code.

JCipher is a JavaScript obfuscation and optimization tool. It enables JavaScript developers to create JavaScript code that is greatly reduced in size, and is much harder to understand and reverse engineer.

Main features:>
- Variable and Function Names Renaming. JCipher allows you to write descriptive code, and then transform it into smaller code that is harder to understand but is faster to load. There are three automatic renaming schemes (alphabetical, numerical, and alpha-numerical).
- Loop Type Unification.This feature transforms while and do-while loops into for loops.
- Immediate Constants Evaluation. If your code contains hardcoded literal manuplation, JCipher does the evaluation and substitutes the result for faster runtime.
- It is also able to remove comments.
- Linebreaks Removal.
- Unnecessary Whitespace Removal.
- Optimal Curly Brace Usage. This strips curly braces from one-lined if statements and loops.

System requirements:
-
- 5 MB disk space.

<<less
Download (894KB)
Added: 2008-10-05 License: Freeware Price: FREE
383 downloads
30Boxes 1.0 Beta

30Boxes 1.0 Beta


30Boxes - This lovely dashboard widget offers you quick access to the 30Boxes One Box. more>> <<less
Download (17KB)
Added: 2008-06-24 License: Freeware Price: FREE
201 downloads
Neo4j 1.0 Beta 7

Neo4j 1.0 Beta 7


A free and open source graph database more>>
Neo4j 1.0 Beta 7 is yet another great addition to your computer. It is actually a free and open source graph database. It acts as an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables.

A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development. You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database. The programmer works with an object-oriented, flexible network structure rather than with strict and static tables yet enjoys all the benefits of a fully transactional, enterprise-strength database.

In addition, Neo4j includes the usual database features: ACID transactions, concurrency control, transaction recovery, durable persistence, and everything else you would expect from an enterprise-strength database.

Major Features:

  1. An intuitive graph-oriented model for data representation. Instead of static and rigid tables, rows and columns, you work with a flexible graph network consisting of nodes, relationships and properties.
  2. Adisk-based, native storage manager completely optimized for storing graph structures for maximum performance and scalability.
  3. Massive scalability. Neo4j can handle graphs of several billion nodes/relationships/properties on a single machine and can be shared to scale out across multiple machines.
  4. A powerful traversal framework for high-speed traversals in the node space.
  5. A small footprint. Neo4j is a single

Enhancements:

  • API: Removed a number of deprecated methods (primarily for relationship type management) from EmbeddedNeas per warning in the previous release.
  • API: Transaction is now an interface.
  • API: TraversalPosition now has an isStartNode() method.
  • API: NotFound and NotInTransaction runtime exceptions have been moved from internal impl package the api package.
  • API: getRelationshipById is now exposed in NeoService.
  • API: A common base interface for Node and Relationship has been added that contains the set/get/remove property operations.
  • Core: Made it easy embed Neo4j in a Spring application. Spring can be configured to use Neo4js transaction manager.
  • Core: All known bugs have been fixed.
  • Core: Removed singletons and made everything IoC.
  • Core: Lots of minor optimization and improvements above native store layer (nioneo).
  • Core: Cleanup of code (removed non used code) and improved exception handling.
  • Core: Improved read performance and parallelism by implementing MVCC-like features. Nlocks are now taken during read-only operations, instead concurrent operations are working against snapshot versions.
<<less
Download (482KB)
Added: 2009-01-23 License: GPL Price: FREE
11 downloads
iRadio 1.0 Beta 4

iRadio 1.0 Beta 4


iRadio - Radio tuner application for your iPhone. more>> iRadio - Radio tuner application for your iPhone.

iRadio is a small application for your iPhone that enables you to listen to radio.
Experimental Internet radio tuner application with 3D sound features. Currently only MPEG streams are supported.
System requirements:
- iPhone

<<less
Download (534KB)
Added: 2008-01-11 License: Freeware Price: FREE
205 downloads
Eagle 1.0 Beta 4

Eagle 1.0 Beta 4


An implementation of the Tcl scripting language for the Common Language Runtime (CLR) more>> <<less
Download (1002KB)
Added: 2009-02-28 License: Freeware Price: FREE
129 downloads
MapCache 1.0 Beta

MapCache 1.0 Beta


Free AIR based app that helps you save and print online maps on your Mac more>>

MapCache 1.0 Beta offers you a free AIR based app to save and print online maps on your Mac. Are you frustrated every time you need to print an online map?

MapCache uses Yahoo! Maps Web Services to give you an easy to use, functional map. MapCache also demonstrates drag-and-drop to the local file system and will make it dead simple to find where you need to go.

Requirements: Adobe AIR

<<less
Download (273KB)
Added: 2009-06-12 License: Freeware Price: FREE
13 downloads
OSx360 1.0 Beta 4

OSx360 1.0 Beta 4


Xbox 360 disk image stealth checker & burner. more>>

OSx360 1.0 Beta 4 is known as the first and only Xbox 360 disc image stealth checker and burner. It sets the correct layer break and verifies the file before burning an Xbox 360 disk image. It will not patch or modify the disk image in any way. It can natively burn the xbox 360 disk image using the same framework that Apple's Disk Utility uses.

<<less
Download (656.3KB)
Added: 2008-03-30 License: Freeware Price:
114 downloads
Postbox 1.0 beta 16

Postbox 1.0 beta 16


Postbox is such a professionally designed program which helps you make the most of your email, offering powerful new ways to find, use, and view email messages and content, organize your work life, and get stuff done. more>> <<less
Download (19.6MB)
Added: 2009-09-02 License: Freeware Price: Notavailable
downloads
 
Other version of Postbox
Postbox 1.0 beta 15Postbox helps you make the most of your email, offering powerful new ways to find, use, and view email messages and content, organize your work life, and get
Price: Notavailable
License:Freeware
Download (19.6MB)
downloads
Added: 2009-08-17
Postbox 1.0 beta 14Postbox is a distinguished and tractable tool which helps you make the most of your email, offering powerful new ways to find, use, and view email messages
Price: $0.00
License:Freeware
Download (25.5MB)
downloads
Added: 2009-07-27
Postbox 1.0 beta 13Postbox, Inc. - Catalog your e-mail to organize and find items faster. Postbox. Postbox 1.0 beta 13 has come to let you catalog your e-mail
License:Freeware
Download (25.4MB)
43 downloads
Added: 2009-06-29
Cidney 1.0 Beta 5

Cidney 1.0 Beta 5


Cidney - Mac application designed to be a smarter and more flexible replacement for your phones ringer and Caller ID more>> Cidney - Mac application designed to be a smarter and more flexible replacement for your phones ringer and Caller ID

Cidney is an application for the Mac designed to be a smarter and more flexible replacement for your phones ringer and Caller ID system.
Using modern technologies such as Growl notifications and AppleScript, Cidney not only tells you whos calling, but can take action based on that information as well. For example, if youd like to receive an e-mail whenever you miss a call at home, Cidney can send that for you.
Cidney also uses local peer-to-peer networking technology to let all of your computers know who is calling. Simply connect one computer to the your landline and that computer will tell the others on the network when you receive a call.
Using this feature, you will be able to receive Caller ID notifications on any computer - just as if it were connected to the phone line itself.
Main features:
- Customized ringtones
- Address Book integration
- Filters for managing incoming calls
- Peer-to-peer call notifications
- AppleScript support
- Growl notification support
- Auto-updates via Sparkle

<<less
Download (646KB)
Added: 2008-07-09 License: Freeware Price: FREE
190 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5