kommando 0.5.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
Kommando 0.5.1
Kommando is a Neverwinter Nights like wheelmenu for KDE. more>>
Kommando is a "Neverwinter Nights" like wheelmenu for KDE.
Kommando allows rapid access to user defined applications and shell commands and is of course a nice toy to show off with.
NOTE: Works best with a spare mousebutton and imwheel.
Enhancements:
- added a "add menu from kmenu" feature (again a patch by Sergio)
<<lessKommando allows rapid access to user defined applications and shell commands and is of course a nice toy to show off with.
NOTE: Works best with a spare mousebutton and imwheel.
Enhancements:
- added a "add menu from kmenu" feature (again a patch by Sergio)
Download (0.41MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
994 downloads
Klat 0.5.1
Klat is a LaTeX editor for KDE 3. more>>
Klat is a LaTeX editor for KDE 3. It uses a kate component as its editor. It provides a menu to run programs like latex, dvips, pdflatex etc.
This menu can be modified by the user: commands can be added, deleted and edited. Shortcut keys can be assigned to the defined commands.
The program is licensed according to the terms in the GNU General Public License (GPL). A copy of the license is included in the source archive. Anyway, this means that Klat is free!
<<lessThis menu can be modified by the user: commands can be added, deleted and edited. Shortcut keys can be assigned to the defined commands.
The program is licensed according to the terms in the GNU General Public License (GPL). A copy of the license is included in the source archive. Anyway, this means that Klat is free!
Download (0.16MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1605 downloads
JayORama 0.5.1
JayORama, aims to be useful Dj software to allow softmixing, beatmatching and professional live session. more>>
JayORama, aims to be useful Dj software to allow softmixing, beatmatching and professional live session.
At the actual state, JOR is an OpenJ oriented pcm player. It could play also as a jukebox.
The project has recently been redesigned and retasked. Now it is represented by a couple of subprojects: the Open Sound Engine, which is the audio engine (in old releases the audio engine was Alsaplayer and its interface.
The Open Sound Engine (OSE) is already in development and it will be an interface-detached library which allows decoding, dsp ad output on more OS platforms (Linux, Windows and Mac). If you are planning to build an audio application, maybe you should look into this.
JayORama project is Free Software, that means software distributed under the GNU GPL license (version 2).
<<lessAt the actual state, JOR is an OpenJ oriented pcm player. It could play also as a jukebox.
The project has recently been redesigned and retasked. Now it is represented by a couple of subprojects: the Open Sound Engine, which is the audio engine (in old releases the audio engine was Alsaplayer and its interface.
The Open Sound Engine (OSE) is already in development and it will be an interface-detached library which allows decoding, dsp ad output on more OS platforms (Linux, Windows and Mac). If you are planning to build an audio application, maybe you should look into this.
JayORama project is Free Software, that means software distributed under the GNU GPL license (version 2).
Download (0.14MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1423 downloads
Dconf 0.5.1
Dconf is a tool to collect a systems hardware and software configuration. more>>
Dconf is a tool to collect a systems hardware and software configuration. Dconf allows you to take your system configuration with you and compare systems (like nodes in a cluster) to troubleshoot hardware or software problems.
It can also be configured to send out configuration changes at given intervals to a group of people, or store a new snapshot when system changes happen.
Main features:
- Stores both hardware and software configuration in a single file
- Only considers files that are not the default (compares with rpmdb if possible)
- Allows to compare different systems in real-time
- Allows to take configuration of systems with you to customers
- Makes it easier to manage systems as a group
- Can send out mails when changes have happened
- Allows to roll back changes or associate problems with changes
Enhancements:
- Improvements to syslog logging.
- The proprietary software configuration sections have been moved together.
- netiq and iproute2 sections have been added.
<<lessIt can also be configured to send out configuration changes at given intervals to a group of people, or store a new snapshot when system changes happen.
Main features:
- Stores both hardware and software configuration in a single file
- Only considers files that are not the default (compares with rpmdb if possible)
- Allows to compare different systems in real-time
- Allows to take configuration of systems with you to customers
- Makes it easier to manage systems as a group
- Can send out mails when changes have happened
- Allows to roll back changes or associate problems with changes
Enhancements:
- Improvements to syslog logging.
- The proprietary software configuration sections have been moved together.
- netiq and iproute2 sections have been added.
Download (0.034MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
tnMUD 0.5.1
tnMUD project is a flexible and modular MUD server. more>>
tnMUD project is a flexible and modular MUD server.
tnMUD is MUD (Multi-User Dungeon) server written in C++. It uses XML (via libXML2) for handling data files.
Its lightweight core can by easily extended by modules, which are loadable/unloadable at runtime.
Maybe youre asking why were writing new MUD server, when there is a lot of others. Well, when I started MUDding, I want to make my own MUD. I try MUDOS with Lima mudlib and also some DIKU-based codebases, but it was too difficult to make it work.
Main features:
- Easily creating new areas. New area can by simply made by writing new module, which will take care of the creation. Currently, the only one thing needed is load all the area from XML file. The area can be written in one big file or in many small files. XML format makes it clear and editable in any plain-text editor.
- Clearly extending objects. New objects behaviour is done through the actions and objects parameters are stored as attributes (string or integers). It is clear and there is no need to inherit classes for room, NPC or item.
- Stable & fast. Because tnMUD doesnt use any scripting language (LPC, Python, Perl), it is quite fast. And if theres any bug, it the server will receive SEGV signal and crashes. The bug is fixed and the server is more stable.
Enhancements:
- Added support for equipment, channels and room types.
- Improved color handling.
<<lesstnMUD is MUD (Multi-User Dungeon) server written in C++. It uses XML (via libXML2) for handling data files.
Its lightweight core can by easily extended by modules, which are loadable/unloadable at runtime.
Maybe youre asking why were writing new MUD server, when there is a lot of others. Well, when I started MUDding, I want to make my own MUD. I try MUDOS with Lima mudlib and also some DIKU-based codebases, but it was too difficult to make it work.
Main features:
- Easily creating new areas. New area can by simply made by writing new module, which will take care of the creation. Currently, the only one thing needed is load all the area from XML file. The area can be written in one big file or in many small files. XML format makes it clear and editable in any plain-text editor.
- Clearly extending objects. New objects behaviour is done through the actions and objects parameters are stored as attributes (string or integers). It is clear and there is no need to inherit classes for room, NPC or item.
- Stable & fast. Because tnMUD doesnt use any scripting language (LPC, Python, Perl), it is quite fast. And if theres any bug, it the server will receive SEGV signal and crashes. The bug is fixed and the server is more stable.
Enhancements:
- Added support for equipment, channels and room types.
- Improved color handling.
Download (0.36MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1040 downloads
DevBoi 0.5.1
DevBoi is an extension which adds a sidebar with web-development references. more>>
DevBoi is an extension which adds a sidebar with web-development references.
Web development is a broad term that incorporates all areas of developing a web site for the World Wide Web. This can include e-commerce business development, web design, web content development, client-side/server-side coding, and web server configuration. However, among web professionals, "web development" usually refers only to the non-design aspects of building Web sites, e.g. writing markup and coding. Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
For larger businesses and organizations, web development teams can consist of hundreds of people. Smaller organizations may only require a single permanent or contracting webmaster, or secondary assignment to related job positions such as a graphic designer and/or Information systems technician. Web development may be a collaborative effort between departments rather than the domain of a designated department.
<<lessWeb development is a broad term that incorporates all areas of developing a web site for the World Wide Web. This can include e-commerce business development, web design, web content development, client-side/server-side coding, and web server configuration. However, among web professionals, "web development" usually refers only to the non-design aspects of building Web sites, e.g. writing markup and coding. Web development can range from developing the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, or social network services.
For larger businesses and organizations, web development teams can consist of hundreds of people. Smaller organizations may only require a single permanent or contracting webmaster, or secondary assignment to related job positions such as a graphic designer and/or Information systems technician. Web development may be a collaborative effort between departments rather than the domain of a designated department.
Download (0.057MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
940 downloads
Poe 0.5.1
Poe is a Pugnacious Ogg Editor. more>>
Poe is a Pugnacious Ogg Editor.
Poe is a vorbis comment editor. It tries to follow the vorbis comment header specification closely, while being convenient and flexible to use.
Towards that end, it doesnt have a static form style interface. Instead, it has an editable table of comments.
The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing.
Main features:
- Allows multiple Artist, Performer, and Genre fields.
- Flexible choice of comment fields to edit.
- Allows editing of all the comment fields in a file, not just the ones Poe is aware of.
- Full source code available.
- Free: Released under the GNU General Public Licence 2.0
<<lessPoe is a vorbis comment editor. It tries to follow the vorbis comment header specification closely, while being convenient and flexible to use.
Towards that end, it doesnt have a static form style interface. Instead, it has an editable table of comments.
The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing.
Main features:
- Allows multiple Artist, Performer, and Genre fields.
- Flexible choice of comment fields to edit.
- Allows editing of all the comment fields in a file, not just the ones Poe is aware of.
- Full source code available.
- Free: Released under the GNU General Public Licence 2.0
Download (0.073MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
1443 downloads
Podgrid 0.5.1
Podgrid is your personal internet radio news receiver. more>>
Podgrid is a personal Internet radio news receiver for your living room.
It can download your favorite podcasts automatically to your entertainment PC and mix them into the music you are listening to. Podgrid comprises a plugin for XMMS.
Currently, XMMS on Linux is the only supported player. A Winamp/Windows version is in the works.
<<lessIt can download your favorite podcasts automatically to your entertainment PC and mix them into the music you are listening to. Podgrid comprises a plugin for XMMS.
Currently, XMMS on Linux is the only supported player. A Winamp/Windows version is in the works.
Download (0.37MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1512 downloads
PyLinda 0.5.1
Linda is a widely studied distributed computing environment, centered around the notion of a tuple space. more>>
Linda is an widely studied distributed computing environment, centered around the notion of a tuple space. A tuple space is a bag (also called a multi-set) of tuples.
A tuple is an ordered, typed chunk of data. Tuple spaces exist independently of processes in the system, and the data placed into a tuple space also exist independently. See "Generative communication in Linda" (1985) and "Multiple tuple spaces in Linda" both by David Gelernter for more information on Linda.
PyLinda is a simple implementation of a linda system, however it also includes several of the more recently proposed extensions to Linda in the form of multiple tuple spaces, garbage collection, sane non-blocking primitives and bulk tuple operations.
<<lessA tuple is an ordered, typed chunk of data. Tuple spaces exist independently of processes in the system, and the data placed into a tuple space also exist independently. See "Generative communication in Linda" (1985) and "Multiple tuple spaces in Linda" both by David Gelernter for more information on Linda.
PyLinda is a simple implementation of a linda system, however it also includes several of the more recently proposed extensions to Linda in the form of multiple tuple spaces, garbage collection, sane non-blocking primitives and bulk tuple operations.
Download (0.10MB)
Added: 2005-07-15 License: GPL (GNU General Public License) Price:
1565 downloads
Habotat 0.5.1
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots). more>>
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots).
Bots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
<<lessBots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
Download (2.6MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
xmlroff 0.5.1
xmlroff is a fast, free, high-quality, multi-platform XSL formatter. more>>
xmlroff is a fast, free, high-quality, multi-platform XSL formatter.
xmlroff is an open source XSL formatter that uses only open source libraries. xmlroff is written in C and it produces PDF and PostScript using libgnomeprint.
xmlroff creates formatted output -- pages containing text in a variety of type styles and sizes -- from an input XML document and an XSL stylesheet (which is also XML). This processing model is defined in the XSL Recommendation [XSL] that was developed by the W3C.
xmlroff is a command line program, but the bulk of the XSL formatting is implemented as a libfo library that can be linked with any program that requires XSL formatting capability. xmlroff also has a Java Native Interface (JNI) for calling the formatter from your Java program.
Enhancements:
- The source code directories were reorganized.
- The CVS/RCS keywords were removed, since Subversion is now used.
- A compilation error when GNOME Print is not installed was fixed.
- Segfaults when media-usage is not "paginate" were fixed.
<<lessxmlroff is an open source XSL formatter that uses only open source libraries. xmlroff is written in C and it produces PDF and PostScript using libgnomeprint.
xmlroff creates formatted output -- pages containing text in a variety of type styles and sizes -- from an input XML document and an XSL stylesheet (which is also XML). This processing model is defined in the XSL Recommendation [XSL] that was developed by the W3C.
xmlroff is a command line program, but the bulk of the XSL formatting is implemented as a libfo library that can be linked with any program that requires XSL formatting capability. xmlroff also has a Java Native Interface (JNI) for calling the formatter from your Java program.
Enhancements:
- The source code directories were reorganized.
- The CVS/RCS keywords were removed, since Subversion is now used.
- A compilation error when GNOME Print is not installed was fixed.
- Segfaults when media-usage is not "paginate" were fixed.
Download (2.7MB)
Added: 2007-07-16 License: BSD License Price:
830 downloads
Gournal 0.5.1
Gournal is a notepad application for Tablet PCs. more>>
Gournal is a note-taking application written for usage on Tablet-PCs (such as the Toshiba M200). Its designed for usage with a stylus, not a mouse or keyboard.
It does not have handwriting recognition but can be used in co-ordination with xstroke to accept text. Gournal is written in perl using gtk2-perl so you will need gtk2-perl along with the gladexml and gnomecanvas modules of gtk2-perl.
The pages are saved as gzipped SVG files (not totally standard yet but working on it). This is my first attempt and I have never used any M$ tablet applications (deleted Win before first boot) so I dont have any idea what features are good/needed.
Gournal looks/works just like a physical notebook with multiple pages. To save memory/speed load time it only loads pages when they are viewed so the app will not run much slower if you have 1 or 100 pages. Each page is named according to when it was created. The pages are saved as gzipped SVG files. Gournal has the following tools:
< Multiple sections >
Fine/Normal/Medium/Think Pens
Eraser
Highliter
Typed Text
Time-stamp
Zoom
Infinite undo/redo
Delete entire strokes
Networkable pages
< Insert Images >
< Load a file as the background >
Enhancements:
- Support for printing the pages and files changed from .svg.gz to .svgz for compatiability with standards
<<lessIt does not have handwriting recognition but can be used in co-ordination with xstroke to accept text. Gournal is written in perl using gtk2-perl so you will need gtk2-perl along with the gladexml and gnomecanvas modules of gtk2-perl.
The pages are saved as gzipped SVG files (not totally standard yet but working on it). This is my first attempt and I have never used any M$ tablet applications (deleted Win before first boot) so I dont have any idea what features are good/needed.
Gournal looks/works just like a physical notebook with multiple pages. To save memory/speed load time it only loads pages when they are viewed so the app will not run much slower if you have 1 or 100 pages. Each page is named according to when it was created. The pages are saved as gzipped SVG files. Gournal has the following tools:
< Multiple sections >
Fine/Normal/Medium/Think Pens
Eraser
Highliter
Typed Text
Time-stamp
Zoom
Infinite undo/redo
Delete entire strokes
Networkable pages
< Insert Images >
< Load a file as the background >
Enhancements:
- Support for printing the pages and files changed from .svg.gz to .svgz for compatiability with standards
Download (0.070MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
AudioFormat 0.5.1
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. more>>
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. The project integrates with Nautilus and the desktop-wide audio profile settings.
AudioFormat is available under the terms of the BSD License.
<<lessAudioFormat is available under the terms of the BSD License.
Download (0.013MB)
Added: 2007-03-24 License: BSD License Price:
944 downloads
VIIM 0.5.1
VIIM is short from Very Incomplete Image Manager and it is an simple image browser with support for IPTC and EXIF metadata. more>>
VIIM is short from Very Incomplete Image Manager and it is an simple image browser with support for IPTC and EXIF metadata.
This program uses wxWidgets for GUI design and visualization and Exiv2 library for image metadata support. This makes this application very portable across many opensource and commercial operating systems.
Main features:
- Scaling and rotating images
- Directory browsing
- DragnDrop support
- Image list import
- Exporting of file list with selected metadata (EXIF or IPTC) to external directory or textfile in CSV layout. - User can drag IPTC or EXIF metadata on image and save it with this information. It is possible to choose color and font of dragged text.
<<lessThis program uses wxWidgets for GUI design and visualization and Exiv2 library for image metadata support. This makes this application very portable across many opensource and commercial operating systems.
Main features:
- Scaling and rotating images
- Directory browsing
- DragnDrop support
- Image list import
- Exporting of file list with selected metadata (EXIF or IPTC) to external directory or textfile in CSV layout. - User can drag IPTC or EXIF metadata on image and save it with this information. It is possible to choose color and font of dragged text.
Download (0.44MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1331 downloads
XPde 0.5.1
XPde is a Windows XP-like desktop environment for Linux. more>>
XPde is a complete desktop environment for Linux on x86. It tries to make easier for Windows XP users to use a Linux box.
Nothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
<<lessNothing more, no clipboard compatibility between Gtk and Qt applications, no emulation of Windows applications, no unification on the widgets of X applications, just a desktop environment.
Enhancements:
- The desktop now fully uses PNG+Alpha channel, so you can use the icons of your choice anywhere
- The icon theme has been updated to the latest crystal svg, but not all icons are included, just the needed ones
- The used font now is Bitstream vera, which looks very similar to tahoma
- Now, Im using QTheme from Andreas Hausladen: http://mitglied.lycos.de/AndreasHausladen/Delphi/Kylix/CLXPatches/unitcomp.html#QThemed
- Still some work to do on this field.
- The desktop now is a XPShellListView control, that means that is based on the XPListView control will be used to build the explorer and that uses the XPDirectoryMonitor, a component that maintain an update list of files from a directory and it gets notified about changes without polling or using FAM
- The desktop now repaints significantly faster, I have spent most of the time optimizing the code to make it work faster in lower resources machines
- The taskbar is also completely new, is built using bitmaps, as you can see in the shot and can be themed very easily
- The window manager is mostly new, it also allows you to use themes, including rounded window frames.
Download (4.6MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1656 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 kommando 0.5.1 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