multidbexpress 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1036
PhotoExifProcesS 0.2.0
PhotoExifProcesS is short bash script is used to rename the photos with its exif date-time data. more>>
PhotoExifProcesS is short bash script is used to rename the photos with its exif date-time data (date time original of the snapshot).
Installation:
unpack the archive.
peps.desktop => ~/.kde/share/apps/konqueror/servicemenus
peps => ~/.kde/share/apps/konqueror/servicemenus/.source (thats the way I use it, but you can choose an other folder for peps file)
NB :
EXIF : command-line utility to show EXIF information in JPEG files must be available on your system.
Enhancements:
- Rotation of exif thumbnail if needed
<<lessInstallation:
unpack the archive.
peps.desktop => ~/.kde/share/apps/konqueror/servicemenus
peps => ~/.kde/share/apps/konqueror/servicemenus/.source (thats the way I use it, but you can choose an other folder for peps file)
NB :
EXIF : command-line utility to show EXIF information in JPEG files must be available on your system.
Enhancements:
- Rotation of exif thumbnail if needed
Download (MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1074 downloads
XMLBeans 2.2.0
XMLBeans project is a technology for accessing XML by binding it to Java types. more>>
XMLBeans project is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including:
- Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo".
- The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model.
- A cursor model through which you can traverse the full XML infoset.
- Support for XML DOM.
Start off with your own stuff:
If you want to get right to it with your own XML schema and instance, follow these basic steps:
Install XMLBeans.
Compile your schema. Use scomp to compile the schema, generating and jarring Java types. For example, to create a employeeschema.jar from an employeesschema.xsd file:
scomp -out employeeschema.jar employeeschema.xsd
Write code. With the generated JAR on your classpath, write code to bind an XML instance to the Java types representing your schema. Heres an example that would use types generated from an employees schema:
File xmlFile = new File("c:employees.xml");
// Bind the instance to the generated XMLBeans types.
EmployeesDocument empDoc =
EmployeesDocument.Factory.parse(xmlFile);
// Get and print pieces of the XML instance.
Employees emps = empDoc.getEmployees();
Employee[] empArray = emps.getEmployeeArray();
for (int i = 0; i < empArray.length; i++)
{
System.out.println(empArray[i]);
}
Enhancements:
- Updated to the latest XMLSchema.xsd - January 25, 2006
- Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1
- XQuery external variable binding support
<<less- Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo".
- The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model.
- A cursor model through which you can traverse the full XML infoset.
- Support for XML DOM.
Start off with your own stuff:
If you want to get right to it with your own XML schema and instance, follow these basic steps:
Install XMLBeans.
Compile your schema. Use scomp to compile the schema, generating and jarring Java types. For example, to create a employeeschema.jar from an employeesschema.xsd file:
scomp -out employeeschema.jar employeeschema.xsd
Write code. With the generated JAR on your classpath, write code to bind an XML instance to the Java types representing your schema. Heres an example that would use types generated from an employees schema:
File xmlFile = new File("c:employees.xml");
// Bind the instance to the generated XMLBeans types.
EmployeesDocument empDoc =
EmployeesDocument.Factory.parse(xmlFile);
// Get and print pieces of the XML instance.
Employees emps = empDoc.getEmployees();
Employee[] empArray = emps.getEmployeeArray();
for (int i = 0; i < empArray.length; i++)
{
System.out.println(empArray[i]);
}
Enhancements:
- Updated to the latest XMLSchema.xsd - January 25, 2006
- Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1
- XQuery external variable binding support
Download (MB)
Added: 2007-05-07 License: The Apache License 2.0 Price:
907 downloads
vines 2.0
vines is a small application which draws vines on your X or SunView screen. more>>
vines is a small application which draws vines on your X or SunView screen.
vines draws vines (wandering plants made up mostly of stems and leaves) on your X11 or SunView screen.
By default it draws in black and white, but color options (spring and fall) are provided.
The vines can grow across the top of your screen and down the side, down from the top of your screen until they reach the bottom, or start from the center and wander all over the screen forever.
Enhancements:
- added -z option (show version)
- added -F option (was described in README, but unimplemented!)
- added -x option (X11 synchronize)
- added -G option (growth rate)
- added -E option (edges, including bottom)
- added -P option (palette files, with samples in Vines/)
- beefed up -g option
- changed -h to -H for halt, added -h for help (like -?)
- revamped help
- various code cleanups
- various command line option and error message cleanups
- minor optimizations
- code now compiles cleanly (for X and linux, anyway)
- patched for ugly runtime bug on Dell/Linux 2.0.34/gcc 2.7.2
- added man page, CHANGES, MANIFEST, LEGALSTUFF
- added Imakefile, Makefile-noImake
- revamped README
- changed name to vines
- added sample leaf and stem template files (Sample.leaf, Sample.stem)
<<lessvines draws vines (wandering plants made up mostly of stems and leaves) on your X11 or SunView screen.
By default it draws in black and white, but color options (spring and fall) are provided.
The vines can grow across the top of your screen and down the side, down from the top of your screen until they reach the bottom, or start from the center and wander all over the screen forever.
Enhancements:
- added -z option (show version)
- added -F option (was described in README, but unimplemented!)
- added -x option (X11 synchronize)
- added -G option (growth rate)
- added -E option (edges, including bottom)
- added -P option (palette files, with samples in Vines/)
- beefed up -g option
- changed -h to -H for halt, added -h for help (like -?)
- revamped help
- various code cleanups
- various command line option and error message cleanups
- minor optimizations
- code now compiles cleanly (for X and linux, anyway)
- patched for ugly runtime bug on Dell/Linux 2.0.34/gcc 2.7.2
- added man page, CHANGES, MANIFEST, LEGALSTUFF
- added Imakefile, Makefile-noImake
- revamped README
- changed name to vines
- added sample leaf and stem template files (Sample.leaf, Sample.stem)
Download (0.032MB)
Added: 2006-09-29 License: Free To Use But Restricted Price:
1122 downloads
GnomeKiSS 2.0
GnomeKiSS project is a KiSS paper doll viewer for GNOME. more>>
GnomeKiSS project is a KiSS paper doll viewer for GNOME.
GnomeKiSS is an implementation of French-KiSS for the GNOME desktop environment, using GNOME, GTK+ and the X Window System. French KiSS is an enhanced KiSS/GS for scriptable dolls, where KiSS is an abbreviation for Kisekae Set System (or something).
GnomeKiSS apparently works on plenty of Linux systems (including Debian GNU/Linux and PLD Linux) and is available as a FreeBSD port. If you dont have one of these Free operating systems I have been told that GnomeKiSS compiles and runs on Mac OS X and Sun Solaris too. It should work on any modern Unix-like system with GNOME installed but obviously I cant test them all.
Enhancements:
- GNOME 2.x conversion aiming at GNOME 2.6 and later
- Many new compiler warnings fixed, e.g. sign and const fixes
- Further changes to event handling to ensure interactivity when stressed
- Fixed snprintf() call to stay strictly within the buffer
- Still warn, but dont ignore objects declared after @EventHandler
<<lessGnomeKiSS is an implementation of French-KiSS for the GNOME desktop environment, using GNOME, GTK+ and the X Window System. French KiSS is an enhanced KiSS/GS for scriptable dolls, where KiSS is an abbreviation for Kisekae Set System (or something).
GnomeKiSS apparently works on plenty of Linux systems (including Debian GNU/Linux and PLD Linux) and is available as a FreeBSD port. If you dont have one of these Free operating systems I have been told that GnomeKiSS compiles and runs on Mac OS X and Sun Solaris too. It should work on any modern Unix-like system with GNOME installed but obviously I cant test them all.
Enhancements:
- GNOME 2.x conversion aiming at GNOME 2.6 and later
- Many new compiler warnings fixed, e.g. sign and const fixes
- Further changes to event handling to ensure interactivity when stressed
- Fixed snprintf() call to stay strictly within the buffer
- Still warn, but dont ignore objects declared after @EventHandler
Download (0.16MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1079 downloads
AjaXplorer 2.0
AjaXplorer is an easy-to-install file explorer for remotely managing files on a Web server. more>> <<less
Download (0.46MB)
Added: 2007-06-20 License: LGPL (GNU Lesser General Public License) Price:
857 downloads
Clearlooks 2.0
Clearlooks is a GTK+ 2.x engine written in C that transforms your GNOME/XFCE desktop into a modern looking environment. more>>
Clearlooks is a GTK+ 2.x engine written in C that transforms your GNOME/XFCE desktop into a modern looking environment. Clearlooks 2 is fast and easy on the eyes.
Clearlooks is an attractive gtk engine with a focus on usability.
Clearlooks will transform your GNOME desktop into an attractive looking and usable environment.
<<lessClearlooks is an attractive gtk engine with a focus on usability.
Clearlooks will transform your GNOME desktop into an attractive looking and usable environment.
Download (0.004MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1405 downloads
Cxplorer 2.0.0
Cxplorer is a Gtk+2 based file manager. more>>
Cxplorer is a Gtk+2 based file manager.
Main features:
- Front end aim that positively uses external command
- Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
- Preview of file by external command of each MIME type that can be set
- The file name can be displayed by using an external filter to display the file name even in the coexistence environment of Shift-JIS, EUC-JP, and the UTF-8 file name.
- Movement of file by drag & drop
- Send it menu that can add an external command.
- Basic file operation like deletion of file, change in name, and change in permission, etc.
- Bookmark function of directory
<<lessMain features:
- Front end aim that positively uses external command
- Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
- Preview of file by external command of each MIME type that can be set
- The file name can be displayed by using an external filter to display the file name even in the coexistence environment of Shift-JIS, EUC-JP, and the UTF-8 file name.
- Movement of file by drag & drop
- Send it menu that can add an external command.
- Basic file operation like deletion of file, change in name, and change in permission, etc.
- Bookmark function of directory
Download (0.067MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
Quizdrill 0.2.0
Quizdrill is a learning-by-testing program to learn quickly, mostly memorizing tasks like vocabulary. more>>
Quizdrill is a learning-by-testing program to learn quickly, mostly memorizing tasks like vocabulary. The project supports simple quiz, multiple choice as well as flashcard testing. Although still quite immature, Quizdrill asks questions which have been answered right more often then others, less often to improve learning efficiency.
Quizzes can be easily created by edition simple text files or automatically built from Infobox-style templates of Wikipedia dumps (or other MediaWikis and even Semantic MediaWikis). Quizdrill tries to be as easy to use as possible.
Quizdrill should run on Linux, Mac/OSX, Unixes and Window. Install includes more information. For bug reports and feature requests see the Quizdrill project page. Quizdrill is released under the GNU GPL either version 2 of the License, or (at your option) any later version.
<<lessQuizzes can be easily created by edition simple text files or automatically built from Infobox-style templates of Wikipedia dumps (or other MediaWikis and even Semantic MediaWikis). Quizdrill tries to be as easy to use as possible.
Quizdrill should run on Linux, Mac/OSX, Unixes and Window. Install includes more information. For bug reports and feature requests see the Quizdrill project page. Quizdrill is released under the GNU GPL either version 2 of the License, or (at your option) any later version.
Download (0.084MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
881 downloads
nextShows 2.0.1
nextShows is a desktop applet for SuperKaramba that displays your favorite TV shows schedule. more>>
nextShows is a desktop applet for SuperKaramba that displays your favorite TV shows schedule.
PLEASE READ THIS FIRST: If youre using the previous version (1.0.0) you *MUST* remove your previous configuration/cache files or chances are nextShows 2.0.0 wont behave correctly.
Just do ...
$ rm -rf ~/.superkaramba/nextShows
... and everything should be sane enough for you to run this new version !
HISTORY:
I originally wrote this widget for myself and a couple of friends. In fact I didnt plan to release it publicly but some guys convinced me to do so. There were a bunch of releases before the first public release (which I decided to number v1.0.0 since it seemed stable enough).
Between the 1.0.0 and 2.0.0 releases, most parts of the code were fully rewritten and the project also found a new home (http://code.google.com/p/nextshows/) where you can also fetch the latest development version through SVN.
HOW DOES IT WORK?
1) When the widget if fully running you can left-click on the column entitled "When?" to change the way of displaying past/remaining days.
2) When left-clicking on a show name/title, the episode description will open on your browser.
3) You can change various nextShows parameters by right-clicking on the widget and selecting "Configure Theme" -> "Configure..."
<<lessPLEASE READ THIS FIRST: If youre using the previous version (1.0.0) you *MUST* remove your previous configuration/cache files or chances are nextShows 2.0.0 wont behave correctly.
Just do ...
$ rm -rf ~/.superkaramba/nextShows
... and everything should be sane enough for you to run this new version !
HISTORY:
I originally wrote this widget for myself and a couple of friends. In fact I didnt plan to release it publicly but some guys convinced me to do so. There were a bunch of releases before the first public release (which I decided to number v1.0.0 since it seemed stable enough).
Between the 1.0.0 and 2.0.0 releases, most parts of the code were fully rewritten and the project also found a new home (http://code.google.com/p/nextshows/) where you can also fetch the latest development version through SVN.
HOW DOES IT WORK?
1) When the widget if fully running you can left-click on the column entitled "When?" to change the way of displaying past/remaining days.
2) When left-clicking on a show name/title, the episode description will open on your browser.
3) You can change various nextShows parameters by right-clicking on the widget and selecting "Configure Theme" -> "Configure..."
Download (0.27MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
859 downloads
Thermometer 2.0
Thermometer is a SuperKaramba theme (desktop widget) that monitors the CPU temperature. more>>
Thermometer is a SuperKaramba theme (desktop widget) that monitors the CPU temperature.
<<less Download (0.027MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
950 downloads
Umicons 2.0
Umicons provides Icons for KDE! more>>
Umicons provides Icons for KDE!
I have convertet in many hours over 2500 icons for KDE.
There are many icons which arent used by KDE. Just take a look in the folders.
Many thanks to mattahan, the creator of the icons, for his agreement to convert this icons for KDE.
Window-Decoration and style is "Plastik".
Enhancements:
- Many, many new icons (the most are NOT used by KDE so look intothe folders for personal use).
- Now over 700 different icons. See the screenshots.
- 3 wallpapers included (also the one from my screenshots).
<<lessI have convertet in many hours over 2500 icons for KDE.
There are many icons which arent used by KDE. Just take a look in the folders.
Many thanks to mattahan, the creator of the icons, for his agreement to convert this icons for KDE.
Window-Decoration and style is "Plastik".
Enhancements:
- Many, many new icons (the most are NOT used by KDE so look intothe folders for personal use).
- Now over 700 different icons. See the screenshots.
- 3 wallpapers included (also the one from my screenshots).
Download (13.1MB)
Added: 2007-02-08 License: Freeware Price:
999 downloads
MiMMS 2.0.1
MiMMS project is designed to allow you to download streams using the MMS protocol and save them to your computer. more>>
MiMMS project is designed to allow you to download streams using the MMS protocol and save them to your computer, as opposed to watching them live. Similar functionality is available in full media player suites such as Xine and MPlayer, but MiMMS is quick and easy to use, and for the time being, remains a useful program.
Originally, MiMMS was forked directly from the last known version of mmsclient, which was for years unmaintained. MiMMS started with the following goals:
- Keep a working copy of "mmsclient" (now "MiMMS") maintained and working.
- Fix lots of the bugs that were in mmsclient
- Eventually extend the functionality of the program
With the current 2.x series, MiMMS shares no code with mmsclient, and actually does all of its MMS operations using libmms, a new library based off of the xine-improved mmsclient code, which is designed to allow multiple implementations of MMS clients without requiring a fragmented code base. At this point, MiMMS is freed from the details of the horrendous MMS protocol, and can focus on usability.
<<lessOriginally, MiMMS was forked directly from the last known version of mmsclient, which was for years unmaintained. MiMMS started with the following goals:
- Keep a working copy of "mmsclient" (now "MiMMS") maintained and working.
- Fix lots of the bugs that were in mmsclient
- Eventually extend the functionality of the program
With the current 2.x series, MiMMS shares no code with mmsclient, and actually does all of its MMS operations using libmms, a new library based off of the xine-improved mmsclient code, which is designed to allow multiple implementations of MMS clients without requiring a fragmented code base. At this point, MiMMS is freed from the details of the horrendous MMS protocol, and can focus on usability.
Download (0.013MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
867 downloads
KVerbos 2.0
KVerbos helps users to study Spanish verb forms with this program. more>>
KVerbos helps users to study Spanish verb forms with this program.
It took a lot of time. But now a new version of KVerbos is coming into view. With KVerbos it is possible to train Spanish verb forms. The screenshots show some views of the new version.
The difference to the old program is that it now uses the data of the compjugador project. This means that a lot of Spanish verbs come with the program and it isnt necessary to enter them first anymore. The program can read .kvtlm files of the KVoctrain project. It collects the verbs out of these files and you can train them. It is already possible to select the tenses you want to train, too.
At the moment it isnt possible to store your verbselection. I hope this will come soon.
<<lessIt took a lot of time. But now a new version of KVerbos is coming into view. With KVerbos it is possible to train Spanish verb forms. The screenshots show some views of the new version.
The difference to the old program is that it now uses the data of the compjugador project. This means that a lot of Spanish verbs come with the program and it isnt necessary to enter them first anymore. The program can read .kvtlm files of the KVoctrain project. It collects the verbs out of these files and you can train them. It is already possible to select the tenses you want to train, too.
At the moment it isnt possible to store your verbselection. I hope this will come soon.
Download (2.1MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1139 downloads
xremote 2.0
xremote is a tool for grabbing mouse and keyboard of another display. more>>
xremote is a tool for grabbing mouse and keyboard of another display.
It creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
<<lessIt creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
Download (0.034MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1137 downloads
gTipi 0.2.0
gTipi project is a Gtk+/GtkPlot based software for physics / electronics laboratory work for GNU Linux platforms. more>>
gTipi project is a Gtk+/GtkPlot based software for physics / electronics laboratory work for GNU Linux platforms.
The first goal is to make a free (as in speech) replacement for Regressi, a commercial front-end for lab work with the Orphy GTS/GTI hardware, for Windows. Regressi has many features that students do not need in High schools.
gTipi will be simpler and provide, at least in his first versions, only the most important features.
At the moment, gTipi only supports the Orphy GTS hardware using liborphy, but supporting other hardwares should not be hard, provided I have the model to test and specifications to write acquisition functions (or existing libraries). Thats why gTipi should not depend on the acquisition hardware.
gTipi is distributed under the terms of the GNU GPL license.
Main features:
- data acquisition on Orphy inputs and data plotting in real time (possibility to parameter time between two acquisitions, and total acquisition time)
- plot export in PostScript format
- data export in plain text
- plot printing
- precise data values visualization on each point
- experimental points fitting with a given model (non-linear least squares fitting)
- function plotting
<<lessThe first goal is to make a free (as in speech) replacement for Regressi, a commercial front-end for lab work with the Orphy GTS/GTI hardware, for Windows. Regressi has many features that students do not need in High schools.
gTipi will be simpler and provide, at least in his first versions, only the most important features.
At the moment, gTipi only supports the Orphy GTS hardware using liborphy, but supporting other hardwares should not be hard, provided I have the model to test and specifications to write acquisition functions (or existing libraries). Thats why gTipi should not depend on the acquisition hardware.
gTipi is distributed under the terms of the GNU GPL license.
Main features:
- data acquisition on Orphy inputs and data plotting in real time (possibility to parameter time between two acquisitions, and total acquisition time)
- plot export in PostScript format
- data export in plain text
- plot printing
- precise data values visualization on each point
- experimental points fitting with a given model (non-linear least squares fitting)
- function plotting
Download (MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1089 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 multidbexpress 2.0 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