15
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 532
jac 0.15
jac is a Cd-Player which runs under Linux (but I hope to port it to other Unix-like platform). more>>
jac is a Cd-Player which runs under Linux (but I hope to port it to other Unix-like platform). Its birth is due to my need of a command line cd player, and now it offers many features (including the "exclusive" crazy-playing mode) and also a small text-console from which you can set any option, play the cd in the way you want etc.
jac has support for many languages but at this time only Italian and English languages are available for use (Im looking for someone who want to write some translations). jac can also download Cd and track information from CDDB and from CdIndex A FAQ PAGE is available (but is obsolete).
Enhancements:
- Readline and history support in console
- Short and long option support
- Configuration file update for CD default option
- Cdrom and mixer device can be set from command line overriding configuration file
- Error description for CDDB and CDIndex
- MAN page
- Command implementation in console
- Bug fixing
<<lessjac has support for many languages but at this time only Italian and English languages are available for use (Im looking for someone who want to write some translations). jac can also download Cd and track information from CDDB and from CdIndex A FAQ PAGE is available (but is obsolete).
Enhancements:
- Readline and history support in console
- Short and long option support
- Configuration file update for CD default option
- Cdrom and mixer device can be set from command line overriding configuration file
- Error description for CDDB and CDIndex
- MAN page
- Command implementation in console
- Bug fixing
Download (0.060MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1218 downloads
OZONE 0.15
OZONE is a free, modular 3-D marble game, released under the terms of the GNU General Public Licence. more>>
OZONE is a free, modular 3-D "marble game", released under the terms of the GNU General Public Licence, either version 2, or (at your option) any later version.
Binaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
<<lessBinaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
Download (6.3MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1481 downloads
z80ex 0.15
Z80~Ex is a portable ZiLOG Z80 CPU emulator designed as a library. more>>
z80ex is a portable ZiLOG Z80 CPU emulator designed as a library.
Goals include precise opcode emulation (documented and undocumented), exact timings for each opcode (including I/O operations), and simultaneous operation of several virtual CPUs.
Main features:
- precise opcode emulation (documented & undocumented)
- exact timings for each opcode (including I/O operations)
- full support for all interrupt modes
- allows simultaneous operation of several virtual CPUs
- written in pure ANSI C
- compiles as a library, which may be used via simple callback-based API
Building and installation (*):
for build using GNU C (GCC - unix, mingw/cygwin - Win32, DJGPP - DOS(**)),
type gmake. static and shared libraries will appear in "./lib".
also you may do "gmake static" for building only static library,
or "gmake shared" for only shared library.
after successful build, issue "gmake install" as superuser.
default install prefix is /usr/local, which can be changed in Makefile.
*)
support for non-GNU build methods isnt included at the moment,
feel free to contribute :)
**)
when building with DJGPP, use "gmake static" -- DOS doesnt support
shared libraries
Usage:
include < z80ex.h > in your sources,
and link with "libz80ex" (-lz80ex).
no API documentation written yet, see comments in "z80ex.h".
Enhancements:
- (major bugfix release) - nasty deadlock in IM0 mode was eliminated 29.03.2006
<<lessGoals include precise opcode emulation (documented and undocumented), exact timings for each opcode (including I/O operations), and simultaneous operation of several virtual CPUs.
Main features:
- precise opcode emulation (documented & undocumented)
- exact timings for each opcode (including I/O operations)
- full support for all interrupt modes
- allows simultaneous operation of several virtual CPUs
- written in pure ANSI C
- compiles as a library, which may be used via simple callback-based API
Building and installation (*):
for build using GNU C (GCC - unix, mingw/cygwin - Win32, DJGPP - DOS(**)),
type gmake. static and shared libraries will appear in "./lib".
also you may do "gmake static" for building only static library,
or "gmake shared" for only shared library.
after successful build, issue "gmake install" as superuser.
default install prefix is /usr/local, which can be changed in Makefile.
*)
support for non-GNU build methods isnt included at the moment,
feel free to contribute :)
**)
when building with DJGPP, use "gmake static" -- DOS doesnt support
shared libraries
Usage:
include < z80ex.h > in your sources,
and link with "libz80ex" (-lz80ex).
no API documentation written yet, see comments in "z80ex.h".
Enhancements:
- (major bugfix release) - nasty deadlock in IM0 mode was eliminated 29.03.2006
Download (0.059MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1300 downloads
hsftp 1.15
hsftp provides a lightweight FTP emulator for ssh1. more>>
hsftp provides a lightweight FTP emulator for ssh1.
hsftp is an FTP emulator that provides the look-and-feel of an FTP session, but uses ssh to transport commands and data. It is written in C, and requires no additional libraries.
hsftp is written in C, and is known to compile with gcc under Linux and some Unix flavours. No additional libraries are required. No dedicated daemon (in addition to the sshd daemon) is required to run on the server side.
If you need a password, hsftp will ask for it. The password is encrypted by ssh before transmission. hsftp will store the password internally, so you do not need to type it in again during a session.
Main features:
- hsftp executes UNIX commands on the remote host, and thus will fail on non-Unix remote hosts.
- If hsftp is not set SUID root, and you have supplied a password/passphrase, it might get paged out to your swap partition during prolonged inactivity.
- For security, hsftp can be compiled to drop SUID root privileges irrevocably on startup, immediately after locking the memory for the password.
- For RSA authentication, you can avoid to have hsftp caching the passphrase if you use ssh-agent. In this case, you can use hsftp securely without setting it SUID root.
- hsftp has been developed on Linux. It is known to compile on a variety of other UNIX flavours (at least FreeBSD, Solaris, AIX, and HP-UX), but may not work on all. Fixes for portability are welcome for inclusion.
<<lesshsftp is an FTP emulator that provides the look-and-feel of an FTP session, but uses ssh to transport commands and data. It is written in C, and requires no additional libraries.
hsftp is written in C, and is known to compile with gcc under Linux and some Unix flavours. No additional libraries are required. No dedicated daemon (in addition to the sshd daemon) is required to run on the server side.
If you need a password, hsftp will ask for it. The password is encrypted by ssh before transmission. hsftp will store the password internally, so you do not need to type it in again during a session.
Main features:
- hsftp executes UNIX commands on the remote host, and thus will fail on non-Unix remote hosts.
- If hsftp is not set SUID root, and you have supplied a password/passphrase, it might get paged out to your swap partition during prolonged inactivity.
- For security, hsftp can be compiled to drop SUID root privileges irrevocably on startup, immediately after locking the memory for the password.
- For RSA authentication, you can avoid to have hsftp caching the passphrase if you use ssh-agent. In this case, you can use hsftp securely without setting it SUID root.
- hsftp has been developed on Linux. It is known to compile on a variety of other UNIX flavours (at least FreeBSD, Solaris, AIX, and HP-UX), but may not work on all. Fixes for portability are welcome for inclusion.
Download (0.014MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
Exiv2 0.15
Exiv2 comprises of a C++ library and a command line utility to access image metadata. more>>
Exiv2 comprises of a C++ library and a command line utility to access image metadata. Exiv2 is free software and it is released under the GPL Public License.
Exiv2 is also a command line utility to
- print the Exif metadata of Jpeg images as summary info, interpreted values, or the plain data for each tag (here is a sample)
- print the Iptc metadata of Jpeg images
- print the Jpeg comment of Jpeg images
- set, add and delete Exif and Iptc metadata of Jpeg images
- adjust the Exif timestamp (thats how it all started...)
- rename Exif image files according to the Exif timestamp
- extract, insert and delete Exif metadata, Iptc metadata and Jpeg comments
- extract, insert and delete the thumbnail image embedded in the Exif metadata
Main features:
1. full read and write access to the Exif and Iptc metadata of an image through Exiv2 keys and standard C++ iterators
2. a smart Iptc implementation that does not effect data that programs like Photoshop store in the same image segment
3. Exif MakerNote support:
-MakerNote tags can be accessed just like any other Exif metadata
-a sophisticated write algorithm avoids corrupting the MakerNote:
o the MakerNote is not re-located if possible at all, and
o MakerNote Ifd offsets are re-calculated if the MakerNote needs to be moved (for known Ifd MakerNotes)
4. new camera make/model specific MakerNotes can be added to the library with minimum effort in OO-fashion (by subclassing MakerNote or IfdMakerNote)
5. extract and delete methods for Exif thumbnails (both, Jpeg and Tiff thumbnails)
6. set methods for Exif thumbnails (Jpeg only, Tiff thumbnails can be set from individual tags)
7. complete API documentation (by Doxygen)
8. generic lower-level classes to access Ifd (Image File Directory) data structures
Enhancements:
- This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files, and has minor tag updates and some larger translation updates.
<<lessExiv2 is also a command line utility to
- print the Exif metadata of Jpeg images as summary info, interpreted values, or the plain data for each tag (here is a sample)
- print the Iptc metadata of Jpeg images
- print the Jpeg comment of Jpeg images
- set, add and delete Exif and Iptc metadata of Jpeg images
- adjust the Exif timestamp (thats how it all started...)
- rename Exif image files according to the Exif timestamp
- extract, insert and delete Exif metadata, Iptc metadata and Jpeg comments
- extract, insert and delete the thumbnail image embedded in the Exif metadata
Main features:
1. full read and write access to the Exif and Iptc metadata of an image through Exiv2 keys and standard C++ iterators
2. a smart Iptc implementation that does not effect data that programs like Photoshop store in the same image segment
3. Exif MakerNote support:
-MakerNote tags can be accessed just like any other Exif metadata
-a sophisticated write algorithm avoids corrupting the MakerNote:
o the MakerNote is not re-located if possible at all, and
o MakerNote Ifd offsets are re-calculated if the MakerNote needs to be moved (for known Ifd MakerNotes)
4. new camera make/model specific MakerNotes can be added to the library with minimum effort in OO-fashion (by subclassing MakerNote or IfdMakerNote)
5. extract and delete methods for Exif thumbnails (both, Jpeg and Tiff thumbnails)
6. set methods for Exif thumbnails (Jpeg only, Tiff thumbnails can be set from individual tags)
7. complete API documentation (by Doxygen)
8. generic lower-level classes to access Ifd (Image File Directory) data structures
Enhancements:
- This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files, and has minor tag updates and some larger translation updates.
Download (1.21MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
839 downloads
Gequel 1.15
Gequel is a MySQL GUI for manipulating records (insert, modify, delete, search). more>>
Gequel project is a MySQL GUI for manipulating records (insert, modify, delete, search).
GEQUEL is a GTK/C based frontend for the MySQL database engine loosely derived from an older program xsqlmenu.
Can retrieve data from MySQL databases, present them in nice browser, and allows for update,delete,insert,query,search and copy operations
<<lessGEQUEL is a GTK/C based frontend for the MySQL database engine loosely derived from an older program xsqlmenu.
Can retrieve data from MySQL databases, present them in nice browser, and allows for update,delete,insert,query,search and copy operations
Download (0.70MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
gmpc 0.15.1
gmpc is a gtk2 frontend for the mpd. more>>
gmpc project is a gtk2 frontend for the mpd.
Gmpc is a user-friendly frontend for mpd (www.musicpd.org). Its written in gtk2.
Main features:
- Support for loading/saving playlists.
- File Browser
- Browser based on ID3 information. (on artist and albums)
- Search
- Current playlist viewer with search.
- ID3 information
- Lots more
<<lessGmpc is a user-friendly frontend for mpd (www.musicpd.org). Its written in gtk2.
Main features:
- Support for loading/saving playlists.
- File Browser
- Browser based on ID3 information. (on artist and albums)
- Search
- Current playlist viewer with search.
- ID3 information
- Lots more
Download (0.74MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
866 downloads
Gedcom 1.15
Gedcom is a Perl module to manipulate Gedcom genealogy files. more>>
Gedcom is a Perl module to manipulate Gedcom genealogy files.
SYNOPSIS
use Gedcom;
my $ged = Gedcom->new;
my $ged = Gedcom->new($gedcom_file);
my $ged = Gedcom->new(grammar_version => 5.5,
gedcom_file => $gedcom_file,
read_only => 1,
callback => $cb);
my $ged = Gedcom->new(grammar_file => "gedcom-5.5.grammar",
gedcom_file => $gedcom_file);
return unless $ged->validate;
my $xref = $self->resolve_xref($value);
$ged->resolve_xrefs;
$ged->unresolve_xrefs;
$ged->normalise_dates;
my %xrefs = $ged->renumber;
$ged->order;
$ged->write($new_gedcom_file, $flush);
$ged->write_xml($new_xml_file);
my @individuals = $ged->individuals;
my @families = $ged->families;
my $me = $ged->get_individual("Paul Johnson");
my $xref = $ged->next_xref("I");
my $record = $ged->add_header;
add_submitter
add_individual
add_family
add_note
add_repository
add_source
add_trailer
my $source = $ged->get_source("S1");
<<lessSYNOPSIS
use Gedcom;
my $ged = Gedcom->new;
my $ged = Gedcom->new($gedcom_file);
my $ged = Gedcom->new(grammar_version => 5.5,
gedcom_file => $gedcom_file,
read_only => 1,
callback => $cb);
my $ged = Gedcom->new(grammar_file => "gedcom-5.5.grammar",
gedcom_file => $gedcom_file);
return unless $ged->validate;
my $xref = $self->resolve_xref($value);
$ged->resolve_xrefs;
$ged->unresolve_xrefs;
$ged->normalise_dates;
my %xrefs = $ged->renumber;
$ged->order;
$ged->write($new_gedcom_file, $flush);
$ged->write_xml($new_xml_file);
my @individuals = $ged->individuals;
my @families = $ged->families;
my $me = $ged->get_individual("Paul Johnson");
my $xref = $ged->next_xref("I");
my $record = $ged->add_header;
add_submitter
add_individual
add_family
add_note
add_repository
add_source
add_trailer
my $source = $ged->get_source("S1");
Download (0.094MB)
Added: 2007-05-11 License: Perl Artistic License Price:
896 downloads
MRTG 2.15.2
MRTG short from Multi Router Traffic Grapher is a tool to monitor the traffic load on network-links. more>>
MRTG short from Multi Router Traffic Grapher is a tool to monitor the traffic load on network-links.
Routers are only the beginning. MRTG is being used to graph all sorts of network devices as well as everything else from weather data to vending machines.
MRTG is written in perl and works on Unix/Linux as well as Windows and even Netware systems.
Enhancements:
- SNMVv3 handling was improved.
- Support for SNMPv2/3 devices WITHOUT HC counters was added.
- Indexmaker parsing was made more robust.
- Netware support was updated.
<<lessRouters are only the beginning. MRTG is being used to graph all sorts of network devices as well as everything else from weather data to vending machines.
MRTG is written in perl and works on Unix/Linux as well as Windows and even Netware systems.
Enhancements:
- SNMVv3 handling was improved.
- Support for SNMPv2/3 devices WITHOUT HC counters was added.
- Indexmaker parsing was made more robust.
- Netware support was updated.
Download (1.1MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
918 downloads
gdcalc 2.15
gdcalc is a financial, statistics, scientific and programmers calculator for Unix and Linux with both RPN and algebraic modes. more>>
gdcalc project is a financial, statistics, scientific and programmers calculator for Unix and Linux with both RPN and algebraic modes.
The GUI was written with glade and uses the Gnome/Gtk+ toolkit - so it may well be compatible with themes and other whiz-bang features of those systems.
gdcalc has both Algebraic notation (ie. conventional, TI or Casio style) and Reverse Polish Notation (RPN or Hewlett-Packard style). If youve not heard of RPN before, you are probably familiar with algebraic calculators.
Very briefly, while simpler and more natural to use, RPN calculators need some study eg. they have an Enter key instead of the equals key.
Enhancements:
- change register label width X Y Z T L
<<lessThe GUI was written with glade and uses the Gnome/Gtk+ toolkit - so it may well be compatible with themes and other whiz-bang features of those systems.
gdcalc has both Algebraic notation (ie. conventional, TI or Casio style) and Reverse Polish Notation (RPN or Hewlett-Packard style). If youve not heard of RPN before, you are probably familiar with algebraic calculators.
Very briefly, while simpler and more natural to use, RPN calculators need some study eg. they have an Enter key instead of the equals key.
Enhancements:
- change register label width X Y Z T L
Download (0.32MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
949 downloads
NumExp 0.15
NumExp is a family of open-source applications for numeric computation. more>>
NumExp is a family of open-source applications for numeric computation. When it was created, the idea was to make a powerfull tool like Mathematica.
Now, we know this is almost impossible without more open-source hackers. Meanwhile, we are trying to make, at least, an usefull tool!
NumExp is based on a server with the NumExp core functionalities. This server comunicates with potencial clients using a simple Corba interface
Whats New in This Release:
A new parser has been done. We have new syntaxes with it:
* f() and f(a) are recognized as functions.
* Expressions can be separated by a semi-colon or a new line,
so we can enter a=2;++a on a command line.
* Matrices are now delimited by {}.
* The star is now needed for a product.
- New instruction:
* "if" has also the structure
if a>0 then [
print["coucou"]
] else [
print["hibou"]
]
* while works also like this
while toto<<less
Now, we know this is almost impossible without more open-source hackers. Meanwhile, we are trying to make, at least, an usefull tool!
NumExp is based on a server with the NumExp core functionalities. This server comunicates with potencial clients using a simple Corba interface
Whats New in This Release:
A new parser has been done. We have new syntaxes with it:
* f() and f(a) are recognized as functions.
* Expressions can be separated by a semi-colon or a new line,
so we can enter a=2;++a on a command line.
* Matrices are now delimited by {}.
* The star is now needed for a product.
- New instruction:
* "if" has also the structure
if a>0 then [
print["coucou"]
] else [
print["hibou"]
]
* while works also like this
while toto<<less
Download (1.0MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
862 downloads
imlib 1.9.15
imlib is an advanced replacement library for libraries like libXpm. more>>
Imlib is an advanced replacement library for libraries like libXpm that provides many more features with much greater flexibility and speed.
It was originally written for E, now used by the GNOME Project.
<<lessIt was originally written for E, now used by the GNOME Project.
Download (0.88MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
Meteo 0.9.15
Meteo is an interface to weather stations from Davis Instruments. more>>
Meteo is an interface to weather stations from Davis Instruments. Meteo project polls the station for data, stores it in a database and makes various graphs available via the Web. Users can navigate graphically back and forth in time at various resolutions.
<<less Download (0.75MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
autorun 3.15
autorun provides you with an excellent and powerful program which automatically recognizes all available CDROMs in the system, mounts them upon insertion of a media and executes a possible autorun executable on the CD. more>> autorun 3.15 provides you with an excellent and powerful program which automatically recognizes all available CDROMs in the system, mounts them upon insertion of a media and executes a possible autorun executable on the CD. The user can remove the media; autorun will call unmount after that.<<less
Added: 2005-09-27 License: GPL Price: FREE
2105 downloads
Fract 0.5.15
Fract project is a Web-based fractal zoomer for the Mandelbrot set. more>>
Fract project is a Web-based fractal zoomer for the Mandelbrot set.
Its using poly-pen for rendering and Araneida for the web support.
There are no advanced features, the goal is to keep the code easy to read for someone interested in fractals.
The package also includes an offline renderer that you can use to generate hi resolution images of your favorite spots.
You can also play easily with the color map.
<<lessIts using poly-pen for rendering and Araneida for the web support.
There are no advanced features, the goal is to keep the code easy to read for someone interested in fractals.
The package also includes an offline renderer that you can use to generate hi resolution images of your favorite spots.
You can also play easily with the color map.
Download (0.010MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1074 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 15 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