runs on
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4739
Ophcrack 2.4.1
Ophcrack is a Windows password cracker based on rainbow tables. more>>
Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method.
This projetc comes with a GTK+ Graphical User Interface and runs on ,Linux Mac OS X (Intel CPU) as well as on Windows.
<<lessThis projetc comes with a GTK+ Graphical User Interface and runs on ,Linux Mac OS X (Intel CPU) as well as on Windows.
Download (0.17MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
3939 downloads
oidentd 2.0.7
oidentd is an ident daemon with IP masq/NAT support and the ability to specify responses. more>>
oidentd is an RFC 1413 compliant ident daemon which runs on Linux, FreeBSD, NetBSD, Darwin, OpenBSD, and Solaris.
It can handle IP masqueraded/NAT connections on Linux, FreeBSD, NetBSD, and OpenBSD, and it has a flexible mechanism for specifying ident responses.
Users can be granted permission to specify their own ident responses. Responses can be specified according to host and port pairs.
Enhancements:
- Really fix the bug with random ident replies.
- Build fixes (specifically, for Solaris)
<<lessIt can handle IP masqueraded/NAT connections on Linux, FreeBSD, NetBSD, and OpenBSD, and it has a flexible mechanism for specifying ident responses.
Users can be granted permission to specify their own ident responses. Responses can be specified according to host and port pairs.
Enhancements:
- Really fix the bug with random ident replies.
- Build fixes (specifically, for Solaris)
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1668 downloads
XTux 20030306
XTux is a multiplayer Gauntlet-style arcade game for X-windows featuring open-source mascots. more>>
XTux is a multiplayer Gauntlet-style arcade game for X-windows featuring open-source mascots.
XTux runs on Linux, FreeBSD, Solaris, AIX, Irix and other unix-like systems, so players can come together from different platforms to compete in network Holywar deathmatches or work together to take on the evil Microsoft empire. Read the single player story to understand why we must fight!
Enhancements:
- mouse code
- bug fixes
<<lessXTux runs on Linux, FreeBSD, Solaris, AIX, Irix and other unix-like systems, so players can come together from different platforms to compete in network Holywar deathmatches or work together to take on the evil Microsoft empire. Read the single player story to understand why we must fight!
Enhancements:
- mouse code
- bug fixes
Download (1.6MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1575 downloads
Gnomoradio 0.15.1
Gnomoradio is a program that can find, fetch, share, and play music that is freely available for file sharing. more>>
Gnomoradio is a program that can find, fetch, share, and play music that is freely available for file sharing.
Gnomoradio is free software, licensed under the terms of the GNU General Public License, which permits modifications and distribution of the source code to the program. It currently runs on GNU/Linux and other UNIX-compatible systems.
<<lessGnomoradio is free software, licensed under the terms of the GNU General Public License, which permits modifications and distribution of the source code to the program. It currently runs on GNU/Linux and other UNIX-compatible systems.
Download (0.47MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1560 downloads
MediaNET 1.0 beta16
MediaNET is a media files manager written in C# using Mono and Gtk#. more>>
Its a free software media manager written in C#, using GTK#. MediaNET runs on both Linux and Windows via the Mono effort ( Portable.Net should work too ), and could handle any type you want, as long as you have the right plugin.
Media types could be wide-known mp3, jpg, and avi, but also virtual types: the best example is the odb file handling ( odb for object database it implements ), which represents a collection.
<<lessMedia types could be wide-known mp3, jpg, and avi, but also virtual types: the best example is the odb file handling ( odb for object database it implements ), which represents a collection.
Download (0.41MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1541 downloads
KFilm 0.0.2
KFilm is an non-linear Video Editor that runs on a **ix System. more>>
Video cutting software with QT/KDE uses SDL/ffmpeg an reads every FIle that ffmpeg reads -cut /merge video -non linear VideoEditing
<<less Download (0.72MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1528 downloads
SDL_sound 1.0.1
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. more>>
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmers sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure.
If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
As the name implies, SDL_sound is an add-on to Simple Directmedia Layer, and as such, youll need it to build and use SDL_sound. SDL gives us lots of convenience for porting and implementing some elements of the library, not to mention that it is a powerful, cross platform answer to DirectX. You should definitely look into it, whether you use SDL_sound or not.
Places SDL_sound is known to be used:
- The Ambient Music System uses SDL_sound in its player module.
- The popular game glTron uses SDL_sound for sound playback.
- Dominik Haumann wrote in to mention C++ wrappers for SDL_sound, which can be found here.
- MusicBox, a GNUstep music manager, uses SDL_sound to decode various audio formats.
- The SuSE Linux distribution has been know to package SDL_sound (at least version 0.1.5 has been spotted in the wild).
- Gentoo Linux distributes SDL_sound via their "portage" system. Just "emerge sdl-sound".
- FreeBSD has SDL_sound in their Ports tree: herere the details.
- NetBSD Appears to have packaged SDL_sound, too: details.
- Debian has packaged SDL_sound, too: details.
- ROCK Linux has an SDL_sound package: details.
- Probably other places. Email me if you want to be listed here.
What works:
- Support for "decoding" raw audio samples.
- Support for decoding Microsoft WAVE audio files (uncompressed and MS-ADPCM encoded waveforms are supported, currently) (.WAV).
- Support for decoding various MPEG audio files through SMPEG (.MP3, .MPG, .MPEG).
- Support for decoding MPEG-1 Layer 3 audio files internally (makes use of LGPLd code from mpg123.) (.MP3).
- Support for decoding MIDI music files (.MIDI, .MID).
- Support for decoding Ogg Vorbis audio files through libvorbis (.OGG).
- Support for decoding Speex voice files through libspeex (.SPX).
- Support for decoding FLAC audio files through libFLAC (.FLAC, .FLA).
- Support for decoding Creative Labs Voice files (.VOC).
- Support for decoding Audio Interchange File Format files (.AIFF).
- Support for decoding Shorten-compressed audio data (.SHN).
- Support for Suns audio format (.AU).
- Support for decoding through MikMod. (.MOD, .IT, .XM, .S3M, .MTM, .669, .STM, .ULT, .FAR, .MED, .AMF, .DSM, .IMF, .GDM, .STX, .OKT).
- Support for decoding through ModPlug. (.669, .AMF, .AMS, .DBM, .DMF, .DSM, .FAR, .IT, .MDL, .MED, .MOD, .MT2, .MTM, .OKT, .PTM, .PSM, .S3M, .STM, .ULT, .UMX, .XM)
- Experimental support for decoding through Apple Quicktime (MacOS only).
- Compiles/runs on Linux (x86 tested).
- Compiles/runs on Linux (x86-64 tested).
- Compiles/runs on Linux (PowerPC tested).
- Compiles/runs on FreeBSD (x86 tested).
- Compiles/runs on Win32 (x86 tested).
- Compiles/runs on MacOS Classic (PowerPC tested).
- Compiles/runs on MacOS X (PowerPC tested).
- Compiles/runs on BeOS (x86 tested).
- Compiles/runs on WinCE/PocketPC (StrongARM tested).
- May compile and run elsewhere with little to no modification. Success stories and patches are welcome.
What doesnt work:
- Support for more forms of compressed .WAV files is planned, but not yet implemented.
- Support for various forms of compressed .AIFF files is planned, but not yet implemented.
- Contributions of other ports are, of course, welcome.
<<lessIf resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
As the name implies, SDL_sound is an add-on to Simple Directmedia Layer, and as such, youll need it to build and use SDL_sound. SDL gives us lots of convenience for porting and implementing some elements of the library, not to mention that it is a powerful, cross platform answer to DirectX. You should definitely look into it, whether you use SDL_sound or not.
Places SDL_sound is known to be used:
- The Ambient Music System uses SDL_sound in its player module.
- The popular game glTron uses SDL_sound for sound playback.
- Dominik Haumann wrote in to mention C++ wrappers for SDL_sound, which can be found here.
- MusicBox, a GNUstep music manager, uses SDL_sound to decode various audio formats.
- The SuSE Linux distribution has been know to package SDL_sound (at least version 0.1.5 has been spotted in the wild).
- Gentoo Linux distributes SDL_sound via their "portage" system. Just "emerge sdl-sound".
- FreeBSD has SDL_sound in their Ports tree: herere the details.
- NetBSD Appears to have packaged SDL_sound, too: details.
- Debian has packaged SDL_sound, too: details.
- ROCK Linux has an SDL_sound package: details.
- Probably other places. Email me if you want to be listed here.
What works:
- Support for "decoding" raw audio samples.
- Support for decoding Microsoft WAVE audio files (uncompressed and MS-ADPCM encoded waveforms are supported, currently) (.WAV).
- Support for decoding various MPEG audio files through SMPEG (.MP3, .MPG, .MPEG).
- Support for decoding MPEG-1 Layer 3 audio files internally (makes use of LGPLd code from mpg123.) (.MP3).
- Support for decoding MIDI music files (.MIDI, .MID).
- Support for decoding Ogg Vorbis audio files through libvorbis (.OGG).
- Support for decoding Speex voice files through libspeex (.SPX).
- Support for decoding FLAC audio files through libFLAC (.FLAC, .FLA).
- Support for decoding Creative Labs Voice files (.VOC).
- Support for decoding Audio Interchange File Format files (.AIFF).
- Support for decoding Shorten-compressed audio data (.SHN).
- Support for Suns audio format (.AU).
- Support for decoding through MikMod. (.MOD, .IT, .XM, .S3M, .MTM, .669, .STM, .ULT, .FAR, .MED, .AMF, .DSM, .IMF, .GDM, .STX, .OKT).
- Support for decoding through ModPlug. (.669, .AMF, .AMS, .DBM, .DMF, .DSM, .FAR, .IT, .MDL, .MED, .MOD, .MT2, .MTM, .OKT, .PTM, .PSM, .S3M, .STM, .ULT, .UMX, .XM)
- Experimental support for decoding through Apple Quicktime (MacOS only).
- Compiles/runs on Linux (x86 tested).
- Compiles/runs on Linux (x86-64 tested).
- Compiles/runs on Linux (PowerPC tested).
- Compiles/runs on FreeBSD (x86 tested).
- Compiles/runs on Win32 (x86 tested).
- Compiles/runs on MacOS Classic (PowerPC tested).
- Compiles/runs on MacOS X (PowerPC tested).
- Compiles/runs on BeOS (x86 tested).
- Compiles/runs on WinCE/PocketPC (StrongARM tested).
- May compile and run elsewhere with little to no modification. Success stories and patches are welcome.
What doesnt work:
- Support for more forms of compressed .WAV files is planned, but not yet implemented.
- Support for various forms of compressed .AIFF files is planned, but not yet implemented.
- Contributions of other ports are, of course, welcome.
Download (0.097MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1504 downloads
Nemesis Pascal 0.1
Nemesis Pascal is an Pascal interpreter. more>>
Nemesis Pascal is an Pascal interpreter that is:
Free
Open Source (GPL)
Cross-platform (currently Windows and Linux)
Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features.
The Nemesis Pascal applications runs on Windows using native controls, and Linux using the CLX Library (a binding to Qt Trolltech).
Exemple:
unit test1;
interface
implementation
procedure main;
begin
ShowMessage(Hello World!);
end;
end.
<<lessFree
Open Source (GPL)
Cross-platform (currently Windows and Linux)
Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features.
The Nemesis Pascal applications runs on Windows using native controls, and Linux using the CLX Library (a binding to Qt Trolltech).
Exemple:
unit test1;
interface
implementation
procedure main;
begin
ShowMessage(Hello World!);
end;
end.
Download (MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1504 downloads
Shaaft 0.5.0
Shaaft is an OpenGL 3D falling block game similar to Blockout. more>>
Shaaft is an OpenGL 3D falling block game similar to Blockout. It currently runs on Linux and Windows.
There is still a lot missing. No menu system, forgets highscore, some of the sound effects need work (Clearing a single plane sounds like a f*rt. Try clearing >1 plane, though...), etc. That said, I find it is very playable. Enjoy!
You control the rotation via q,a,w,s,e,d. Space will drop the block.
<<lessThere is still a lot missing. No menu system, forgets highscore, some of the sound effects need work (Clearing a single plane sounds like a f*rt. Try clearing >1 plane, though...), etc. That said, I find it is very playable. Enjoy!
You control the rotation via q,a,w,s,e,d. Space will drop the block.
Download (0.50MB)
Added: 2005-09-18 License: GPL (GNU General Public License) Price:
1497 downloads
Cerise 1.1
Cerise is a Web and application server that follows the same general pattern as J2EE application servers. more>>
Cerise is a Web and application server that follows the same general pattern as J2EE application servers.
Cerise provides a very flexible, elegant, lightweight, and developer friendly environment for building Web applications.
Main features:
- A flexible request handler framework
- An HTML template system styled after Amrita, with a few extra features
- Support for validating forms and displaying errors
- Comprehensive error reporting
- Database connection pools
- User and role based access controls
- Runtime reloading of changes without a server restart
- User sessions to maintain state across requests
- Flexible configuration files written in Ruby
- Internal HTTP 1.1 server
- Platform independent, runs on all the platforms that Ruby runs on which includes most flavors of Unix, Mac OS X, Microsoft Windows, etc.
- Support for publishing Ruby objects as SOAP services
- Sending email, including STARTTLS support
Enhancements:
- Allows configuration of the logger in server.cfg.
- It adds Ruby-style # {...} interpolation to template attributes.
- The client IP and port are available in HTTP requests.
<<lessCerise provides a very flexible, elegant, lightweight, and developer friendly environment for building Web applications.
Main features:
- A flexible request handler framework
- An HTML template system styled after Amrita, with a few extra features
- Support for validating forms and displaying errors
- Comprehensive error reporting
- Database connection pools
- User and role based access controls
- Runtime reloading of changes without a server restart
- User sessions to maintain state across requests
- Flexible configuration files written in Ruby
- Internal HTTP 1.1 server
- Platform independent, runs on all the platforms that Ruby runs on which includes most flavors of Unix, Mac OS X, Microsoft Windows, etc.
- Support for publishing Ruby objects as SOAP services
- Sending email, including STARTTLS support
Enhancements:
- Allows configuration of the logger in server.cfg.
- It adds Ruby-style # {...} interpolation to template attributes.
- The client IP and port are available in HTTP requests.
Download (1.2MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
Other version of Cerise
License:GPL (GNU General Public License)
C_COUNT 7.11
C_COUNT counts C-language source statements, and summarizes statistics about the relative amount of commentary. more>>
C_COUNT counts C-language source statements, and summarizes statistics about
the relative amount of commentary, whitespace, etc.
It provides options to extend its usefulness, accommodating C-preprocessor
definitions that would confuse a simpler line-counter, and for displaying
non-graphic characters, etc.
C_COUNT project runs on a variety of UNIX systems, VMS and MSDOS.
Enhancements:
- correct bookkeeping for unterminated blocks (report by Lester Ingber).
<<lessthe relative amount of commentary, whitespace, etc.
It provides options to extend its usefulness, accommodating C-preprocessor
definitions that would confuse a simpler line-counter, and for displaying
non-graphic characters, etc.
C_COUNT project runs on a variety of UNIX systems, VMS and MSDOS.
Enhancements:
- correct bookkeeping for unterminated blocks (report by Lester Ingber).
Download (0.077MB)
Added: 2006-01-10 License: BSD License Price:
1382 downloads
Towel 0.4.0
Towel is a fairly basic program to play audio files. more>>
Towel is a fairly basic program to play audio files. It works as a front-end to GStreamer to play both MP3 and Ogg Vorbis files.
Towel runs on GNU/Linux and FreeBSD, using the C++ bindings for GTK+ 2.4.x and gtkmm 2.4.x.
<<lessTowel runs on GNU/Linux and FreeBSD, using the C++ bindings for GTK+ 2.4.x and gtkmm 2.4.x.
Download (0.087MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1331 downloads
NathanCheckers 1.5
NathanCheckers is a graphical, mouse-driven implementation of Checkers. more>>
NathanCheckers project is a mouse-driven, graphical implementation of Checkers. American Standard Checkers rules are enforced.
Known Bugs/Issues
- All versions: It appears that sound support currently requires the game to be run from a writable drive (not a disk image or CD).
- Windows: An extra command prompt window stays open. Runs on Windows 2000, but reportedly you need to minimize and maximize it before you can see the gameboard.
- Linux: Requires PyGame 1.6 or above.
- OS X: No quit menu-item (just close the window). How do you add menu items in PyGame anyway?
<<lessKnown Bugs/Issues
- All versions: It appears that sound support currently requires the game to be run from a writable drive (not a disk image or CD).
- Windows: An extra command prompt window stays open. Runs on Windows 2000, but reportedly you need to minimize and maximize it before you can see the gameboard.
- Linux: Requires PyGame 1.6 or above.
- OS X: No quit menu-item (just close the window). How do you add menu items in PyGame anyway?
Download (0.80MB)
Added: 2006-04-18 License: MPL (Mozilla Public License) Price:
1284 downloads
mod_globule 1.3.1
Globule is a third-party module for the Apache Web server that allows a given server to replicate its documents. more>>
Globule is a third-party module for the Apache Web server that allows a given server to replicate its documents to other Globule servers.
It takes care of maintaining consistency between the replicas, of monitoring the servers, and of automatically redirecting clients to one of the available replicas. Globule also supports the replication of PHP documents.
mod_globule Apache module runs on Unix and Windows systems.
<<lessIt takes care of maintaining consistency between the replicas, of monitoring the servers, and of automatically redirecting clients to one of the available replicas. Globule also supports the replication of PHP documents.
mod_globule Apache module runs on Unix and Windows systems.
Download (5.8MB)
Added: 2006-05-16 License: BSD License Price:
1258 downloads
Prodder 0.5
Prodder is a command-line based Podcast client written in Perl that runs on just about any *n*x system. more>>
Prodder is a command-line based Podcast client written in Perl that runs on just about any *n*x system. Prodder implements a few very useful features that are lacking in many of the existing tools, while remaining simple and light-weight.
Main features:
- Interactive and autonomous (cronjob) modes.
- Selective downloading (great for dialupers and low-volume users).
- Extended item information (date, enclosure url/size, description).
- User-defined download directory structure (based on title, category, date).
- Playlist generation.
Prodder is released under the GNU General Pulic Licence.
<<lessMain features:
- Interactive and autonomous (cronjob) modes.
- Selective downloading (great for dialupers and low-volume users).
- Extended item information (date, enclosure url/size, description).
- User-defined download directory structure (based on title, category, date).
- Playlist generation.
Prodder is released under the GNU General Pulic Licence.
Download (0.012MB)
Added: 2006-05-20 License: GPL (GNU General Public License) Price:
1252 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 runs on 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