present in
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 874
Texplore 0.2
explore is a type explorer for GObject based libraries. more>>
Texplore is a type explorer for GObject based libraries. You can see what signals, properties, and other things are present in each type, its parents, and its children.
Its similar to System.Reflection.Emit from Mono, only it uses the GObject librarys API and introspection capabilites.
Installation:
./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/texplore & #yove done it
<<lessIts similar to System.Reflection.Emit from Mono, only it uses the GObject librarys API and introspection capabilites.
Installation:
./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/texplore & #yove done it
Download (0.16MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
LIRC Client Daemon 0.9.1
LIRC Client Daemon project is an attempt to solve certain problems in LIRC. more>>
LIRC Client Daemon project is an attempt to solve certain problems in LIRC.
The LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.
It ships with a replacement library for LIRCs liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.
<<lessThe LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.
It ships with a replacement library for LIRCs liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.
Download (0.23MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1015 downloads
MP3 Database II 2.9
MP3DB2 is a collection of bash scripts for keeping track of large MP3 collections. more>>
MP3DB2 is a collection of bash scripts for keeping track of large MP3 collections. It will retrieve song information from the filenames and ID3 tags of a directory or CD of MP3s and store them in a local database.
This program is a complete rewrite of my MP3 database version 1. Version 1 only stored the data that was present in the filenames while version 2 actually retrieves information from the ID3 tags of each MP3.
Please note that as of this version the database format is NOT considered carved in stone. I have already added a few fields mid-development and this will continue for a while if I think the format can be made better. See the changelog for a list of changes to the database format since V2.0.
Enhancements:
- mp3dupe: now just displays the name of the directory we are checking not the full path in the host filesystem.
<<lessThis program is a complete rewrite of my MP3 database version 1. Version 1 only stored the data that was present in the filenames while version 2 actually retrieves information from the ID3 tags of each MP3.
Please note that as of this version the database format is NOT considered carved in stone. I have already added a few fields mid-development and this will continue for a while if I think the format can be made better. See the changelog for a list of changes to the database format since V2.0.
Enhancements:
- mp3dupe: now just displays the name of the directory we are checking not the full path in the host filesystem.
Download (0.096MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1190 downloads
CSVObjects 0.5b
CSVObjects is a Java-based CSV mapper/parser library and framework. more>>
CSVObjects is a free and open sourced Java based framework for transparently parsing and unmarshalling Comma Separated Value (CSV) files and records into Plain Old Java Objects without the need to code the parsing logic manually.
Instead, the parsing library relies on declarative mapping of CSV fields and data types to Java Bean attributes, via a mapping XML file. This is similar to the manner in which Hibernate provides relational table mapping for Java Beans.
The Framework is built upon Stephen Ostermillers excellent CSV reader/parser classes.
Also, the framework provides convenience Xdoclet support for specifying the CSV to Java mapping in the Java source code itself by using Javadoc markup, thereby reducing the burden on the developer to manually maintain separate configuration files.
Installation:
If you have downloaded the binary file release, then you need to include the
CSVObjects- .jar file in your projects library or classpath, ensure that the dependency libraries are also present in the classpath, and thats it!
<<lessInstead, the parsing library relies on declarative mapping of CSV fields and data types to Java Bean attributes, via a mapping XML file. This is similar to the manner in which Hibernate provides relational table mapping for Java Beans.
The Framework is built upon Stephen Ostermillers excellent CSV reader/parser classes.
Also, the framework provides convenience Xdoclet support for specifying the CSV to Java mapping in the Java source code itself by using Javadoc markup, thereby reducing the burden on the developer to manually maintain separate configuration files.
Installation:
If you have downloaded the binary file release, then you need to include the
CSVObjects- .jar file in your projects library or classpath, ensure that the dependency libraries are also present in the classpath, and thats it!
Download (2.17MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
PhpLabware 0.61
PhpLabware is a web-based database system. more>>
Phplabware project is a web-driven database management system. Phplabware runs on a server and is accessed through a web browser. Databases can be designed within a web-interface.
Data-entry takes place in forms, which can be altered using phplabwares plugin mechanism. Search results can be output in reports, which are generated based on simple HTML templates. Phplabware supports file and image uploads and allows for full-text searches in uploaded materials.
A UNIX-like user and group access control mechanism allows for fine-grained read and write control at both the level of a complete database as well as individual records. The (php-based) plugin mechanism allows for easy and fast adaptation of phplabware to any specific needs.
Phplabware was developed at a number of Molecular Biology labs, and therefore ships with predefined databases targeted to the needs of Life Sciences labs. Currently, modules are available for antibodies, protocols, pdfs, pdbs, and files.
One of the design goals is that users only have to enter as little data as possible. The local pdf reprint module, for instance, (the virtual library) only requires the pdf file, and the unique identifier from Pubmed.
Apart from the provided modules, phplabwares functionality can be extended and tailored to your specific needs. A web-interface lets the system administrator easily design new tables, which are completely integrated with phplabware.
Phplabware consists of a number of php scripts. It uses adodb as a database wrapper, and is developed using postgres and mysql as an SQL server (and will probably work with others too). Installation is simple, and version upgrades are completely taken care of by the php scripts. It has been tested on both Linux (Suse, RedHat, Mandrake) and Mac OS X, and should work in Windows too.
Enhancements:
- The following bugs present in the previous release (0.6) were fixed: Safari users were not able to edit tables; the view icon did not work when MySQL was used as the RDBMS; the delete icon did not work; and the next/previous icons did not work.
<<lessData-entry takes place in forms, which can be altered using phplabwares plugin mechanism. Search results can be output in reports, which are generated based on simple HTML templates. Phplabware supports file and image uploads and allows for full-text searches in uploaded materials.
A UNIX-like user and group access control mechanism allows for fine-grained read and write control at both the level of a complete database as well as individual records. The (php-based) plugin mechanism allows for easy and fast adaptation of phplabware to any specific needs.
Phplabware was developed at a number of Molecular Biology labs, and therefore ships with predefined databases targeted to the needs of Life Sciences labs. Currently, modules are available for antibodies, protocols, pdfs, pdbs, and files.
One of the design goals is that users only have to enter as little data as possible. The local pdf reprint module, for instance, (the virtual library) only requires the pdf file, and the unique identifier from Pubmed.
Apart from the provided modules, phplabwares functionality can be extended and tailored to your specific needs. A web-interface lets the system administrator easily design new tables, which are completely integrated with phplabware.
Phplabware consists of a number of php scripts. It uses adodb as a database wrapper, and is developed using postgres and mysql as an SQL server (and will probably work with others too). Installation is simple, and version upgrades are completely taken care of by the php scripts. It has been tested on both Linux (Suse, RedHat, Mandrake) and Mac OS X, and should work in Windows too.
Enhancements:
- The following bugs present in the previous release (0.6) were fixed: Safari users were not able to edit tables; the view icon did not work when MySQL was used as the RDBMS; the delete icon did not work; and the next/previous icons did not work.
Download (0.63MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1182 downloads
Tk::PerlMethodList 0.05
Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package). more>>
Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents.
SYNOPSIS
require Tk::PerlMethodList;
my $instance = $main_window->PerlMethodList();
Tk::PerlMethodList is a Tk::Toplevel-derived widget.
The window contains entry fields for a classname and a regex. The list below displays the subroutine-names in the package(s) of the given classname and its parent classes. In case of imported subs, the last field of a row contains the name of the aliased sub as reported by DevelPeek::CvGV. Tk::PerlMethodList will not show subs which can be - but have not yet been autoloaded. It will show declared subs though. The Filter entry takes a regex to filter the returned List of sub/methodnames.
If the file containing a subroutine definition can be found in %INC, a green mark will be displayed at the beginning of the line. The sourcecode will be displayed by clicking on the subs list-entry.
Method list and source window have Control-plus and Control-minus bindings to change fontsize.
METHODS
Tk::PerlMethodList supports the following methods:
classname(A::Class::Name)
Set the classname-entry to A::Class::Name.
filter(a_regex)
Set the filter-entry to a_regex.
show_methods()
Build the list for classname and filter present in the entry-fields.
OPTIONS
Tk::PerlMethodList supports the following options:
-classname
$instance->configure(-classname =>A::Class::Name) Same as classname(A::Class::Name).
-filter
$instance->configure(-filter =>a_regex) Same as filter(a_regex).
<<lessSYNOPSIS
require Tk::PerlMethodList;
my $instance = $main_window->PerlMethodList();
Tk::PerlMethodList is a Tk::Toplevel-derived widget.
The window contains entry fields for a classname and a regex. The list below displays the subroutine-names in the package(s) of the given classname and its parent classes. In case of imported subs, the last field of a row contains the name of the aliased sub as reported by DevelPeek::CvGV. Tk::PerlMethodList will not show subs which can be - but have not yet been autoloaded. It will show declared subs though. The Filter entry takes a regex to filter the returned List of sub/methodnames.
If the file containing a subroutine definition can be found in %INC, a green mark will be displayed at the beginning of the line. The sourcecode will be displayed by clicking on the subs list-entry.
Method list and source window have Control-plus and Control-minus bindings to change fontsize.
METHODS
Tk::PerlMethodList supports the following methods:
classname(A::Class::Name)
Set the classname-entry to A::Class::Name.
filter(a_regex)
Set the filter-entry to a_regex.
show_methods()
Build the list for classname and filter present in the entry-fields.
OPTIONS
Tk::PerlMethodList supports the following options:
-classname
$instance->configure(-classname =>A::Class::Name) Same as classname(A::Class::Name).
-filter
$instance->configure(-filter =>a_regex) Same as filter(a_regex).
Download (0.006MB)
Added: 2007-05-04 License: Perl Artistic License Price:
903 downloads
rexima 1.4
rexima is a curses-based interactive mixer which can also be used from the command-line. more>>
rexima is a curses-based interactive mixer which can also be used from the command-line. It runs on any terminal with a screen size of 80x24 or greater. Its intended to be a simple, general, usable mixer without all the chrome and colours usually present in other mixers.
Also, it gives a numeric level readout (as well as the sliders), unlike most interactive mixers
Ive used. It should work on any terminal with a screen size of at least 80x24.
Enhancements:
- Version 1.4.
- rexima.c (usage_help): corrected slight misalignment of usage lines.
- rexima.c (getoptn): added an old getopt() replacement of mine, so that we avoid glibcs one treating level decrements as unrecognised options. Thanks to Alexandra Walford for spotting the bug.
<<lessAlso, it gives a numeric level readout (as well as the sliders), unlike most interactive mixers
Ive used. It should work on any terminal with a screen size of at least 80x24.
Enhancements:
- Version 1.4.
- rexima.c (usage_help): corrected slight misalignment of usage lines.
- rexima.c (getoptn): added an old getopt() replacement of mine, so that we avoid glibcs one treating level decrements as unrecognised options. Thanks to Alexandra Walford for spotting the bug.
Download (0.015MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
python-inotify 0.1.0
python-inotify project is a Python interface to the inotify file notification system present in Linux 2.6. more>>
python-inotify project is a Python interface to the inotify file notification system present in Linux 2.6.
<<less Download (0.030MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1418 downloads
DateChooser 1.2.5
DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date. more>>
DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date and feeding it to the program.
<<less Download (0.026MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
946 downloads
GNU Paint 2.0.3.1
GNU Paint (gpaint) is a simple, easy-to-use paint program for GNOME, the GNU Desktop. more>>
GNU Paint (gpaint) is a simple, easy-to-use paint program for GNOME, the GNU Desktop. Gpaint starts as a port of xpaint and takes advantages of features unique to the GNOME environment. The project is licensed under the GNU GPL, version 2 or later.
Main features:
- Drawing tools--ovals, freehand, polygon, text, with fill or shallow for polygons and closed freehand.
- Cut and paste by selecting irregular regions or polygons.
- Print support using gnome-print (still flaky, will be improved upon next release)
- Modern, ease-to-use user interface with tool and color palettes
- Editing multiple image at the same time without runnng multiple instance of the image editor
- All image processing features present in xpaint
Enhancements:
- pt_BR and de translations were added.
- A rectangular selection tool was added.
- Small bugs were fixed.
<<lessMain features:
- Drawing tools--ovals, freehand, polygon, text, with fill or shallow for polygons and closed freehand.
- Cut and paste by selecting irregular regions or polygons.
- Print support using gnome-print (still flaky, will be improved upon next release)
- Modern, ease-to-use user interface with tool and color palettes
- Editing multiple image at the same time without runnng multiple instance of the image editor
- All image processing features present in xpaint
Enhancements:
- pt_BR and de translations were added.
- A rectangular selection tool was added.
- Small bugs were fixed.
Download (0.36MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
865 downloads
YMShell 1.0
YMShell is a console based yahoo messenger client. more>>
YMShell is a console based yahoo messenger client. The interface is similar to an UNIX shell and most of the commands are like UNIX commands. e.g. talk starts a conversation with that id. (Read README for all command help).
The program needs libyahoo2 library (download link present in README). An experimental Secure chat mode is also present (secure chat only works between two YMShells).
<<lessThe program needs libyahoo2 library (download link present in README). An experimental Secure chat mode is also present (secure chat only works between two YMShells).
Download (0.047MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1059 downloads
Improved offline web browsing 0.6
Improved offline web browsing package contains many fixes for offline browsing for Konqueror. more>>
Improved offline web browsing package contains:
- improved / bug-fixed offline browsing for Konqueror and other application that use kde http io slaves.
- Improved / bug-fixed web browsing for low-bandwidth connections.
- Improved / bug-fixed detection of cross-domain requests
- Referer-Urls are not send cross-domain (configurable)
Requires sources for kdelibs, kdebase and kdeaddons. If you use German localization, you will probably want sources for kde-i18n-de, too.
Webpages with enabled javascript may not work 100% when browsing offline completely.
Version restrictions:
- None that are not present in the original http slave.
- Webpages with javascript enabled may not work with offline browsing.
<<less- improved / bug-fixed offline browsing for Konqueror and other application that use kde http io slaves.
- Improved / bug-fixed web browsing for low-bandwidth connections.
- Improved / bug-fixed detection of cross-domain requests
- Referer-Urls are not send cross-domain (configurable)
Requires sources for kdelibs, kdebase and kdeaddons. If you use German localization, you will probably want sources for kde-i18n-de, too.
Webpages with enabled javascript may not work 100% when browsing offline completely.
Version restrictions:
- None that are not present in the original http slave.
- Webpages with javascript enabled may not work with offline browsing.
Download (0.019MB)
Added: 2007-05-09 License: LGPL (GNU Lesser General Public License) Price:
900 downloads
python-gdkinput 1.0
python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. more>>
python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. his group of functions is not present in the Gtk+/Python "PyGtk" binding, and one needs it to do asynchronous I/O in a Gtk+ based GUI.
Plans for the future:
A priori, its finished. Maybe add gdk_input_add_full if I have requests for it.
Bug corrections (I probably have made mistakes when using the reference counting system of Python); Monitor memory leaks.
<<lessPlans for the future:
A priori, its finished. Maybe add gdk_input_add_full if I have requests for it.
Bug corrections (I probably have made mistakes when using the reference counting system of Python); Monitor memory leaks.
Download (0.011MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1192 downloads
Graffiti Server 1.0
Graffiti Server is a small C program that allows the posting of messages and, optionally, HTML. more>>
Graffiti Server is a small C program that allows the posting of messages and, optionally, HTML. It displays the most recent messages but has a search function for finding entries with a given keyword or string.
The administrator connects from the local host using IP address 127.0.0.1 and delete messages from any IP.
You can search for any text string and the graffiti server will match against all old messages, as well as new ones, and return those that match.
Right click here and select save... to download a gzipped Linux binary. Right click here for the gzipped source for the graffiti server. The binary is only 45K[2] bytes and the source is only 9K in size (compressed).
To install it, simply gunzip the binary and run it with one of the following commands, then install the same command in your startup files. For example, in many Linuxes, you can put the command in /etc/rc.d/rc.local and it will be executed on each startup.
The general syntax is:
graffiti [port] [directory] [!]
The first argument is the port. If there is only one argument, it must be a port number.
The second argument is a directory name.
The third argument, if present and an exclamation point (!) tells graffiti to allow html postings.
Command examples:
graffiti
(The above will attempt to use port 80, the standard WWW port, will put its files in /var/tmp/ and will disallow html.)
graffiti 7777
(This command will do everything just like the command before it, only it will attempt to use port 7777 instead of 80.)
graffiti 8888 /home/rayy/graffiti/
(This command will put the files in /home/rayy/graffiti/ and will try to run on port 8888.)
graffiti 9999 /home/rayy/graffiti/ !
(This one will, again, put the files in /home/rayy/graffiti but will use port 9999, and will allow html entries.)
The data files take about 1 megabyte but will hold about 2500 graffiti entries, as configured.
If a file named wg####.txt is present in the data files directory, the Graffiti Server will display that file on every page. [Where #### is the port number the Graffiti Server is running on]. You can run as many copies of the graffiti server as you wish on separate ports. Because each copy puts its port number in its file names, there will be no file conflicts.]
See also: the Starship Traders Linux multiplayer web game download page -- in case just typing at each other isnt enough for your users.
The Graffiti Server is distributed under the terms of the GNU Public License. Click here and save it if you do not already have a copy of the GPL.
You can also download the source uncompressed here.
<<lessThe administrator connects from the local host using IP address 127.0.0.1 and delete messages from any IP.
You can search for any text string and the graffiti server will match against all old messages, as well as new ones, and return those that match.
Right click here and select save... to download a gzipped Linux binary. Right click here for the gzipped source for the graffiti server. The binary is only 45K[2] bytes and the source is only 9K in size (compressed).
To install it, simply gunzip the binary and run it with one of the following commands, then install the same command in your startup files. For example, in many Linuxes, you can put the command in /etc/rc.d/rc.local and it will be executed on each startup.
The general syntax is:
graffiti [port] [directory] [!]
The first argument is the port. If there is only one argument, it must be a port number.
The second argument is a directory name.
The third argument, if present and an exclamation point (!) tells graffiti to allow html postings.
Command examples:
graffiti
(The above will attempt to use port 80, the standard WWW port, will put its files in /var/tmp/ and will disallow html.)
graffiti 7777
(This command will do everything just like the command before it, only it will attempt to use port 7777 instead of 80.)
graffiti 8888 /home/rayy/graffiti/
(This command will put the files in /home/rayy/graffiti/ and will try to run on port 8888.)
graffiti 9999 /home/rayy/graffiti/ !
(This one will, again, put the files in /home/rayy/graffiti but will use port 9999, and will allow html entries.)
The data files take about 1 megabyte but will hold about 2500 graffiti entries, as configured.
If a file named wg####.txt is present in the data files directory, the Graffiti Server will display that file on every page. [Where #### is the port number the Graffiti Server is running on]. You can run as many copies of the graffiti server as you wish on separate ports. Because each copy puts its port number in its file names, there will be no file conflicts.]
See also: the Starship Traders Linux multiplayer web game download page -- in case just typing at each other isnt enough for your users.
The Graffiti Server is distributed under the terms of the GNU Public License. Click here and save it if you do not already have a copy of the GPL.
You can also download the source uncompressed here.
Download (0.046MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1234 downloads
use_name_as_alias 0.5
use_name_as_alias is a script that reads a GAIM 2.0 BuddyList file. more>>
use_name_as_alias is a script that reads a GAIM 2.0 BuddyList file (~/.gaim/blist.xml) and assigns aliases based on the contacts name, but only for contacts without a locally user-defined alias.
This feature was present in GAIM 1.5, but was removed in 2.0. use_name_as_alias makes use of the ElementTree.py module, which is included.
Enhancements:
- This is the first publicly released version.
- It has assign and revert operations.
<<lessThis feature was present in GAIM 1.5, but was removed in 2.0. use_name_as_alias makes use of the ElementTree.py module, which is included.
Enhancements:
- This is the first publicly released version.
- It has assign and revert operations.
Download (0.011MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1194 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 present in 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