easyinstaller amp 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3052
gsnapshot 1.0
gsnapshot is a GTK2 application for capturing a screen snapshot of the entire screen, a window or a region. more>>
gsnapshot is a GTK2 application. The project provides for capturing a screen snapshot of the entire screen, a window or a region, with a simple user interface.
gsnapshot only depends on GTK version 2.8.x (developed and tested with gtk-2.8.16) thus, only X Windows is needed to capture the screen, a window or a region.
Localized with many translations taken from BabelFish many may be awful: German, Spanish, French, Bahasa Indonesia, Italian, Japanese [Default: English]
Screen capture can be saved to a file as PNG, JPEG or BMP format.
Screen capture can be printed to a PostScript file or piped to /usr/bin/lp.
<<lessgsnapshot only depends on GTK version 2.8.x (developed and tested with gtk-2.8.16) thus, only X Windows is needed to capture the screen, a window or a region.
Localized with many translations taken from BabelFish many may be awful: German, Spanish, French, Bahasa Indonesia, Italian, Japanese [Default: English]
Screen capture can be saved to a file as PNG, JPEG or BMP format.
Screen capture can be printed to a PostScript file or piped to /usr/bin/lp.
Download (0.056MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
Knotview 0.1.0
Knotview is a crossing between a concept mapper, a wiki and a database. more>>
Knotview software is a crossing between a concept mapper, a wiki and a database. The main idea behind it is to split information into small chunks (knots) and make links between them.
Visual organisation is not enforced : links can be drawn arbitrarily. With Knotview, only the user decides how the information must be shown. Creating links pointing towards files or url is possible and make it very easy to gather scattered information into a single place. Knotview can be used as a powerful bookmark manager, a mind mapper, a small database, and much more.
What distinguishes Knotview from other concept- and mind-mapping software if the fact that it separates contents from appearance. A knot consist of a title, some arbitrary properties (e.g. urls) and an associated text. It is stored in a database (kdb) which does not include any displaying informations. Display is left to a client application, and saved in a separate file (kv).
This allows some useful behaviour, such as displaying several times the same knot, in the same application. Nothing preventsdoing the same with different applications : the same knot can be displayed in a graph, and simultaneously in a todo-list software. This last feature is still planned, unfortunately. A very important feature of knotview is the ability to show the same information differently, depending on the users needs. A todo-list will be shown in a list view widget, whereas a brainstorming needs a powerful graphical interface.
Each knot can be assigned one or more user-defined categories. This allows to set shorts of type to knots. As for now, only displayed knot color is affected, but much more can be done with this. A good example where this is useful is a dictionary. Nouns, verbs, adjectives can be affected different categories. Other categories can be used to distinguish between feminine and masculine (if applicable).
More examples are given in the tutorials.
<<lessVisual organisation is not enforced : links can be drawn arbitrarily. With Knotview, only the user decides how the information must be shown. Creating links pointing towards files or url is possible and make it very easy to gather scattered information into a single place. Knotview can be used as a powerful bookmark manager, a mind mapper, a small database, and much more.
What distinguishes Knotview from other concept- and mind-mapping software if the fact that it separates contents from appearance. A knot consist of a title, some arbitrary properties (e.g. urls) and an associated text. It is stored in a database (kdb) which does not include any displaying informations. Display is left to a client application, and saved in a separate file (kv).
This allows some useful behaviour, such as displaying several times the same knot, in the same application. Nothing preventsdoing the same with different applications : the same knot can be displayed in a graph, and simultaneously in a todo-list software. This last feature is still planned, unfortunately. A very important feature of knotview is the ability to show the same information differently, depending on the users needs. A todo-list will be shown in a list view widget, whereas a brainstorming needs a powerful graphical interface.
Each knot can be assigned one or more user-defined categories. This allows to set shorts of type to knots. As for now, only displayed knot color is affected, but much more can be done with this. A good example where this is useful is a dictionary. Nouns, verbs, adjectives can be affected different categories. Other categories can be used to distinguish between feminine and masculine (if applicable).
More examples are given in the tutorials.
Download (0.099MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
827 downloads
Sqliteman 1.0
Sqliteman is the best developers and/or admins GUI tool for Sqlite3 in the world. more>>
Sqliteman is the best developers and/or admins GUI tool for Sqlite3 in the world. No joking here (or just a bit only) - it contains the most complette feature set of all tools available. And its just the beginning...
Sqliteman is a Qt4 based GPLv2 application near the first stable release. The project has almost all planned features implemented. When it fills its feature list there will be a "stabilization" phase to catch all possible bugs.
But you can use Sqliteman as is. I do it regulary with no data loss.
<<lessSqliteman is a Qt4 based GPLv2 application near the first stable release. The project has almost all planned features implemented. When it fills its feature list there will be a "stabilization" phase to catch all possible bugs.
But you can use Sqliteman as is. I do it regulary with no data loss.
Download (0.10MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
831 downloads
Plasmatronics 0.03
Plasmatronics Perl module is a Plasmatronics PL regulator controller. more>>
Plasmatronics Perl module is a Plasmatronics PL regulator controller.
SYNOPSIS
use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";
This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)
MAJOR LIMITATIONS
Serial Port
I have to replace the serial port driver - currently I use the unix only version, but I have written
Hard Coded Multiplier
The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.
Combined Values
Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).
<<lessSYNOPSIS
use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";
This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)
MAJOR LIMITATIONS
Serial Port
I have to replace the serial port driver - currently I use the unix only version, but I have written
Hard Coded Multiplier
The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.
Combined Values
Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).
Download (0.014MB)
Added: 2007-06-19 License: Perl Artistic License Price:
862 downloads
SimBar 1.0
SimBar project is a fast and customizable dockbar for Linux. more>>
SimBar project is a fast and customizable dockbar for Linux.
SimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.
<<lessSimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.
Download (0.24MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
866 downloads
Ruport 1.0.1
Ruport (Ruby Reports) is a powerful report generation engine. more>>
Ruport aka RubyReport is a pure Ruby report generation and formatting system.
It aims to prevent you from ever having to fight with the low level tasks of parsing data from various sources.
If youd like to build professional grade custom reports quickly and easily, Ruport is the system for you.
Ruport is reporting, the Ruby Way.
Enhancements:
- PDF Grouping alternative styles now render correctly.
- An issue with Renderer::Hooks causing silent failures was resolved.
- A conflict with the rdoc library was also fixed, as well as some other minor bugs.
<<lessIt aims to prevent you from ever having to fight with the low level tasks of parsing data from various sources.
If youd like to build professional grade custom reports quickly and easily, Ruport is the system for you.
Ruport is reporting, the Ruby Way.
Enhancements:
- PDF Grouping alternative styles now render correctly.
- An issue with Renderer::Hooks causing silent failures was resolved.
- A conflict with the rdoc library was also fixed, as well as some other minor bugs.
Download (0.29MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
865 downloads
Nitrogen 1.0
Nitrogen project is a background browser and setter for X. more>>
Nitrogen project is a background browser and setter for X.
It is written in C++ using the gtkmm toolkit. It can be used in two modes: browser and recall. It is multi-head friendly and can even work in GNOME. Nitrogen has been in development for over 2 years, due to real life and laziness. For more info, check out the features section.
<<lessIt is written in C++ using the gtkmm toolkit. It can be used in two modes: browser and recall. It is multi-head friendly and can even work in GNOME. Nitrogen has been in development for over 2 years, due to real life and laziness. For more info, check out the features section.
Download (0.22MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
882 downloads
Asterisk Manager Suite 0.9.8
Asterisk Manager Suite (AMS) is a collection of software. more>>
Asterisk Manager Suite (AMS) is a collection of software; an abstraction library called Asterisk Manager Interface (AMI), a proxy daemon called Asterisk Manager Proxy (AMP), and a gui client interface called Asterisk Manager Administrator (AMA).
The intention of the software is to make management and administration of the Asterisk Open Source PBX easier. The software is currently targetted at corporate environments with call centers but plans for further expansion exist.
The C library, libami (AMI) is intended to make executing commands through Asterisks Manager Interface easier. The library is used extensively in both AMP and AMA, although you could use it in your own software as well.
The proxy daemon is intended to remedy an outstanding issue with Asterisks Manager Interface: The interface does not deal well with excessive connections. To get around this, a proxy is a suitable solution. As well as simply being a proxy, AMP has other functions as well, including recording statistics and activities of call center agents.
AMA is intended to be a gtk application for monitoring and administrating an Asterisk server. AMA requires AMP for connectivity and has many functions as well as some planned in the future. AMA was first inspired by Asterisks own gastman client, which was well done, but to small to be of any real use to anyone in a corporate environment except perhaps admins.
Enhancements:
- Minor bugfixes dealing with ampd not sending events properly.
<<lessThe intention of the software is to make management and administration of the Asterisk Open Source PBX easier. The software is currently targetted at corporate environments with call centers but plans for further expansion exist.
The C library, libami (AMI) is intended to make executing commands through Asterisks Manager Interface easier. The library is used extensively in both AMP and AMA, although you could use it in your own software as well.
The proxy daemon is intended to remedy an outstanding issue with Asterisks Manager Interface: The interface does not deal well with excessive connections. To get around this, a proxy is a suitable solution. As well as simply being a proxy, AMP has other functions as well, including recording statistics and activities of call center agents.
AMA is intended to be a gtk application for monitoring and administrating an Asterisk server. AMA requires AMP for connectivity and has many functions as well as some planned in the future. AMA was first inspired by Asterisks own gastman client, which was well done, but to small to be of any real use to anyone in a corporate environment except perhaps admins.
Enhancements:
- Minor bugfixes dealing with ampd not sending events properly.
Download (0.27MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
563 downloads
Boox 1.0.1.0
Boox is a Firefox extension that provides functionality for your Bookmarks, in the Bookmarks Toolbar and the Sidebar. more>>
Boox is a Firefox extension that provides functionality for your Bookmarks, in the Bookmarks Toolbar and the Sidebar.
Main features:
- Styled Live Bookmarks, bold for new unread items.
- Customizable tooltips for the bookmarks, name, url, keywords, description,..., and summary for Feed items.
- Feed viewer. Open Live Bookmarks like a web page, with many stylesheets available, or use your own personal stylesheet.
- enhanced search in the Bookmarks Sidebar (name, url, keywords, description)
<<lessMain features:
- Styled Live Bookmarks, bold for new unread items.
- Customizable tooltips for the bookmarks, name, url, keywords, description,..., and summary for Feed items.
- Feed viewer. Open Live Bookmarks like a web page, with many stylesheets available, or use your own personal stylesheet.
- enhanced search in the Bookmarks Sidebar (name, url, keywords, description)
Download (0.22MB)
Added: 2007-05-04 License: MPL (Mozilla Public License) Price:
913 downloads
podLoadr 1.0
podLoader allows you to load content from the Web or other desktop files onto your iPod. more>>
podLoader allows you to load content from the Web or other desktop files onto your iPod. Later, for example while traveling, you can check out news from any RSS feed, the weather, or the contents of any file from your desktop.
This application uses the "Notes" feature on third-generation or later touch wheel iPods.
Usage:
In Brief:
- Run podLoadr by double-clicking on podloadr.jar after installing the JRE (or run java -jar podloadr.jar from a command prompt)
- Drag & drop files or links onto the "Files & Links" tab. Browsing or manually typing the file name also works.
- Check some news feeds, add weather zip codes and create a notes on their respective tabs.
- Click the run button (ensure that the iPod is connected and enabled in disk mode).
In Detail:
- In order to load a web page or news feed simply do the following:
- Ensure that your iPod is enabled for disk use. To do this in iTunes:
- Select your iPod under Devices in the Source list.
- Click the Summary tab.
- In the Options section of the Summary pane, click the "Enable disk use" checkbox.
- Note that if the "Manually manage songs and playlists" option is enabled, "Enable disk use" is always enabled or turned on.
- Connect your iPod to your computer as you usually do.
- Exit iTunes - just to be safe.
- Ensure that you have a recent version of the Java runtime (either JDK or JRE) from Sun.
- Run podLoadr by double clicking on podLoadr.jar. Alternatively you can open a command prompt and type java -jar podLoadr.jar
- Note that podLoadr.jar itself can be stored on the ipod and run directly from there. Keep podLoadr.jar and podLoadr.ini together.
- Populate the various tabs in podLoadr.
- Add your custom items to the "Files & Links" tab. This can be done in any of the following ways.
- Drag a file from your desktop or Explorer onto the list
- Drag a link from Internet Explorer or Firefox onto the list (by grabbing the icon in the address box)
- Type the full name of a file in the Name box and click on add
- Click on "Add/Browse" and navigate to the file you need and add it to the list.
- Check off the news feeds that you want from the categorized list.
- Enter the ZIP codes of the weather you want separated by commas.
- Double check the ipod tab to ensure that the drive letter is correct. Or if you have multiple iPods then you can change this setting. (If thats too confusing feel free to send the other iPod my way :-)
To view the note, disconnect your iPod, scroll the menu to Extras, and select Notes. Choose the name the file you created and press the Center button to display the content of the file. You can.t edit the file using iPod, but you can delete it or update it whenever your iPod is connected to your computer.
podLoader uses the "Notes" feature of the iPod to support downloading and offline viewing of online content. Such presentations can be used, for example, as directed lessons or self-paced electronic guided tours. Notes is available on iPod models beginning with third-generation iPod (dock connector) models with the touch wheel.
<<lessThis application uses the "Notes" feature on third-generation or later touch wheel iPods.
Usage:
In Brief:
- Run podLoadr by double-clicking on podloadr.jar after installing the JRE (or run java -jar podloadr.jar from a command prompt)
- Drag & drop files or links onto the "Files & Links" tab. Browsing or manually typing the file name also works.
- Check some news feeds, add weather zip codes and create a notes on their respective tabs.
- Click the run button (ensure that the iPod is connected and enabled in disk mode).
In Detail:
- In order to load a web page or news feed simply do the following:
- Ensure that your iPod is enabled for disk use. To do this in iTunes:
- Select your iPod under Devices in the Source list.
- Click the Summary tab.
- In the Options section of the Summary pane, click the "Enable disk use" checkbox.
- Note that if the "Manually manage songs and playlists" option is enabled, "Enable disk use" is always enabled or turned on.
- Connect your iPod to your computer as you usually do.
- Exit iTunes - just to be safe.
- Ensure that you have a recent version of the Java runtime (either JDK or JRE) from Sun.
- Run podLoadr by double clicking on podLoadr.jar. Alternatively you can open a command prompt and type java -jar podLoadr.jar
- Note that podLoadr.jar itself can be stored on the ipod and run directly from there. Keep podLoadr.jar and podLoadr.ini together.
- Populate the various tabs in podLoadr.
- Add your custom items to the "Files & Links" tab. This can be done in any of the following ways.
- Drag a file from your desktop or Explorer onto the list
- Drag a link from Internet Explorer or Firefox onto the list (by grabbing the icon in the address box)
- Type the full name of a file in the Name box and click on add
- Click on "Add/Browse" and navigate to the file you need and add it to the list.
- Check off the news feeds that you want from the categorized list.
- Enter the ZIP codes of the weather you want separated by commas.
- Double check the ipod tab to ensure that the drive letter is correct. Or if you have multiple iPods then you can change this setting. (If thats too confusing feel free to send the other iPod my way :-)
To view the note, disconnect your iPod, scroll the menu to Extras, and select Notes. Choose the name the file you created and press the Center button to display the content of the file. You can.t edit the file using iPod, but you can delete it or update it whenever your iPod is connected to your computer.
podLoader uses the "Notes" feature of the iPod to support downloading and offline viewing of online content. Such presentations can be used, for example, as directed lessons or self-paced electronic guided tours. Notes is available on iPod models beginning with third-generation iPod (dock connector) models with the touch wheel.
Download (2.6MB)
Added: 2007-05-01 License: Freeware Price:
961 downloads
Dataxi 1.0.1
Dataxi project is a collection of tools for developing form-based information systems. more>>
Dataxi project is a collection of tools for developing form-based information systems. Dataxi enables one to quickly build an application based on forms with which the user can access the underlying database in order to query, read, edit and write. Dataxi is the link between the user interface and the database.
Dataxi is an OS and enviroment independent product. It follows HTML and SQL standards to such extend that interoperability with all browsers and database backends should be supported.
Dataxi runs on all major operating systems as is or only with minor changes in ini -files.
The purpose of Dataxi is to take the pain away from the most boring phase in the data access application development: user interface designing and programming. Ones you have defined the layout of the form and location for columns, you are done, unless you prefer setting data validation and output format features and other niceties.
A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL. Since computers are very good at handling large amounts of data, database management plays a central role in computing, as stand-alone utilities, or as parts of other applications.
Enhancements:
- This version works with both PHP 4 and 5.
<<lessDataxi is an OS and enviroment independent product. It follows HTML and SQL standards to such extend that interoperability with all browsers and database backends should be supported.
Dataxi runs on all major operating systems as is or only with minor changes in ini -files.
The purpose of Dataxi is to take the pain away from the most boring phase in the data access application development: user interface designing and programming. Ones you have defined the layout of the form and location for columns, you are done, unless you prefer setting data validation and output format features and other niceties.
A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL. Since computers are very good at handling large amounts of data, database management plays a central role in computing, as stand-alone utilities, or as parts of other applications.
Enhancements:
- This version works with both PHP 4 and 5.
Download (1.3MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Mix 1.0
Mix is a KDE theme composed by different collected items, which were already installed (Main Plastic): Plastic, SUSE etc.. more>>
Mix is a KDE theme composed by different collected items, which were already installed: Plastik, SUSE etc..
Plus many different Wallpapers - if one installed it. The theme should function also for other distributions.
<<lessPlus many different Wallpapers - if one installed it. The theme should function also for other distributions.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
925 downloads
Futurosoft Vistique 1.0
Futurosoft Vistique is a blue tint KDE theme. more>>
Futurosoft Vistique is a blue tint KDE theme.
For install it requires "kde-devel".
<<lessFor install it requires "kde-devel".
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
925 downloads
Polyester 1.0
Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity. more>>
Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity.
<<less Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Wchange 1.0
Wchange provides a very simple wallpaper changer. more>>
Wchange provides a very simple wallpaper changer.
It requires only java runtime environment (JRE) and gconftool-2.
Usage:
java Wchange /home/folder/pictures/ seconds [random]
Where:
/home/folder/pictures/ is the directory where are wallpapers
seconds is how much time the system will wait between wallpaper switching
random (optional) use it only if you want wallpaper random switching
<<lessIt requires only java runtime environment (JRE) and gconftool-2.
Usage:
java Wchange /home/folder/pictures/ seconds [random]
Where:
/home/folder/pictures/ is the directory where are wallpapers
seconds is how much time the system will wait between wallpaper switching
random (optional) use it only if you want wallpaper random switching
Download (0.003MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 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 easyinstaller amp 1.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