software for mac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1524

Phonetic for mac 1.0
A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.<<less
Download (809.72MB)
Added: 2009-04-21 License: Freeware Price: Free
198 downloads
Ivy software bus 3.8.1
Ivy is a simple protocol and a set of open-source libraries and programs that allows applications to broadcast information. more>>
Ivy is a simple protocol and a set of open-source libraries and programs that allows applications to broadcast information through text messages, with a subscription mechanism based on regular expressions.
Ivy libraries are available in C, C++, Java and Perl, on Windows and Unix boxes and on Macs. Several Ivy utilities and hardware drivers are available too.
Ivy is currently used in research projects in the air traffic control and human-computer interaction research communities as well as in commercial products. It is also taught to CS students.
Ivy is a CENA product.
Main features:
- Ivy is not based on a centralised server. Actually, Ivy is mostly a communication convention, implemented through a collection of libraries for various languages and platforms. The current version of the Ivy protocol is version 3, which has been stable for the last 3 years.
- Language bindings are available in C (Unix and Windows), C++ (Mac, Unix, Windows), Java and Perl. There have been successful uses through the C library
- Messages are formatted in text, and subscriptions are based on regular expressions. Plans to move to an XML-based subscription language are on their way.
- From the programmers point of view, Ivy is an information broadcasting channel. The main functions are:
- connecting to a bus. Example: IvyInit (b, "192.126:2011")
- sending a message. Example: IvySend (b, "HELLO %s", world)
- binding a message pattern to a callback function. Example: IvyBind (b, "HELLO (.*)", cb)
- the main loop. Example : IvyLoop ()
- Subscriptions are managed on the emitters side, which limits the actual network traffic.
- Direct point-to-point messages are also available.
- Ivy was designed by a research group in Human-Computer Interaction, with the goals of connecting applications written on different toolkits/languages/platforms (such as an OpenGL application on a SGI connected to a PerlTk application on a Linux box), while keeping it simple: no server to be lauched and supervised, a simplistic API, and a communication model compatible with classical event-based GUI progamming. We think we have somewhat reached our goal...
Enhancements:
- This release mostly contains bugfixes and code cleanup.
<<lessIvy libraries are available in C, C++, Java and Perl, on Windows and Unix boxes and on Macs. Several Ivy utilities and hardware drivers are available too.
Ivy is currently used in research projects in the air traffic control and human-computer interaction research communities as well as in commercial products. It is also taught to CS students.
Ivy is a CENA product.
Main features:
- Ivy is not based on a centralised server. Actually, Ivy is mostly a communication convention, implemented through a collection of libraries for various languages and platforms. The current version of the Ivy protocol is version 3, which has been stable for the last 3 years.
- Language bindings are available in C (Unix and Windows), C++ (Mac, Unix, Windows), Java and Perl. There have been successful uses through the C library
- Messages are formatted in text, and subscriptions are based on regular expressions. Plans to move to an XML-based subscription language are on their way.
- From the programmers point of view, Ivy is an information broadcasting channel. The main functions are:
- connecting to a bus. Example: IvyInit (b, "192.126:2011")
- sending a message. Example: IvySend (b, "HELLO %s", world)
- binding a message pattern to a callback function. Example: IvyBind (b, "HELLO (.*)", cb)
- the main loop. Example : IvyLoop ()
- Subscriptions are managed on the emitters side, which limits the actual network traffic.
- Direct point-to-point messages are also available.
- Ivy was designed by a research group in Human-Computer Interaction, with the goals of connecting applications written on different toolkits/languages/platforms (such as an OpenGL application on a SGI connected to a PerlTk application on a Linux box), while keeping it simple: no server to be lauched and supervised, a simplistic API, and a communication model compatible with classical event-based GUI progamming. We think we have somewhat reached our goal...
Enhancements:
- This release mostly contains bugfixes and code cleanup.
Download (0.064MB)
Added: 2006-06-14 License: LGPL (GNU Lesser General Public License) Price:
1227 downloads
D frontend for GCC 0.23
D is a high-level language derived from C and C++ but is not backwards-compatible with either. more>>
D is a high-level language derived from C and C++ but is not backwards-compatible with either. GDC is a frontend for D written for GCC.
Supported Systems:
GCC 3.3.x, 3.4.x, 4.0.x
Linux (tested on Red Hat 7.2, 8)
Mac OS X 10.3.x, 10.4.x
FreeBSD 5.2.1
Cygwin
MinGW
AIX (tested on 5.1)
Similar versions should work and other Unix platforms may work. Although the compiler will probably work on most 32-bit architectures, the D runtime library will still need to be updated to support them.
Enhancements:
- Support for 64-bit targets was added.
- Multilib support was added.
- DMD was updated to 1.007.
- Minor bugs were fixed.
<<lessSupported Systems:
GCC 3.3.x, 3.4.x, 4.0.x
Linux (tested on Red Hat 7.2, 8)
Mac OS X 10.3.x, 10.4.x
FreeBSD 5.2.1
Cygwin
MinGW
AIX (tested on 5.1)
Similar versions should work and other Unix platforms may work. Although the compiler will probably work on most 32-bit architectures, the D runtime library will still need to be updated to support them.
Enhancements:
- Support for 64-bit targets was added.
- Multilib support was added.
- DMD was updated to 1.007.
- Minor bugs were fixed.
Download (1.1MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
962 downloads
Not another MAC theme 0.1
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. more>>
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. It is actually a mix of all the MAC OS X GTK themes.
GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
Requirements:
- GNOME
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
UltraGetopt for Java 0.7.1
UltraGetopt for Java is the Java imagening of UltraGetopt. more>>
UltraGetopt for Java is the Java imagening of UltraGetopt. The project provides the features and flexibility of UltraGetopt in a way that is more suited to the Java environment.
Main features:
- Supports MS-DOS formatted option strings (e.g. /option:arg)
- Provides parsing and error message compatibility with getopt from the GNU, (Open)BSD, and Mac OS
- Supports first-longest-matching for options
- Provides many configurable behaviors
<<lessMain features:
- Supports MS-DOS formatted option strings (e.g. /option:arg)
- Provides parsing and error message compatibility with getopt from the GNU, (Open)BSD, and Mac OS
- Supports first-longest-matching for options
- Provides many configurable behaviors
Download (0.053MB)
Added: 2007-07-12 License: MIT/X Consortium License Price:
834 downloads

Saurus CMS Free for Linux / Mac OS X 4.5.1
Saurus CMS Free - content management system combining usability with technology more>> <<less
Download (10.59MB)
Added: 2009-04-01 License: Freeware Price: Free
209 downloads

BottomFeeder for Solaris 4.4
BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile<<less
Download (16.7MB)
Added: 2009-04-28 License: Freeware Price: Free
178 downloads
StroQ 0.2
StroQ is a Polarium/Chokkan Hitofude clone. more>>
StroQ is a Polarium/Chokkan Hitofude clone. StroQ is an addictive puzzle game where you have to flip white and black tiles in order to form rows of the same color with a single stroke of your mouse. StroQ runs under Windows, Linux/*BSD and Mac OSX.
<<less Download (0.15MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1588 downloads

HandBrake for Linux 0.9.1
open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter more>> Were chagrined to announce the public release of HandBrake 0.9.1. Why chagrined? Because 0.9.0 wasnt as stable as it should have been, something 0.9.1 rectifies.
This minor update squashes a number of glaring bugs. Most notably, HandBrake will no longer hang at the end of encoding MKV files with chapter markers. This means the Animation, Bedlam, Constant Quality Rate, Deux Six Quatre, Film, and Television presets are now usable.
Additional improvements:
Impressive performance enhancements
Significant interface prettification (Mac more than Win)
Color subtitles now show up in color
Changing dimensions in Picture Settings no longer causes a crash (Mac)
Forced subtitle support
More robust exception handling (Win)
Closing the main window no longer causes HandBrake to crash (Mac)
Using Slow deinterlacing no longer doubles the chapter count.
MPEG Stream support is now case-insensitive (.VOB as well as .vob, etc) and more compatible
No more error messages sent to standard out instead of standard error
Bigger buffer for the activity log (Mac)
Proper display of fading subtitles
On-completion options to shutdown, suspend, etc (Win)
Same as source FPS now works correctly when the end-credits of a progressive film are interlaced.
Add-to-queue fixed (Win)
Target size fixed for the umpteenth time (Mac)<<less
Download (2.25MB)
Added: 2009-04-03 License: Freeware Price:
203 downloads

BitWise IM for Linux 1.7.3
It is for Linux, direct connect, sending messages, etc. more>> BitWise IM is an instant messenger with many advanced features, encrypted using proven, industry-standard methods, available for Windows, Mac OS X and Linux, direct connect, sending messages, etc. without a server, its own network that does not rely on another system, committed to privacy with no ads or spyware. Explore BitWises features Select a feature on the left
"I am more than pleased with BitWise and have been trying to get others to con-
sider switching over from other IM programs." - Submitted on a user survey
What are BitWise Personal, Plus and Professional?
BitWise Personal is for personal/home use and is free. Personal may not be used for any business or organization.
BitWise Plus is also for personal/home use, but offers additional encryption and security features for a small, one-time fee.
BitWise Professional is business-class instant messaging, providing administration, user rights, technical support, and more.<<less
Download (3.20MB)
Added: 2009-04-21 License: Freeware Price: Free
188 downloads

BottomFeeder for Solaris x86 4.4
BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile<<less
Download (16.3MB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
Mac menubar for GNOME/Xfce 1.0.14
Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce. more>>
Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce.
This is not one app, but 3 pieces of mutual-dependent softwares:
1.patch for gtk2 (2.10.x and 2.8.x)
2.gnome panel applet
3.xfce panel plugin (for 4.4+ only)
The sources are hosted on AUR (Arch User Repository), packages are gtk2-aqd, gnome-macmenu-applet, and xfce4-macmenu-plugin. There is also a xfce plugin that emulates round panel corners: xfce4-corner-plugin
The home page points to an ubuntu HOWTO for installing the patches and applets. There are also binaries for ubuntu edgy and arch linux.
<<lessThis is not one app, but 3 pieces of mutual-dependent softwares:
1.patch for gtk2 (2.10.x and 2.8.x)
2.gnome panel applet
3.xfce panel plugin (for 4.4+ only)
The sources are hosted on AUR (Arch User Repository), packages are gtk2-aqd, gnome-macmenu-applet, and xfce4-macmenu-plugin. There is also a xfce plugin that emulates round panel corners: xfce4-corner-plugin
The home page points to an ubuntu HOWTO for installing the patches and applets. There are also binaries for ubuntu edgy and arch linux.
Download (MB)
Added: 2007-01-21 License: LGPL (GNU Lesser General Public License) Price:
1035 downloads
Java Network Stack 1.1
Java Network Stack provides a Java library for research oriented network programming. more>>
Java Network Stack provides a Java library for research oriented network programming.
Java Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw socket capabilities, MAC level networkingm, and IPv6 capabilities.
<<lessJava Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw socket capabilities, MAC level networkingm, and IPv6 capabilities.
Download (1.5MB)
Added: 2007-04-25 License: LGPL (GNU Lesser General Public License) Price:
918 downloads
gTwitter 1.0 Beta
gTwitter project is a Linux client for reading and posting to twitter.com web service. more>>
gTwitter project is a Linux client for reading and posting to twitter.com web service.
Its a simple GTK+ based application for Linux, designed to interact with twitter.com web service.
Its written using Mono/C# and some of GNOME dependant libraries. GUI is inspired by Mac client Twitterrific.
<<lessIts a simple GTK+ based application for Linux, designed to interact with twitter.com web service.
Its written using Mono/C# and some of GNOME dependant libraries. GUI is inspired by Mac client Twitterrific.
Download (0.040MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
871 downloads
Reason for Nessus 0.5.1
Reason for Nessus is a client for Nessus and Nessus compatible servers. more>>
Reason is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS etc.) servers.
In addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.
It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.
<<lessIn addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.
It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.
Download (0.43MB)
Added: 2006-03-13 License: Artistic License Price:
1326 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above software for mac search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed