relman 0.1.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 112
relman 0.1.3
relman application takes your source code, runs the build, and distributes the packages. more>>
relman application takes your source code, runs the build, and distributes the packages. A configuration file allows you to define application-wide defaults in addition to information particular to individual projects such as the source directory, package name, and the like.
Once set up, you just have to call relman with the name given to the project plus the version to release. It calls pkgmake to build .tar.gz, .deb, and .rpm files, and then distributes them using FTP and/or SCP all in one run.
<<lessOnce set up, you just have to call relman with the name given to the project plus the version to release. It calls pkgmake to build .tar.gz, .deb, and .rpm files, and then distributes them using FTP and/or SCP all in one run.
Download (0.018MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
RPAL 0.1.3
RPAL is the Right-reference Pedagogic Algorithmic Language. more>>
RPAL is the Right-reference Pedagogic Algorithmic Language.
rpal is an interpreter for RPAL, a simple functional programming language which is a subset of PAL, a language invented at MIT by Wozencraft and Evans in the early 70s.
<<lessrpal is an interpreter for RPAL, a simple functional programming language which is a subset of PAL, a language invented at MIT by Wozencraft and Evans in the early 70s.
Download (0.15MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1119 downloads
steelme 0.1.3
steelme is a GUI theme system which extends and improves on Suns Metal Pluggable Look and Feel. more>>
steelme is an open-source theme manager for Java Swing programs. It allows the end user to select from pre-installed themes, or color schemes, or to create his own by the use of the ThemeEditor.
steelme is designed to be lightweight and easy for the application developer to use.
<<lesssteelme is designed to be lightweight and easy for the application developer to use.
Download (1.25MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
libMAGE 0.1.3
libMAGE is a Multi-Agent Grid Engine library. more>>
libMAGE is a Multi-Agent Grid Engine library. libMAGE library an experiment aimed to make a programming tool for creation of autonomic systems. We define autonomic system as the system that has the following features:
- The system is composed from a set of intellectual agents. All decision-making in the system is distributed and has a form of self-organization.
- The system is able to adapt to the surrounding environment. This includes adaptation to CPU, memory and disk load, and node failure (self-healing). The system is allowed to allocate additional nodes or redistribute current resources.
In libMAGE every agent of the system can be viewed as a living cell in a biological organism. Every agent contains enough information for construction of the whole organism, however after going through the process of growth, which mimics morphogenesis, the agent gets specialized. Specialized agents form groups and function cooperatively.
<<less- The system is composed from a set of intellectual agents. All decision-making in the system is distributed and has a form of self-organization.
- The system is able to adapt to the surrounding environment. This includes adaptation to CPU, memory and disk load, and node failure (self-healing). The system is allowed to allocate additional nodes or redistribute current resources.
In libMAGE every agent of the system can be viewed as a living cell in a biological organism. Every agent contains enough information for construction of the whole organism, however after going through the process of growth, which mimics morphogenesis, the agent gets specialized. Specialized agents form groups and function cooperatively.
Download (0.68MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1377 downloads
sdvel 0.1.3
sdvel (structured development framework) separates release engineering from codebase configuration. more>>
sdvel (structured development framework) separates release engineering from codebase configuration. It provides scripts that can perform software releases, and C macros and autoconf variables commonly used in managing releases.
sdvel is free software released under the GPL license.
Main features:
- Verifying all released files have been tagged correctly. The SCM repository is contacted for this verification.
- Verifying all files include the appropriate copyright licence.
- Executing additional verification check scripts.
- Manually specifying the list of files that should be included or excluded from a source release file.
- Producing ChangeLog files or a Version Decsription Document.
<<lesssdvel is free software released under the GPL license.
Main features:
- Verifying all released files have been tagged correctly. The SCM repository is contacted for this verification.
- Verifying all files include the appropriate copyright licence.
- Executing additional verification check scripts.
- Manually specifying the list of files that should be included or excluded from a source release file.
- Producing ChangeLog files or a Version Decsription Document.
Download (0.010MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
892 downloads
Pipepanic 0.1.3
Pipepanic is a pipe connecting game using libSDL. more>>
Pipepanic is a pipe connecting game using libSDL. It is playable on Linux PCs and the Sharp Zaurus. Connect as many different shaped pipes together as possible within the time given.
Comes with built-in help, is primarily mouse/stylus driven and can be played in different resolutions and orientations.
<<lessComes with built-in help, is primarily mouse/stylus driven and can be played in different resolutions and orientations.
Download (0.22MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1254 downloads
mp3asm 0.1.3
mp3asm is an mpeg 1/2/2.5 audio layer 1/2/3 (cbr/vbr) frame level editor. more>>
mp3asm is an mpeg 1/2/2.5 audio layer 1/2/3 (cbr/vbr) frame level editor. The current textmode version allows cutting, copying, and pasting of frames while never violating the mpeg audio standard.
Well, most ppl probably prefer decoding, wav editing, reencoding, but that has consequences. Encoders use advanced filtering to create audio data thats easy to compress so that ppl can hardly tell the difference (depending on BR offcourse) and then they compress that filtered audiodata. Now filtering once from original full range unfiltered audio will provide the nicest result.
And offcourse, u dont have to waste precious cycles on the whole lengthy process.
Yes indeed, with wavediting programs u can edit right up to the millisecond, or even better. But to be honest, an 128kbps mpeg 1 layer 3file has 25 frames per second, which means u can cut right down to 40ms. If u dont mind the quality of a 128kbps file, how can u mind a few millisecs?Every subsequent filtering will result in more loss of data, because the only real difference between encoders is the filterbanks.
So when this app is up and running theres no more reason to waste a perfectly good rip cos of a few bad starting frames or a long lead out. At this point i even believe it should be possible to provide for fading in/out, i aint certain yet actually. I have no clue whatsoever on why Olli fromme halted development back in 97.Maybe cos mp3s were a rarity back then? Maybe some personal reason. I will prolly never know. What I do know is that he had an unbelievable idea and he wrote a program that did the job very well.
Enhancements:
- fixed parsing sideinfo (off by 1 bit) for mpeg 1 layer 3 mono (found by Alain Daurat (alain.daurat@libertysurf.fr))
<<lessWell, most ppl probably prefer decoding, wav editing, reencoding, but that has consequences. Encoders use advanced filtering to create audio data thats easy to compress so that ppl can hardly tell the difference (depending on BR offcourse) and then they compress that filtered audiodata. Now filtering once from original full range unfiltered audio will provide the nicest result.
And offcourse, u dont have to waste precious cycles on the whole lengthy process.
Yes indeed, with wavediting programs u can edit right up to the millisecond, or even better. But to be honest, an 128kbps mpeg 1 layer 3file has 25 frames per second, which means u can cut right down to 40ms. If u dont mind the quality of a 128kbps file, how can u mind a few millisecs?Every subsequent filtering will result in more loss of data, because the only real difference between encoders is the filterbanks.
So when this app is up and running theres no more reason to waste a perfectly good rip cos of a few bad starting frames or a long lead out. At this point i even believe it should be possible to provide for fading in/out, i aint certain yet actually. I have no clue whatsoever on why Olli fromme halted development back in 97.Maybe cos mp3s were a rarity back then? Maybe some personal reason. I will prolly never know. What I do know is that he had an unbelievable idea and he wrote a program that did the job very well.
Enhancements:
- fixed parsing sideinfo (off by 1 bit) for mpeg 1 layer 3 mono (found by Alain Daurat (alain.daurat@libertysurf.fr))
Download (0.045MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1192 downloads
ScreenKast 0.1.3
ScreenKast is a screen capturing program that records your screen-activities. more>>
ScreenKast is a screen capturing program that records your screen-activities, supports commentboxes and exports to all video formats.
ScreenKast also acts as a client for the captorials.com website that enables you to share your captured tutorial with users around the world.
Installation:
Unpack the screenkast source tarball and go into the uncompressed directory.
$ tar xvzf screenkast-0.1.tar.gz
$ cd screenkast-0.1
Build the necessary autotools-files and configure.
$ make -f Makefile.cvs
$ export CXXFLAGS="-I/usr/local/include/libinstrudeo"
NOTE: make sure you copied the libinstrudeo-source files to this directory.
See the INSTALL-file of libinstrudeo for more details on this.
$ ./configure
Compile the library.
$ make
Install the library.
$ make install
Enhancements:
- Fixed focus-order in all dialogs.
- Commentbox end now feature.
- Video properties display.
- Adjustable default commentbox settings.
- Fixed the file-open on error bug
- Improved open/close-state handling.
<<lessScreenKast also acts as a client for the captorials.com website that enables you to share your captured tutorial with users around the world.
Installation:
Unpack the screenkast source tarball and go into the uncompressed directory.
$ tar xvzf screenkast-0.1.tar.gz
$ cd screenkast-0.1
Build the necessary autotools-files and configure.
$ make -f Makefile.cvs
$ export CXXFLAGS="-I/usr/local/include/libinstrudeo"
NOTE: make sure you copied the libinstrudeo-source files to this directory.
See the INSTALL-file of libinstrudeo for more details on this.
$ ./configure
Compile the library.
$ make
Install the library.
$ make install
Enhancements:
- Fixed focus-order in all dialogs.
- Commentbox end now feature.
- Video properties display.
- Adjustable default commentbox settings.
- Fixed the file-open on error bug
- Improved open/close-state handling.
Download (0.75MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1144 downloads
DeadFTP 0.1.3
DeadFTP is a graphical FTP client for GNOME featuring transfers resuming, a transfers queue, drap-n-drop, and proxy support. more>>
DeadFTP is a graphical FTP client for GNOME featuring transfers resuming, a transfers queue, drap-n-drop, and proxy support.
Enhancements:
- Fixed bug with saving of firewall settings
- Added support for limiting port range of sockets
- Fixed problem with loading certain values in settings dialog
- Improved format of console log file
- Re-added display of login message dialog
- Re-added color changing to settings dialog
- Fixed issue with queue reordering
- Improved how preferences are saved/loaded and used
- Added support for changing file modes
- Improved proxy interface and socket code
- New preferences dialog
- Added new status bars to display information on queue transfer time
- Added queue clear function
- Added (untested) SOCKS4 support
- New resume code & new resume dialog
- Improved interaction with server and status message is now displayed
- Added directory transfer support
- Many other bug fixes
<<lessEnhancements:
- Fixed bug with saving of firewall settings
- Added support for limiting port range of sockets
- Fixed problem with loading certain values in settings dialog
- Improved format of console log file
- Re-added display of login message dialog
- Re-added color changing to settings dialog
- Fixed issue with queue reordering
- Improved how preferences are saved/loaded and used
- Added support for changing file modes
- Improved proxy interface and socket code
- New preferences dialog
- Added new status bars to display information on queue transfer time
- Added queue clear function
- Added (untested) SOCKS4 support
- New resume code & new resume dialog
- Improved interaction with server and status message is now displayed
- Added directory transfer support
- Many other bug fixes
Download (0.255MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
citygen 0.1.3
citygen project is a medieval city/kingdom demographics generator. more>>
citygen project is a medieval city/kingdom demographics generator.
citygen is a program which creates Medieval city and kingdom demographics. The demographics are completely configurable with options to force certain professions and to limit specific buildings. Its very handy for AD&D and other RPGs.
Shortly after releasing that program, citygen, I was asked if I would make a graphical version. I wanted to learn GTK programming under linux so I started out with a simple program to get the basics, GODR: The GTK Ochre Dice Roller. After finishing that, I wrote the GTK frontend of citygen, now known as GROCK: GTK Reorganized Ochre City and Kingdom generator.
Main features:
- GTK City/Kingdom Generator
- Console based City/Kingdom Generator
- GTK Dice Roller
Enhancements:
- city.c had a bug that would cause it to segfault
<<lesscitygen is a program which creates Medieval city and kingdom demographics. The demographics are completely configurable with options to force certain professions and to limit specific buildings. Its very handy for AD&D and other RPGs.
Shortly after releasing that program, citygen, I was asked if I would make a graphical version. I wanted to learn GTK programming under linux so I started out with a simple program to get the basics, GODR: The GTK Ochre Dice Roller. After finishing that, I wrote the GTK frontend of citygen, now known as GROCK: GTK Reorganized Ochre City and Kingdom generator.
Main features:
- GTK City/Kingdom Generator
- Console based City/Kingdom Generator
- GTK Dice Roller
Enhancements:
- city.c had a bug that would cause it to segfault
Download (0.063MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1108 downloads
nmzmail 0.1.3
nmzmail is a tool to use the namazu2 search engine from within the mutt mail reader to search mail stored in maildir folders. more>>
nmzmail is a tool to use the namazu2 search engine from within the mutt mail reader to search mail stored in maildir folders. Based on the result of the namazu query, nmzmail generates a maildir folder containing symbolic links to the mails matching the query.
Main features:
- fast mail searching even with large number of mails; I use it currently on about 10000 emails
- incremental index building
- rich query language including regular expressions (see the namazu documentation)
- integrates nicely into mutt
- query history
Enhancements:
- Fix getopt on PPC platform (patch by Sebastien Cevey).
- Change commandline syntax for indexing (the -m option is deprecated now), simply use "nmzmail -i ..." (noticed by Tom Martin on zsh mailing list).
- Use automake/autoconf.
<<lessMain features:
- fast mail searching even with large number of mails; I use it currently on about 10000 emails
- incremental index building
- rich query language including regular expressions (see the namazu documentation)
- integrates nicely into mutt
- query history
Enhancements:
- Fix getopt on PPC platform (patch by Sebastien Cevey).
- Change commandline syntax for indexing (the -m option is deprecated now), simply use "nmzmail -i ..." (noticed by Tom Martin on zsh mailing list).
- Use automake/autoconf.
Download (0.081MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
wmUpMon 0.1.3
wmUpMon is a dockapp that displays your system uptime in realtime. more>>
wmUpMon is a dockapp that displays your system uptime in realtime.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Fixed a compile issue for systems with older C compilers
<<lessInstallation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Fixed a compile issue for systems with older C compilers
Download (0.10MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
nycd 0.1.3
nycd project is a Linux port of a Thaumaturge demo made for X97/Takeover. more>>
nycd project is a Linux port of a Thaumaturge demo made for X97/Takeover.
nycd or ``Nothing You Can Do was our attempt for the X97/Takeover demo compo. It crashed during the compo due to a bug in the compiler.
To (compile and) run ./nycd youll need libmikmod for sound and ggi for visuals (and things like libc and libm would be very nice too).
It now supports OpenPTC too if you dont like GGI.
I used libmikmod 3.1.8 and a ggi snapshot dated 991117.
<<lessnycd or ``Nothing You Can Do was our attempt for the X97/Takeover demo compo. It crashed during the compo due to a bug in the compiler.
To (compile and) run ./nycd youll need libmikmod for sound and ggi for visuals (and things like libc and libm would be very nice too).
It now supports OpenPTC too if you dont like GGI.
I used libmikmod 3.1.8 and a ggi snapshot dated 991117.
Download (0.21MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1058 downloads
Atli 0.1.3
Atli is a scripting language interpreter. more>>
Atli is a scripting language interpreter originally meant to be a quick way to develop a particular applications scripting language.
Atli can also be used to write shell-like scripts to do tasks. Atli is a weakly typed language in which variables do not need to be declared before use.
All variables are stored as strings and converted between string and number form automatically.
Atli provides interfaces to cooperate with applications, so applications can exchange data and instructions with atli through a callback function.
Installation:
atli can be compiled by gcc 3.3 and its later version. The typically steps are:
$cd $atli
$./configure
$make
$su -c make install
NOTE: When run the program "atli", you may get message complain that libatlidll.so.0 can not be found. The following steps is required as root:
#cd /etc
#vi ld.so.conf
// add one line: /usr/local/lib to /etc/ld.so.conf
#ldconf
The release tar file contains the binary executable files in the fold $atli/bin/linux. I uses Fedora-2 to compile it.
Enhancements:
- Some overflow bugs are fixed.
- The keyword "load" has been added to load dynamic libraries on Windows or Linux.
- This release differentiates among atli-function-call, lib-function-call, and application-function-call.
- It calls the types function in lib: double function-name (double).
<<lessAtli can also be used to write shell-like scripts to do tasks. Atli is a weakly typed language in which variables do not need to be declared before use.
All variables are stored as strings and converted between string and number form automatically.
Atli provides interfaces to cooperate with applications, so applications can exchange data and instructions with atli through a callback function.
Installation:
atli can be compiled by gcc 3.3 and its later version. The typically steps are:
$cd $atli
$./configure
$make
$su -c make install
NOTE: When run the program "atli", you may get message complain that libatlidll.so.0 can not be found. The following steps is required as root:
#cd /etc
#vi ld.so.conf
// add one line: /usr/local/lib to /etc/ld.so.conf
#ldconf
The release tar file contains the binary executable files in the fold $atli/bin/linux. I uses Fedora-2 to compile it.
Enhancements:
- Some overflow bugs are fixed.
- The keyword "load" has been added to load dynamic libraries on Windows or Linux.
- This release differentiates among atli-function-call, lib-function-call, and application-function-call.
- It calls the types function in lib: double function-name (double).
Download (0.38MB)
Added: 2005-11-21 License: GPL (GNU General Public License) Price:
1433 downloads
plis 0.1.3
plis is a C++ library of Perl-like structures. more>>
plis is a library for string handling in C++. It is built upon the splash library which in turn is based on the perl philosophy of strings.
Examples of functions supported by it are split(), join(), push(), shift(), grep() and many others. Its regular expression engine is provided by pcre.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
<<lessExamples of functions supported by it are split(), join(), push(), shift(), grep() and many others. Its regular expression engine is provided by pcre.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Download (0.33MB)
Added: 2005-09-30 License: LGPL (GNU Lesser General Public License) Price:
1484 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 relman 0.1.3 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