alpha
Alpha Juno Control 0.9
Alpha Juno Control - Patch editor for Alpha Juno keyboards more>>
Coolest feature: has the ability to map incoming control changes (CC messages) to the onscreen sliders. Think of it as a software version of the PG300.
MI-Trek Alpha 2
MI-Trek Alpha is a well designed and interesting multiplayer 3D space combat game for Mac OS X that set players in the mission of destroying all enemy ships and space stations while protecting the own station. more>> <<less
RSSManagerX 0.2 Alpha
RSSManagerX - Manage Safari RSS feeds more>>
You can easily mark articles and feeds as read or unread.
Main features:
- See all subscribed RSS feeds, total and unread articles
- Easily mark articles and feeds read/unread.
Enhancements:
- RSSManagerX is now a Universal Binary
Adonthell 0.4.0 alpha 1
Adonthell is an open-source 2D graphical role playing game, in development more>>
Remember, this game is a demo of what we can do so far. There is no fighting or collecting items yet (this will appear in future releases) so you must solve this quest by exploring the Redwyne Inn where everyone is staying and talking to the people you meet there.
Note: This Package will work out of the Box on MacOS X 10.3 (Panther) and 10.4 (Tiger). To use it on 10.2 (Jaguar), you will have to install a Framework Build of Python 2.3.
Users of MacOS X 10.2 will also have to install Python 2.3. A binary package can be obtained from the MacPython website. : http://homepages.cwi.nl/~jack/macpython/
Zimbra Desktop 0.51 Alpha
Zimbra Desktop - Ajax-based collaboration experience online and offline more>>
That means when you are out of the office without a connection (say, in a plane, train, or automobile), you can keep working without missing a beat.
Zimbra Desktop will help you write emails, add new appointments, edit documents; when you re-connect changes will be automatically synced to the Zimbra Server.
Main features:
- Full email support: compose, edit, delete, reply, or make drafts online and offline
- Fast Zimbra search including Advanced Search builder
- Support for contacts, both locally stored and GAL
- Easy set up wizard for account configuration
- Existing user preferences (folders, signatures, settings, etc) are imported
- Works with ZCS 4.5+ servers
- Fast launch with automatic, transparent sync
Zimbra Desktop is available for you to try as an alpha version. We encourage you to take it for a test drive and provide us your feedback.
iWebSites 2.2 Alpha
iWebSites - lets iWeb users create more than one web site at a time more>>
There isnt even an "Open" menu item under the File Menu!
You can create multiple "sites" that are somewhat independent of each other, but they still exist as one file ("Domains.sites") and cannot be separately uploaded onto different web servers or into different .Mac accounts.
iWebSites rectifies this by manipulating the files in the directory where iWeb keeps its website files, and allows users to have multiple websites that are completely independent of each other. iWebSites creates new sites, duplicates sites you already have, sets the "default site" for iWeb, and allows you to delete sites.
Main features:
- Allows users to create "blank" websites for use in iWeb
- Allows users to set a default website to use when iWeb opens
- Allows users to delete and duplicate iWeb site files
- Allows users to merge two iWeb sites together
- Allows users to drag/drop or copy/paste ".sites" or ".sites.zip" files to the finder or to an e-mail program.
YAMI 0.1.3 Alpha
User-friendly interface for administrating MySql databases more>> User-friendly interface for administrating MySql databases
YAMI at the moment contains a login interface, main window and the panel with databases and tables (problem with query-view solved - many thanks to donny!).
Other features (like: administrating, export, import, backup) will be implemented in the next versions. YAMI was written in Java using java-mysql connector and Swing for the UI.
YAMIs goal is a simple user-friendly interface for administrating MySql databases.
System requirements:
-
Enhancements:
- Fixed the bug when reading table names with underscores, spaces inside the table name.
- Problem with tab indexing. For full description visit the official site.
DrawBot 2.0 Alpha 3
Powerful, free application for Mac OS X that invites you to write simple Python scripts to generate two-dimensional graphics more>> Powerful, free application for Mac OS X that invites you to write simple Python scripts to generate two-dimensional graphics
DrawBot is an ideal tool to teach the basics of programming. Students get colorful graphic treats while getting familiar with variables, conditional statements, functions and what have you. Results can be saved in a selection of different file formats, including as high resolution, scaleable PDF.
The built in graphics primitives support rectangles, ovals, polygons, text objects, (bezier) paths, and transparency.
DrawBot has proven itself as part of the curriculum at selected courses at the Royal Academy in The Hague.
DrawBot is written in Python. The binary download is fully self-sufficient (ie. it doesnt need a Python install around), but the source code is available if you want to roll your own.
QEMU Server Tools 0.2 Alpha
Free and open source utility that will help you manage multiple QEMU VMs easily more>> Free and open source utility that will help you manage multiple QEMU VMs easily
QEMU Server Tools is a set of simple command-line scripts written in Perl to manage multiple QEMU VMs easily without requiring a graphical frontend.
QEMU Server Tools mimics the usage of command line tools from VMware Server. and organizes VMs into directories.
System requirements:
-
-
XGBDMT Alpha 4
Graphical botanical database management tool more>> Graphical botanical database management tool
XGBDMT is for keeping track of a large number of variable in the growth of plants, their environment, and experiments performed.
XGBDMT can produce custom reports and display images.
System requirements:
-
-
-
Enhancements:
- Converted from MS Access to MYSQL/PHP/Java
- Added many bells and whistles
FFTW 3.2 Alpha 3
C library that will help you compute the Discrete Fourier Transform more>> C library that will help you compute the Discrete Fourier Transform
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size. FFTW will compute the DFT in both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
Main features:>
- Speed. (Supports SSE/SSE2/3dNow!/Altivec, since version 3.0.)
- Both one-dimensional and multi-dimensional transforms.
- Arbitrary-size transforms. (Sizes with small prime factors are best, but FFTW uses O(N log N) algorithms even for prime sizes.)
- Fast transforms of purely real input or output data.
- Transforms of real even/odd data: the discrete cosine transform (DCT) and the discrete sine transform (DST), types I-IV. (Version 3.0 or later.)
- Efficient handling of multiple, strided transforms. (This lets you do things like transform multiple arrays at once, transform one dimension of a multi-dimensional array, or transform one field of a multi-component array.)
- Parallel transforms: parallelized code for platforms with Cilk or for SMP machines with some flavor of threads (e.g. POSIX). An MPI version for distributed-memory transforms is also available, currently only as part of FFTW 2.1.5.
- Portable to any platform with a C compiler. Documentation in HTML and other formats.
- Both C and Fortran interfaces.
Enhancements:
- Performance improvements for sizes with factors of 5 and 10.
- Documented FFTW_WISDOM_ONLY flag, at the suggestion of Mario Emmenlauer and Phil Dumont.
- Port Cell code to SDK2.1 (libspe2), as opposed to the old libspe1 code.
- Performance improvements in Cell code for N < 32k, thanks to Jan Wagner for the suggestions.
- Cycle counter for Sun x86_64 compiler, and compilation fix in cycle counter for AIX/xlc (thanks to Jeff Haferman for the bug report).
- Fixed incorrect type prefix in MPI code that prevented wisdom routines from working in single precision (thanks to Eric A. Borisch for the report).
- Added make check for MPI code (which still fails in a couple corner cases, but should be much better than in alpha2).
- Many other small fixes.
Intrepid 0.2 Alpha
Free and open source 2D game library for your Mac more>> Free and open source 2D game library for your Mac
Intrepid is a powerful 2D game library developed to take some of the low-level programming related to the development of 2D games.
The Intrepid game library combines versatility of SDL and the efficiency of the OpenGL rendering capabilities, the power of object-oriented programming with C++.
In order to be able to create any kind of 2D game, every module that makes up the library is designed so they work with each other and not interfering in any way among themselves. This is done by keeping a standard I/O among all modules.
Enhancements:
- you are able to set the sensibility and qfactor of the pixel maps
- you are able to set an id to the walls, making them easier to be identified
- pack files
- new ways for loading images
- some data structures implemented as c++ templates... simple linked, double linked and simple circular linked lists for a while
- link video handlers, sharing the video memory when the same pictures are used
- menu itens: checkbox, radiobuttons, textbox
- lg_surface::create_text now has a parameter specifying the color of the text... we forgot to put this in the first release
- process physics calls a virtual function of lg_physics_obj when it collides with another obj. Its name is collision_obj, and it sends what obj have collided with
- physics, in the lg_phy_wall::check_coll, sends the wall too, when warning a object if a collision happened
- new way to set the scene background image, using lg_scene::set_back
- some C code that was being compiled with g++ is now being compiled with gcc
- lg_sprite and lg_surface uses less memory for storing the pixel maps
- lg_surface doesnt rotate the objects
- error rendering scene background when the scene size was smaller than canvas
- in some aleatory ocasions the screen started flickering
- sometimes the objects appeared rotated on the screen
- some opengl issues
LibraryManager 0.9 Alpha
Manage the books you loan with this easy to use application more>> Manage the books you loan with this easy to use application
LibraryManager is an easy to use software that will help you manage the book loans in a school library or a personal home library.
System requirements:
-
-