0.5.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 37
TpgT 0.5.4
TpgT project is a multi-language, ncurses-based typing trainer. more>>
TpgT project is a multi-language, ncurses-based typing trainer.
The program knows the english and hungarian language.
Enhancements:
- New Makefiles
- Change the keypad initialiton in the lesson.c
- Debian control file correction
- When the menu is starting, functional the UP key.
<<lessThe program knows the english and hungarian language.
Enhancements:
- New Makefiles
- Change the keypad initialiton in the lesson.c
- Debian control file correction
- When the menu is starting, functional the UP key.
Download (0.060MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
Kf 0.5.4.1
Kf is a Jabber-based instant messaging client. more>>
Kf is a Jabber-based instant messaging client.
Jabber is an open-source, XML-based, highly extensible IM protocol.
Main features:
- see presence of your contacts
- chat and message them
- take part in conferences
- browse, search and register in transports
- view your message archive
- ...and much more!
<<lessJabber is an open-source, XML-based, highly extensible IM protocol.
Main features:
- see presence of your contacts
- chat and message them
- take part in conferences
- browse, search and register in transports
- view your message archive
- ...and much more!
Download (0.33MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1551 downloads
pymad 0.5.4
pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. more>>
pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library.
pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake.
Using pymad is as easy as:
import mad, ao, sys
mf = mad.MadFile(sys.argv[1])
dev = ao.AudioDevice(oss, rate=mf.samplerate())
while 1:
buf = mf.read()
if buf is None:
break
dev.play(buf, len(buf))
pymad uses the Python distutils tool. To build and install pymad, install python and libmad development files, and then:
Remember to make sure /usr/local/python/site-packages/ is in your Python search path.
pymad is licensed under the GNU General Public License.
<<lesspymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake.
Using pymad is as easy as:
import mad, ao, sys
mf = mad.MadFile(sys.argv[1])
dev = ao.AudioDevice(oss, rate=mf.samplerate())
while 1:
buf = mf.read()
if buf is None:
break
dev.play(buf, len(buf))
pymad uses the Python distutils tool. To build and install pymad, install python and libmad development files, and then:
Remember to make sure /usr/local/python/site-packages/ is in your Python search path.
pymad is licensed under the GNU General Public License.
Download (0.021MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1579 downloads
Silky 0.5.4
Silky is a secure chat client for SILC protocol. more>>
Silky is a secure chat client for SILC protocol.
The project was launched in summer 2003, motivated by the fact that there was no good graphical SILC client available. There was obvious demand for an easy to use client, as at the time there was only one fully featured client and it was a textual client.
First proof-of-concept version of Silky was drafted together quickly in couple of days, and it got some people interested in developing a fully featured graphical client. Now, after year and a half and with contributions from many friendly people Silky is starting to look and feel like a real chat client.
The primary objective of the project is to create a chat client that suits the needs of beginners as well as advanced users. Silky differentiates from other simple SILC clients, such as GAIM, by having more features and flexibility, but without losing the easy of use.
Portability is one of the key features of the Silky. The code has been tested to work in all major operating systems including Linux, Mac OS X and Windows. Silky should run in all kinds of environments from embedded Linux devices to powerful desktop workstation.
Next steps of the project are to complete all missing features, and to get Silky shipped with all major Linux distributions.
Main features:
- Silky is a secure chat client.
- Silky has a simple and easy to use user interface.
- Silky runs in Windows, Linux, OS X, NetBSD, FreeBSD, OpenBSD and possibly in some other systems.
- Silky doesnt require the GNOME desktop to run, just GTK2 runtime libraries.
- Silky uses the SILC Protocol, used in free-for-all chat network SILCNet.
- Silky is an open source application, with GPL licence.
<<lessThe project was launched in summer 2003, motivated by the fact that there was no good graphical SILC client available. There was obvious demand for an easy to use client, as at the time there was only one fully featured client and it was a textual client.
First proof-of-concept version of Silky was drafted together quickly in couple of days, and it got some people interested in developing a fully featured graphical client. Now, after year and a half and with contributions from many friendly people Silky is starting to look and feel like a real chat client.
The primary objective of the project is to create a chat client that suits the needs of beginners as well as advanced users. Silky differentiates from other simple SILC clients, such as GAIM, by having more features and flexibility, but without losing the easy of use.
Portability is one of the key features of the Silky. The code has been tested to work in all major operating systems including Linux, Mac OS X and Windows. Silky should run in all kinds of environments from embedded Linux devices to powerful desktop workstation.
Next steps of the project are to complete all missing features, and to get Silky shipped with all major Linux distributions.
Main features:
- Silky is a secure chat client.
- Silky has a simple and easy to use user interface.
- Silky runs in Windows, Linux, OS X, NetBSD, FreeBSD, OpenBSD and possibly in some other systems.
- Silky doesnt require the GNOME desktop to run, just GTK2 runtime libraries.
- Silky uses the SILC Protocol, used in free-for-all chat network SILCNet.
- Silky is an open source application, with GPL licence.
Download (0.23MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
cfvers 0.5.4
cfvers is a versioning system for configuration files. more>>
cfvers is a versioning system for configuration files. It is similar to CVS and Subversion, but different in its orientation toward system configuration files, dealing with all file types and attributes.
It does not pollute the filesystem outside its dirs, it keeps both data and metadata (owner, group, perms, atime, mtime), and it deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO).
Main features:
- does not pollute the filesystem outside its dirs;
- keeps both data and metadata (owner, group, perms, atime, mtime);
- deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO);
<<lessIt does not pollute the filesystem outside its dirs, it keeps both data and metadata (owner, group, perms, atime, mtime), and it deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO).
Main features:
- does not pollute the filesystem outside its dirs;
- keeps both data and metadata (owner, group, perms, atime, mtime);
- deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO);
Download (0.17MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1450 downloads
midikb 0.5.4
Jackbeat is an audio sequencer, a Linux tool for musicians and sound artists . more>>
Jackbeat is an audio sequencer, a Linux tool for musicians and sound artists. It has support for the JACK Audio Connection Kit.
Main features:
- drummachine-like interface for fast and easy editing
- realtime operation : while playing, the sequence can be edited and resized, the bpm rate modified, and new samples loaded,
- virtually unlimited number of tracks and beats
- easy to use and yet powerful : just JACK it into jack-rack and you can apply LADSPA effect plugins on a per track basis, perform mastering with jackeq , etc...
- loads and saves .jab files, Jackbeats file format, based on xml and packed with tar,
- unique masking feature : allows to insert silences with precision into a given track.
<<lessMain features:
- drummachine-like interface for fast and easy editing
- realtime operation : while playing, the sequence can be edited and resized, the bpm rate modified, and new samples loaded,
- virtually unlimited number of tracks and beats
- easy to use and yet powerful : just JACK it into jack-rack and you can apply LADSPA effect plugins on a per track basis, perform mastering with jackeq , etc...
- loads and saves .jab files, Jackbeats file format, based on xml and packed with tar,
- unique masking feature : allows to insert silences with precision into a given track.
Download (0.31MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
dvbcut 0.5.4
dvbcut is a Qt application that allows you to select certain parts of an MPEG transport stream. more>>
dvbcut is a Qt application that allows you to select certain parts of an MPEG transport stream (as received via Digital Video Broadcasting, DVB) and save these parts into a single MPEG output file.
dvbcut follows a "keyhole surgery" approach where the input video and audio data is mostly kept unchanged, and only very few frames at the beginning and/or end of the selected range are re-encoded in order to obtain a valid MPEG file.
dvbcut needs to create index information on an MPEG file first. Therefore, when loading an MPEG transport stream file, it also asks you for a filename of an index file.
If you choose an existing file, it is loaded and used as index if suitable. (That means, that dvbcut performs some sanity checks on the index itself and also checks if the index describes the chosen MPEG file.) If you select a file which does not yet exist, dvbcut creates the necessary index in place.
After opening the MPEG file, you can navigate through the video by means of a linear and a log scale slider. While the first represents the whole video, the latter enables you to precisely select frames close to the current frame.
At any place in the video, you can add START, STOP, CHAPTER and BOOKMARK markers. Markers are shown in the list on the left. With the START and STOP markers you determine what parts of the video you want to write to a new file. dvbcut starts at the first START marker and proceeds until it encounters a STOP marker.
If there are more START markers after that STOP, it will continue at the next START marker, and so on. Every START marker, which follows a START with no STOP inbetween, is meaningless. So is a STOP marker before the first START or after another STOP (with no START inbetween).
dvbcut project supports AC3.
Please be aware, that at the moment, DVBCUT only works with MP2 audio.
Enhancements:
- New upstream version.
<<lessdvbcut follows a "keyhole surgery" approach where the input video and audio data is mostly kept unchanged, and only very few frames at the beginning and/or end of the selected range are re-encoded in order to obtain a valid MPEG file.
dvbcut needs to create index information on an MPEG file first. Therefore, when loading an MPEG transport stream file, it also asks you for a filename of an index file.
If you choose an existing file, it is loaded and used as index if suitable. (That means, that dvbcut performs some sanity checks on the index itself and also checks if the index describes the chosen MPEG file.) If you select a file which does not yet exist, dvbcut creates the necessary index in place.
After opening the MPEG file, you can navigate through the video by means of a linear and a log scale slider. While the first represents the whole video, the latter enables you to precisely select frames close to the current frame.
At any place in the video, you can add START, STOP, CHAPTER and BOOKMARK markers. Markers are shown in the list on the left. With the START and STOP markers you determine what parts of the video you want to write to a new file. dvbcut starts at the first START marker and proceeds until it encounters a STOP marker.
If there are more START markers after that STOP, it will continue at the next START marker, and so on. Every START marker, which follows a START with no STOP inbetween, is meaningless. So is a STOP marker before the first START or after another STOP (with no START inbetween).
dvbcut project supports AC3.
Please be aware, that at the moment, DVBCUT only works with MP2 audio.
Enhancements:
- New upstream version.
Download (0.64MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Pixory 0.5.4
Pixory is a photo album sharing Web application. more>>
Pixory project is your personal online photo management and sharing service, running entirely on your computer using your broadband internet connection.
Use it to instantly share photo albums with friends and family across the internet, or to more effectively manage digital photos on your home network.
All Pixory access is through a standard web browser, but Pixory requires no web server setup-- just unzip and run!
Main features:
- Requires no installation; just unzip and run
- Uses standards-compliant, pure html, interface. Uses no plugins or proprietary extensions.
- Has a powerful and flexible sharing model, which can work in both a fine-grained and course-grained fashion.
- Web page generation is "on-demand". Html pages are never stored, you do not have to regenerate web pages after making changes to albums. Its a true web "application"-- any changes are always immediately reflected to all viewers.
- Supports text input and display in all languages (full Unicode support).
- Full localization (l10n) support. Localized for English and German.
- Supports browsing with fast automatic image scaling (resizing).
- Automatically assigns dates to all photos in an album, from either the file date or the embedded EXIF metadata from the camera/scanner. Allows manual overrides for automatic date settings
- Automatically orders album pages based on date. Allows for manual override of automatic page orderings.
- Can send graphical email invitations to albums.
- Can rotate images.
- Can generate thumbnails as a continuous background process.
- Has an embedded FTP server for secure drag-n-drop file operations (uploads, downloads, renames, etc.) between the web client and a remote Pixory instance. This server is not simply grafted onto the web application as a separate entity, but is intimately connected with, and controlled by, the web interface.
- Integrated "Contact"/email address management.
- Comes packaged as either a completely self-contained java web application, or as a Servlet 2.3 compliant Web Application that is ready for hot deploy into a java application server like JBoss or Tomcat.
- File upload and file download, for individual images or in bulk archives.
- Will run on any operating system that supports a 1.4 java runtime environment (JRE).
- Is completely self-contained. Requires no third party packages, aside from the JRE.
- Stores all user-entered album data in standard XML, accessible to the user independent of Pixory.
- Can display image metadata such as the EXIF information embedded in image files by most digital cameras and scanners.
- Is secure. The combination of a web interface and java offer a very secure facade to present to the internet. There are no general serices or hooks into the operating system added by Pixory. The only functionality that is enabled is what you see directly in the web interface.
Enhancements:
Fixed bugs:
- Selecting any of the arrow buttons on the "Photo Info" page takes you to the "Page Text"
- page for a different photo, instead of
- taking you to the "Photo Info" page
- for a different photo.
- Contact selector in the Album Invitor doesnt do
- anything when you hit "continue".
Other changes:
- Pixory now runs on Java/JRE 1.5.
- Added support for multiple Pixory instances in the same container.
- Pixory now uses Hibernate 3.1.2
<<lessUse it to instantly share photo albums with friends and family across the internet, or to more effectively manage digital photos on your home network.
All Pixory access is through a standard web browser, but Pixory requires no web server setup-- just unzip and run!
Main features:
- Requires no installation; just unzip and run
- Uses standards-compliant, pure html, interface. Uses no plugins or proprietary extensions.
- Has a powerful and flexible sharing model, which can work in both a fine-grained and course-grained fashion.
- Web page generation is "on-demand". Html pages are never stored, you do not have to regenerate web pages after making changes to albums. Its a true web "application"-- any changes are always immediately reflected to all viewers.
- Supports text input and display in all languages (full Unicode support).
- Full localization (l10n) support. Localized for English and German.
- Supports browsing with fast automatic image scaling (resizing).
- Automatically assigns dates to all photos in an album, from either the file date or the embedded EXIF metadata from the camera/scanner. Allows manual overrides for automatic date settings
- Automatically orders album pages based on date. Allows for manual override of automatic page orderings.
- Can send graphical email invitations to albums.
- Can rotate images.
- Can generate thumbnails as a continuous background process.
- Has an embedded FTP server for secure drag-n-drop file operations (uploads, downloads, renames, etc.) between the web client and a remote Pixory instance. This server is not simply grafted onto the web application as a separate entity, but is intimately connected with, and controlled by, the web interface.
- Integrated "Contact"/email address management.
- Comes packaged as either a completely self-contained java web application, or as a Servlet 2.3 compliant Web Application that is ready for hot deploy into a java application server like JBoss or Tomcat.
- File upload and file download, for individual images or in bulk archives.
- Will run on any operating system that supports a 1.4 java runtime environment (JRE).
- Is completely self-contained. Requires no third party packages, aside from the JRE.
- Stores all user-entered album data in standard XML, accessible to the user independent of Pixory.
- Can display image metadata such as the EXIF information embedded in image files by most digital cameras and scanners.
- Is secure. The combination of a web interface and java offer a very secure facade to present to the internet. There are no general serices or hooks into the operating system added by Pixory. The only functionality that is enabled is what you see directly in the web interface.
Enhancements:
Fixed bugs:
- Selecting any of the arrow buttons on the "Photo Info" page takes you to the "Page Text"
- page for a different photo, instead of
- taking you to the "Photo Info" page
- for a different photo.
- Contact selector in the Album Invitor doesnt do
- anything when you hit "continue".
Other changes:
- Pixory now runs on Java/JRE 1.5.
- Added support for multiple Pixory instances in the same container.
- Pixory now uses Hibernate 3.1.2
Download (9.4MB)
Added: 2006-07-30 License: Free for non-commercial use Price:
1181 downloads
Download (0.63MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
524 downloads

Bottle 0.5.4
Bottle provides you with a quick and simple WSGI-framework which is designed for the Python Programming Language. more>> <<less
Added: 2009-07-26 License: MIT/X Consortium Lic... Price: FREE
downloads
JAMWiki 0.5.4
JAMWiki is a Java-based Wiki engine. more>>
JAMWiki is a Java-based Wiki engine.
JAMWiki features Java servlet 2.3 and JDK 1.4 compatibility, feature parity with MediaWiki, quick and easy setup, and support for running either with or without an external database.
Enhancements:
- This is a minor release that includes some new features as well as bugfixes.
- Notable changes made during this release include updates to the wiki syntax parser, an upgrade to the Spring Framework version 2.0.4, an upgrade to Lucene Search Engine version 2.1, and a new Special:Listusers page to provide a list of all registered wiki users.
<<lessJAMWiki features Java servlet 2.3 and JDK 1.4 compatibility, feature parity with MediaWiki, quick and easy setup, and support for running either with or without an external database.
Enhancements:
- This is a minor release that includes some new features as well as bugfixes.
- Notable changes made during this release include updates to the wiki syntax parser, an upgrade to the Spring Framework version 2.0.4, an upgrade to Lucene Search Engine version 2.1, and a new Special:Listusers page to provide a list of all registered wiki users.
Download (5.0MB)
Added: 2007-05-07 License: LGPL (GNU Lesser General Public License) Price:
902 downloads
DynAMOS 0.5.4
DynAMOS is an on-the-fly kernel updating system. more>>
DynAMOS is an on-the-fly kernel updating system that enables commodity operating systems to gain adaptive and mutative capabilities without kernel recompilation or reboot. The project employs a novel and efficient dynamic instrumentation technique called adaptive function cloning.
Execution flow can be switched adaptively among multiple editions of functions, possibly concurrently running. This approach becomes the foundation for dynamic replacement of non-quiescent kernel subsystems when the timeliness of an update depends on synchronization of multiple kernel paths.
Main features:
- Updates of non-quiescent subsystems. It accomplishes substantial updates of core kernel subsystems that never quiesce, such as the scheduler and kernel threads.
- Datatype updates. It offers a technique for updating compact datatype definitions. Additions of new fields in a datatype is supported using a shadow data structure containing the fields.
- Safe reversibility. A methodology of quiescence detection is employed. Updated functions can be removed with the guarantee that they are not used by the stack or program counter of any process.
- Adaptability. Execution can be switched adaptively between multiple, possibly concurrently running, function editions. This is the first dynamically applied, adaptive kernel updating system.
- Synchronized updates. A multi-phase updating algorithm for replacement of complete kernel subsystems is offered. Notably, for the cases where the timeliness of an update depends on synchronization of multiple kernel paths.
Enhancements:
- This release updates the users manual.
<<lessExecution flow can be switched adaptively among multiple editions of functions, possibly concurrently running. This approach becomes the foundation for dynamic replacement of non-quiescent kernel subsystems when the timeliness of an update depends on synchronization of multiple kernel paths.
Main features:
- Updates of non-quiescent subsystems. It accomplishes substantial updates of core kernel subsystems that never quiesce, such as the scheduler and kernel threads.
- Datatype updates. It offers a technique for updating compact datatype definitions. Additions of new fields in a datatype is supported using a shadow data structure containing the fields.
- Safe reversibility. A methodology of quiescence detection is employed. Updated functions can be removed with the guarantee that they are not used by the stack or program counter of any process.
- Adaptability. Execution can be switched adaptively between multiple, possibly concurrently running, function editions. This is the first dynamically applied, adaptive kernel updating system.
- Synchronized updates. A multi-phase updating algorithm for replacement of complete kernel subsystems is offered. Notably, for the cases where the timeliness of an update depends on synchronization of multiple kernel paths.
Enhancements:
- This release updates the users manual.
Download (1.1MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
826 downloads
xmms-fc 0.5.4
xmms-fc is a Future Composer plugin for XMMS. more>>
xmms-fc is a Future Composer plugin for XMMS.
Above XMMS plug-in is based on this reference player which has been implemented because hardly any FC player available on PC (and not even on AMIGA) manages to play back all modules without flaws (if at all). On PC, I dont know any.
With other implementations, there is always at least one song that reveals a minor or major bug during playback. If that would happen with this particular implementation, it would be very easy to fix the source code, whereas it would be very difficult to fix an emulated MC680x0 machine code binary-only player.
However, please dont submit any damaged files or the well-known FC modules like Astaroth or Chambers of Shaolin which contain several independent sub-songs and must not be played from beginning till end. Those sub-songs ought to be initialized and played separately. Prepared versions of these individual sub-songs have been made available for download on this page further below. Feel free to delete your old all-in-one version of Astaroth. It is to be used in the original game only.
Contrary to the information given in the documentation files that come with Future Composer<<less
Above XMMS plug-in is based on this reference player which has been implemented because hardly any FC player available on PC (and not even on AMIGA) manages to play back all modules without flaws (if at all). On PC, I dont know any.
With other implementations, there is always at least one song that reveals a minor or major bug during playback. If that would happen with this particular implementation, it would be very easy to fix the source code, whereas it would be very difficult to fix an emulated MC680x0 machine code binary-only player.
However, please dont submit any damaged files or the well-known FC modules like Astaroth or Chambers of Shaolin which contain several independent sub-songs and must not be played from beginning till end. Those sub-songs ought to be initialized and played separately. Prepared versions of these individual sub-songs have been made available for download on this page further below. Feel free to delete your old all-in-one version of Astaroth. It is to be used in the original game only.
Contrary to the information given in the documentation files that come with Future Composer<<less
Download (0.032MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1297 downloads
confstore 0.5.4
Confstore is a configuration backup utility. more>>
Confstore is a configuration backup utility. Confstore scans your system for all recognised configuration files and then stores them in a archive. Confstore can also restore configuration from a previously created archive.
<<less Download (0.023MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1480 downloads
qxPlayer 0.5.4
qxPlayer is a simple qt4-based music player. more>>
qxPlayer is a simple qt4-based music player.
<<less Download (0.079MB)
Added: 2007-03-30 License: GPL (GNU General Public License) Price:
943 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 0.5.4 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