running programs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6596
Making-Money-Programs 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-15 License: Freeware Price: Free
194 downloads
Running Unix Memory Test 0.2
Running Unix Memory Test is a tool to check the memory without interrupting the service. more>>
The goal of RUMT is to check the memory of a computer over a long period of time and almost-real load conditions without having to interrupt the services.
RUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem device. The principle of RUMT is to write pseudo-random data in these disabled memory areas, and later check them. This principle and the original code for the deterministic pseudo-random generator are from David Madore.
This distribution contains another variant on the same theme: URUMT allocates a large chunk of memory, locks it in memory using the mlock(2) system call, and scans /dev/mem to find where in physical memory the allocated area is. Then it continuously runs the same tests in that memory.
URUMT can not be used to test a particular area of memory: the kernel will give it whatever physical memory it feels like. But URUMT can be restarted now and then, hopefully getting different physical memory each time.
This is perfect if you suspect you have bad bits, but do not know at all where they are. Once you have sighted the bad bits, you can use a plain RUMT to test more extensively the neighborhood.
<<lessRUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem device. The principle of RUMT is to write pseudo-random data in these disabled memory areas, and later check them. This principle and the original code for the deterministic pseudo-random generator are from David Madore.
This distribution contains another variant on the same theme: URUMT allocates a large chunk of memory, locks it in memory using the mlock(2) system call, and scans /dev/mem to find where in physical memory the allocated area is. Then it continuously runs the same tests in that memory.
URUMT can not be used to test a particular area of memory: the kernel will give it whatever physical memory it feels like. But URUMT can be restarted now and then, hopefully getting different physical memory each time.
This is perfect if you suspect you have bad bits, but do not know at all where they are. Once you have sighted the bad bits, you can use a plain RUMT to test more extensively the neighborhood.
Download (0.015MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1663 downloads
Best-Affiliate-Programs 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-02 License: Freeware Price: Free
205 downloads
Webmaster-Affiliate-Programs 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-22 License: Freeware Price: Free
184 downloads
PHP Running Management 1.0.2
PHP Running Management or phpRunMan is a set of scripts for runners. more>>
PHP Running Management or phpRunMan is a set of scripts for runners. Users can enter intermediate times of their training or race performance for calculating various statistics (distance, avg speed, time/km, projection on different distance, etc.). In PHP Running Management you can enter comments for the whole run or every intermediate segment so the data can be used as a logbook.
Every run (training or competition) is entered as a list of segments and times. You can specify the number of laps and the "offset" (manual correction) of the distance.
Several views are proposed:
- Year view: displays all the runs with their distance, time, average speed, etc.
- Detail view: shows the profile of a run by segment (time, speed, cumulated distance and other indicators).
- Month view: aggregates runs per month over the selected year, shows every months distance, time, average speed.
All the scripts are written in PHP (requires GD lib activated too) and the data is stored in MySQL database.
<<lessEvery run (training or competition) is entered as a list of segments and times. You can specify the number of laps and the "offset" (manual correction) of the distance.
Several views are proposed:
- Year view: displays all the runs with their distance, time, average speed, etc.
- Detail view: shows the profile of a run by segment (time, speed, cumulated distance and other indicators).
- Month view: aggregates runs per month over the selected year, shows every months distance, time, average speed.
All the scripts are written in PHP (requires GD lib activated too) and the data is stored in MySQL database.
Download (0.49MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
Program Guard 0.7.0
Program Guard allows the user of a Linux workstation to specify which application programs that are allowed TCP/IP connections. more>>
Program Guard allows the user of a Linux workstation to specify which application programs that are allowed TCP/IP connections to the Internet (Internet addresses are defined as any IP address not in the range of 10.0.0.0/24 or 192.168.0.0/16).
The application program names can be specified by listing them in a file (Static Mode) by querying the user (Query Mode). In Query Mode, when a program that is unknown to Program Guard attempts to access an Internet IP address, Program Guard displays the Program Guard Dialog Box.
In addition to providing connection information, this dialog box gives the workstation user the option of allowing the program to access the Internet or to be blocked from accessing the Internet. This can be done either for the current instance of the program or for this and all future instances of the program (Make Persistent checkbox).
Currently, the program names that are allowed or denied Internet access apply to all users of the workstation rather than on a per user basis. For example, if Program Guard is running in Query Mode and user A invokes a program previously blocked from Internet access by user B, the program will be blocked from Internet access for User A as well.
Connections blocked by Program Guard are logged to the Program Guard log file pgrd.log. It is located in the /var/log/pgrd directory. If desired, Program Guard can be configured to log all Internet connection attempts rather than just those that have been blocked.
Program Guard was tested on Fedora Core 1 and Fedora Core 3 on single processor 32 bit X86 Intel processors. It has not been tested on other distributions or on multi-processor machines. While it works on Fedora Core 1, it will not build on a standard Linux 2.4.x kernel due to task_struct definitions that were not made until Linux 2.6. If there is enough interest, a version that runs under a standard Linux 2.4 kernel may be made available.
To run in Query Mode, Gnome 2.x and Glade 2.x are required. There are no prerequisites for Static Mode.
Installation:
Program Guard consists of three components: a kernel module; a daemon; and a Gnome GUI user interface component. All files needed to build the components are in the pgrd.tgz file. An installation shell script install-pgrd is provided for Fedora distributions.
It will build/install (or remove) the kernel module and daemon as well as configure them to be started automatically when the system is booted. To invoke it, type install-pgrd < install | remove >. This script may or may not be useable as is for other Linux distributions.
If you modify the install script, please note that the module, daemon and various support files must be installed in the /opt/pgrd directory for Program Guard to work properly (this is already handled when using the install script as provided). To run in Query Mode, each user must be configured by invoking the install-pgrd_user < username > script. And by going to the Preferences->More Preferences->Sessions selection in the Fedora Main Menu and adding pgrdgui to the Startup Programs tab.
Program Guard will be started the next time the machine is rebooted. If you do not wish to reboot, you may start Program Guard manually as described below in Manual Starting And Stopping. Note: If starting manually and using Query Mode, once the daemon and kernel module are started, make sure that you log out and log back in.
<<lessThe application program names can be specified by listing them in a file (Static Mode) by querying the user (Query Mode). In Query Mode, when a program that is unknown to Program Guard attempts to access an Internet IP address, Program Guard displays the Program Guard Dialog Box.
In addition to providing connection information, this dialog box gives the workstation user the option of allowing the program to access the Internet or to be blocked from accessing the Internet. This can be done either for the current instance of the program or for this and all future instances of the program (Make Persistent checkbox).
Currently, the program names that are allowed or denied Internet access apply to all users of the workstation rather than on a per user basis. For example, if Program Guard is running in Query Mode and user A invokes a program previously blocked from Internet access by user B, the program will be blocked from Internet access for User A as well.
Connections blocked by Program Guard are logged to the Program Guard log file pgrd.log. It is located in the /var/log/pgrd directory. If desired, Program Guard can be configured to log all Internet connection attempts rather than just those that have been blocked.
Program Guard was tested on Fedora Core 1 and Fedora Core 3 on single processor 32 bit X86 Intel processors. It has not been tested on other distributions or on multi-processor machines. While it works on Fedora Core 1, it will not build on a standard Linux 2.4.x kernel due to task_struct definitions that were not made until Linux 2.6. If there is enough interest, a version that runs under a standard Linux 2.4 kernel may be made available.
To run in Query Mode, Gnome 2.x and Glade 2.x are required. There are no prerequisites for Static Mode.
Installation:
Program Guard consists of three components: a kernel module; a daemon; and a Gnome GUI user interface component. All files needed to build the components are in the pgrd.tgz file. An installation shell script install-pgrd is provided for Fedora distributions.
It will build/install (or remove) the kernel module and daemon as well as configure them to be started automatically when the system is booted. To invoke it, type install-pgrd < install | remove >. This script may or may not be useable as is for other Linux distributions.
If you modify the install script, please note that the module, daemon and various support files must be installed in the /opt/pgrd directory for Program Guard to work properly (this is already handled when using the install script as provided). To run in Query Mode, each user must be configured by invoking the install-pgrd_user < username > script. And by going to the Preferences->More Preferences->Sessions selection in the Fedora Main Menu and adding pgrdgui to the Startup Programs tab.
Program Guard will be started the next time the machine is rebooted. If you do not wish to reboot, you may start Program Guard manually as described below in Manual Starting And Stopping. Note: If starting manually and using Query Mode, once the daemon and kernel module are started, make sure that you log out and log back in.
Download (0.33MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1388 downloads
Master Combat Control Program 0.9.4
Master Combat Control Program is an improved clone of the Shadowrun-Assistent program. more>>
Master Combat Control Program is an improved clone of the "Shadowrun-Assistent" program (as found on shadowrun.de).
Its main goals are better usability, minor feature improvements, and i18n. It constists of a character editor, an initiative manager, and a dice roller.
Enhancements:
- Due to popular demand, the directory where the configuration files are put is now configurable via the "-config" option.
- When first running the program it complained about missing files, which are created on shutdown, so this was changed.
- added parsing of command line parameter "-config";
- all error messages internationalized;
- added "readme.txt"
<<lessIts main goals are better usability, minor feature improvements, and i18n. It constists of a character editor, an initiative manager, and a dice roller.
Enhancements:
- Due to popular demand, the directory where the configuration files are put is now configurable via the "-config" option.
- When first running the program it complained about missing files, which are created on shutdown, so this was changed.
- added parsing of command line parameter "-config";
- all error messages internationalized;
- added "readme.txt"
Download (0.14MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1564 downloads
Program Version Switch 1.03
Program Version Switch is a program to easily switch between different interpreter versions. more>>
pvswitch is a very tiny program which makes it possible to use different program installations on one machine flawlessly.
Its flexibility is intended for people who need to run programs against different interpreter versions.
But it can also be used for different purposes like switching the version of a compiler, text editor, mail reader, browser, whatever.
It is most useful for developers of interpreter based programs which are started via a hash-bang line (#!).
The following example explains the usage for perl programs, but the very same is true for all other interpreter languages.
If you install two or more different perl versions on your machine, you could just call the respective perl binary you want to use..
perl myscript.pl
/path/to/another/perl myscript.pl
This works fine, although it isnt very convenient. However if you are starting your program using the hash-bang line like
#! /usr/bin/perl
and then just start it by
./myscript.pl
you would need to change the file itself to use another perl version. Again it is possible, but not very convenient.
And here comes pvswitch: its purpose is to make such situations convenient. Further it solve some problems which come up if multiple people want to use different perl versions. pvswitch allows even to run one program in two shells with different perl versions.
This is possible because pvswitch uses a environment variable to select the interpreter version to use. This environment variable can be set in different sessions independently.
pvswitch is installed as new program binary (e.g. perl) the old one will be renamed to program.pvswitch.
Now every time you execute a this program (e.g. perl), pvswitch is executed. It doesnt matter how you start the program...
perl myscript.pl
./myscript.pl # if it has a hash-bang #! /usr/bin/perl
for both cases the pvswitch binary will be executed, pvswitch will than check for the environment variable PVSWITCH_PERL_BINARY (if you are running perl), if it is found it tries to find this key in the configuration file pvswitch.conf and execute the program which is configured for the version configured set in the environment variable (e.g. perl.pvswitch).
So it just executes the real program (e.g. perl interpreter). Depending on the environment a different version might be selected.
There are some convenient tools (e.g. perlver, pvconfig) to configure this.
Enhancements:
- Fixed a bug which could cause segmentation violation.
<<lessIts flexibility is intended for people who need to run programs against different interpreter versions.
But it can also be used for different purposes like switching the version of a compiler, text editor, mail reader, browser, whatever.
It is most useful for developers of interpreter based programs which are started via a hash-bang line (#!).
The following example explains the usage for perl programs, but the very same is true for all other interpreter languages.
If you install two or more different perl versions on your machine, you could just call the respective perl binary you want to use..
perl myscript.pl
/path/to/another/perl myscript.pl
This works fine, although it isnt very convenient. However if you are starting your program using the hash-bang line like
#! /usr/bin/perl
and then just start it by
./myscript.pl
you would need to change the file itself to use another perl version. Again it is possible, but not very convenient.
And here comes pvswitch: its purpose is to make such situations convenient. Further it solve some problems which come up if multiple people want to use different perl versions. pvswitch allows even to run one program in two shells with different perl versions.
This is possible because pvswitch uses a environment variable to select the interpreter version to use. This environment variable can be set in different sessions independently.
pvswitch is installed as new program binary (e.g. perl) the old one will be renamed to program.pvswitch.
Now every time you execute a this program (e.g. perl), pvswitch is executed. It doesnt matter how you start the program...
perl myscript.pl
./myscript.pl # if it has a hash-bang #! /usr/bin/perl
for both cases the pvswitch binary will be executed, pvswitch will than check for the environment variable PVSWITCH_PERL_BINARY (if you are running perl), if it is found it tries to find this key in the configuration file pvswitch.conf and execute the program which is configured for the version configured set in the environment variable (e.g. perl.pvswitch).
So it just executes the real program (e.g. perl interpreter). Depending on the environment a different version might be selected.
There are some convenient tools (e.g. perlver, pvconfig) to configure this.
Enhancements:
- Fixed a bug which could cause segmentation violation.
Download (0.075MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1661 downloads
Gmrun 0.9
Gmrun is a little window for running programs, featuring tab completion, history, etc. more>>
Gmrun is a little window for running programs, featuring tab completion, history, etc.
It lets you launch programs by typing their names. It features tab completion similar to bash or Emacs.
It can complete program names from $PATH, or if the command starts with "/" it will complete file names.
It provides a command history of configurable size, as well as the ability to perform forward/backward searches through the command history. gmrun was developed as a replacement for the Gnome Run program.
Main features:
- Provides bash-like TAB completion, only nicer (shows a list containing all possible completions and let the user chose from it; yes, its also possible to choose with the mouse, but youll see that the keyboard is outstanding :).
- Enter simply runs the command line, CTRL-ENTER runs it in a terminal. Of course, the terminal command is configurable in the configuration file, located usually in "~/.gmrunrc".
- Can run files that do not have "execute" permission :) More specifically, you set a handler for ".doc" files in your .gmrunrc, and it uses that handler to open ".doc" files. [ new in 0.8 ]
- Maintains a list of previous commands (history). One can interactively search a command in this list using CTRL-R / CTRL-S (something like interactive search in Emacs), or prefixing the command with an exclamation sign "!" -- like in bash, only the user has a chance to see the command before running it, therefore has a chance to change his mind.
- It has a small window, not bloated with useless buttons and space-wasting things like "gnome-run".
- Allows URLs (but they have to be configured in the ~/.gmrunrc file). No matter what, if the input string is in the form "whatever://address" then it looks for an URL handler associated with the "whatever" URL and passes to it the "address" string.
- Allows user to specify a list of commands that will be always run in a terminal, regardless if the fired key is ENTER or CTRL-ENTER.
- When started, if a history file exists shows the last command as selected text, such as the user can press ENTER directly to run it again or type another text and the old one will be erased.
<<lessIt lets you launch programs by typing their names. It features tab completion similar to bash or Emacs.
It can complete program names from $PATH, or if the command starts with "/" it will complete file names.
It provides a command history of configurable size, as well as the ability to perform forward/backward searches through the command history. gmrun was developed as a replacement for the Gnome Run program.
Main features:
- Provides bash-like TAB completion, only nicer (shows a list containing all possible completions and let the user chose from it; yes, its also possible to choose with the mouse, but youll see that the keyboard is outstanding :).
- Enter simply runs the command line, CTRL-ENTER runs it in a terminal. Of course, the terminal command is configurable in the configuration file, located usually in "~/.gmrunrc".
- Can run files that do not have "execute" permission :) More specifically, you set a handler for ".doc" files in your .gmrunrc, and it uses that handler to open ".doc" files. [ new in 0.8 ]
- Maintains a list of previous commands (history). One can interactively search a command in this list using CTRL-R / CTRL-S (something like interactive search in Emacs), or prefixing the command with an exclamation sign "!" -- like in bash, only the user has a chance to see the command before running it, therefore has a chance to change his mind.
- It has a small window, not bloated with useless buttons and space-wasting things like "gnome-run".
- Allows URLs (but they have to be configured in the ~/.gmrunrc file). No matter what, if the input string is in the form "whatever://address" then it looks for an URL handler associated with the "whatever" URL and passes to it the "address" string.
- Allows user to specify a list of commands that will be always run in a terminal, regardless if the fired key is ENTER or CTRL-ENTER.
- When started, if a history file exists shows the last command as selected text, such as the user can press ENTER directly to run it again or type another text and the old one will be erased.
Download (0.089MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
nJin4 0.3
nJin4 project is a tool to scan for SQL/PHP injection vulnerabilities in PHP source code and in a running Web application. more>>
nJin4 project is a tool to scan for SQL/PHP injection vulnerabilities in PHP source code and in a running Web application.
<<less Download (0.007MB)
Added: 2006-11-22 License: Free To Use But Restricted Price:
1068 downloads
MINIX 3.1.3a
MINIX 3 is a new open-source operating system designed to be highly reliable and secure. more>>
MINIX 3 is a new open-source operating system designed to be highly reliable and secure. This project is based somewhat on previous versions of MINIX, but is fundamentally different in many key ways.
MINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability.
This new OS is extremely small, with the part that runs in kernel mode under 4000 lines of executable code. The parts that run in user mode are divided into small modules, well insulated from one another.
For example, each device driver runs as a separate user-mode process so a bug in a driver (by far the biggest source of bugs in any operating system), cannot bring down the entire OS.
In fact, most of the time when a driver crashes it is automatically replaced without requiring any user intervention, without requiring rebooting, and without affecting running programs. These features, the tiny amount of kernel code, and other aspects greatly enhance system reliability.
MINIX 3 is initially targeted at the following areas:
- Applications where very high reliability is required
- Single-chip, small-RAM, low-power, $100 laptop for Third-World children
- Embedded systems (e.g., cameras, DVD recorders, cell phones)
- Applications where the GPL is too restrictive (MINIX 3 uses a BSD-type license)
- Education (e.g., operating systems courses at universities)
Main features:
- POSIX compliant
- Networking with TCP/IP
- Two ANSI C compilers (ACK and gcc)
- Over 300 UNIX programs
- Many improvements since V2
- Full multiuser and multiprogramming
- Support for memory up to 4 GB
- Device drivers run as user processes
- Full C source code supplied
- Runs on 386, 486, Pentium, etc.
To run MINIX 3, you need a PC driven by a 386, 486, or Pentium CPU or compatible. The standard configuration requires 16 MB of RAM. An 8-MB version is also available, but it is slower due to a smaller buffer cache. Since the distribution comes on a live CD, you can test it without allocating any hard disk space, but for a hard disk installation, 200 MB is needed as a minimum, 400 MB minimum if you want all the sources.
<<lessMINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability.
This new OS is extremely small, with the part that runs in kernel mode under 4000 lines of executable code. The parts that run in user mode are divided into small modules, well insulated from one another.
For example, each device driver runs as a separate user-mode process so a bug in a driver (by far the biggest source of bugs in any operating system), cannot bring down the entire OS.
In fact, most of the time when a driver crashes it is automatically replaced without requiring any user intervention, without requiring rebooting, and without affecting running programs. These features, the tiny amount of kernel code, and other aspects greatly enhance system reliability.
MINIX 3 is initially targeted at the following areas:
- Applications where very high reliability is required
- Single-chip, small-RAM, low-power, $100 laptop for Third-World children
- Embedded systems (e.g., cameras, DVD recorders, cell phones)
- Applications where the GPL is too restrictive (MINIX 3 uses a BSD-type license)
- Education (e.g., operating systems courses at universities)
Main features:
- POSIX compliant
- Networking with TCP/IP
- Two ANSI C compilers (ACK and gcc)
- Over 300 UNIX programs
- Many improvements since V2
- Full multiuser and multiprogramming
- Support for memory up to 4 GB
- Device drivers run as user processes
- Full C source code supplied
- Runs on 386, 486, Pentium, etc.
To run MINIX 3, you need a PC driven by a 386, 486, or Pentium CPU or compatible. The standard configuration requires 16 MB of RAM. An 8-MB version is also available, but it is slower due to a smaller buffer cache. Since the distribution comes on a live CD, you can test it without allocating any hard disk space, but for a hard disk installation, 200 MB is needed as a minimum, 400 MB minimum if you want all the sources.
Download (445.3MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
881 downloads
LinkController 0.37
LinkController is a group of programs designed to take away much of the work of maintaining the links in a web site. more>>
LinkController is a group of programs designed to take away much of the work of maintaining the links in a web site. Instead of the user running the program checking whether links are broken, LinkController does this automatically. When it finds a broken link it checks it several times across several days before reporting it broken. This means that if a link is repaired in the meantime (a common case), the user will never be bothered.
All the functionalities are in place for testing links and repairing problem identified. The software is under development so stability is totally not guaranteed, but then with the exception of the fix-link program, there shouldnt be much risk of data loss so dont worry and make sure you backup your web pages just like normal.
Main features:
- repeatedly checks a link before declaring it broken
- rapid repair of links based on database
- easy but configurable reporting
- access to pages requiring authentication (new/experimental)
- CGI pages for reporting and repair
- scalability - thousands of links across thousands of pages possible
- low network impact: slow checking and well spread
- low resource utilisation: mostly uses HEAD requests
- configurability
- designed for multi-user use
Enhancements:
- Bugfix for checking of incorrect links which get into the database somehow.
<<lessAll the functionalities are in place for testing links and repairing problem identified. The software is under development so stability is totally not guaranteed, but then with the exception of the fix-link program, there shouldnt be much risk of data loss so dont worry and make sure you backup your web pages just like normal.
Main features:
- repeatedly checks a link before declaring it broken
- rapid repair of links based on database
- easy but configurable reporting
- access to pages requiring authentication (new/experimental)
- CGI pages for reporting and repair
- scalability - thousands of links across thousands of pages possible
- low network impact: slow checking and well spread
- low resource utilisation: mostly uses HEAD requests
- configurability
- designed for multi-user use
Enhancements:
- Bugfix for checking of incorrect links which get into the database somehow.
Download (MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Runtime Java Class Editor 1.0
Runtime Java Class Editor is a tool for editing loaded (running) Java classes and much more. more>>
RJCE allows all methods or variables of user defined classes to be altered at runtime. These alterations are then applied to a single instance, a collection of instances (i.e. list, set or map), or an entire class.
This helps you to test your application in an interactive way; altering running programs helping a trial and error approach to programming; testing code and saving it when its correct. Long running algorithms, such as simulations, can also easily be refined without the need for restarts or lose of data.
RJCE can be used to write a program from within itself ensuring high coupling between testing and development, with no delay before the outcome of any alterations.
RJCE allows scripts to run from within your application, allowing users to configure or extend an application dynamically, bypassing normal language access rules controlled by public, private and protected. This can be done by easily instatiating an instance of CodeEditorFrame from the rom.gui package.
RJCE permits faster development of applications by allowing easy migration from scripts to Java programs.
<<lessThis helps you to test your application in an interactive way; altering running programs helping a trial and error approach to programming; testing code and saving it when its correct. Long running algorithms, such as simulations, can also easily be refined without the need for restarts or lose of data.
RJCE can be used to write a program from within itself ensuring high coupling between testing and development, with no delay before the outcome of any alterations.
RJCE allows scripts to run from within your application, allowing users to configure or extend an application dynamically, bypassing normal language access rules controlled by public, private and protected. This can be done by easily instatiating an instance of CodeEditorFrame from the rom.gui package.
RJCE permits faster development of applications by allowing easy migration from scripts to Java programs.
Download (3.1MB)
Added: 2005-04-18 License: BSD License Price:
1713 downloads
kcurses
kcurses are some simple widgets and ui abstractions for ncurses. more>>
kcurses are some simple widgets and ui abstractions for ncurses, to handle list boxes, vi-like editing fields, mouse selections, and the like.
Why?
Because sometimes gui programs are more annoying than helpful. web interfaces suck, and gtk/qt programs take up too much real estate, require too much mousing, and i find the apis a little too heavyweight for what i often need. i needed a simple curses-based database editor, and, finding no widgets that i needed, had to write my own.
Installation:
get the source
do the usual ./configure --help; ./configure; make; rigamarole
test by running make test. you should see a couple programs float by.
make install, to taste
<<lessWhy?
Because sometimes gui programs are more annoying than helpful. web interfaces suck, and gtk/qt programs take up too much real estate, require too much mousing, and i find the apis a little too heavyweight for what i often need. i needed a simple curses-based database editor, and, finding no widgets that i needed, had to write my own.
Installation:
get the source
do the usual ./configure --help; ./configure; make; rigamarole
test by running make test. you should see a couple programs float by.
make install, to taste
Download (0.18MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1164 downloads
jRipper 2007.01
jRipper is an cd ripper and audio converter made in java. more>>
jRipper is an cd ripper and audio converter made in java.
jRipper can encode and decode Wav, Flac, MP3, Ogg, AAC(M4A) formats.
jRipper project is an frontend to cdda2wav, lame, oggenc/oggdec, flac and faac/faad programs.
jRipper can load track names for an CD from freedb.org by http or using the cdda2wav program.
It should work on all platforms that has the right java version (1.5). It has been tested on Linux and Windows XP. The installer contains static versions of cdda2wav, lame, oggenc, oggdec, flac, faac and faad for Linux and Windows.
Problems
Not all transcoding variants works. Known problems are:
AAC to Flac (linux, windows)
If jRipper cant be stopped during encoding, do kill the console program running in the background (cdda2wav, lame, ...).
Encoders
Some of the console applications have been modified to work better with jRipper. faac did get an extra quiet option which means it doesnt print anything to stderr. faad got a few extra fflush after prints to stderr. flac has some error checks canceled! It works for some degree but... So all source for the encoders are packed together for you to download. But its only the source nothing else, you have to do the compiling all by yourself.
Meta Tags
Meta tags are not converted when you do transcoding.
If an audio file can have meta tags, they will have the album and title data you see in the main window.
Installation:
- Install jRipper with clicking the jripper-install-2005.12.jar file.
- Or with the command java -jar jripper-install-2005.12.jar.
- After the install you can start jRipper with the icon on the desktop.
- If the installer failed to create an icon on the desktop or in the start menu, you can try the following ways:
- Double click jripper-2005.12.jar in the installation directory.
- Start it with java -jar jripper-2005.12.jar.
- Execute run.bat or run.sh.
To use jRipper you have to edit some settings in the setup dialog:
- Set the path to the encoder/decoder programs unless you have them already in the system path.
- Set the CD device.
- Typical values are /dev/cdrom for normal ide drives, 1,0,0 for SCSI or SCSI/IDE emulation.
- For SCSI settings run cdda2wav -scanbus as root or as a normal user in windows from a console to get a list of available drives.
- Set the root destination folder for your encoded tracks.
Enhancements:
- A minor Java 1.6 incompatibility was fixed.
- jRipper can dump a multi track CD to a single track (with an optional cue sheet).
- Two more directory layout options were added.
- All the ripper programs (for Windows) were updated.
- A few internal tweaks were made.
<<lessjRipper can encode and decode Wav, Flac, MP3, Ogg, AAC(M4A) formats.
jRipper project is an frontend to cdda2wav, lame, oggenc/oggdec, flac and faac/faad programs.
jRipper can load track names for an CD from freedb.org by http or using the cdda2wav program.
It should work on all platforms that has the right java version (1.5). It has been tested on Linux and Windows XP. The installer contains static versions of cdda2wav, lame, oggenc, oggdec, flac, faac and faad for Linux and Windows.
Problems
Not all transcoding variants works. Known problems are:
AAC to Flac (linux, windows)
If jRipper cant be stopped during encoding, do kill the console program running in the background (cdda2wav, lame, ...).
Encoders
Some of the console applications have been modified to work better with jRipper. faac did get an extra quiet option which means it doesnt print anything to stderr. faad got a few extra fflush after prints to stderr. flac has some error checks canceled! It works for some degree but... So all source for the encoders are packed together for you to download. But its only the source nothing else, you have to do the compiling all by yourself.
Meta Tags
Meta tags are not converted when you do transcoding.
If an audio file can have meta tags, they will have the album and title data you see in the main window.
Installation:
- Install jRipper with clicking the jripper-install-2005.12.jar file.
- Or with the command java -jar jripper-install-2005.12.jar.
- After the install you can start jRipper with the icon on the desktop.
- If the installer failed to create an icon on the desktop or in the start menu, you can try the following ways:
- Double click jripper-2005.12.jar in the installation directory.
- Start it with java -jar jripper-2005.12.jar.
- Execute run.bat or run.sh.
To use jRipper you have to edit some settings in the setup dialog:
- Set the path to the encoder/decoder programs unless you have them already in the system path.
- Set the CD device.
- Typical values are /dev/cdrom for normal ide drives, 1,0,0 for SCSI or SCSI/IDE emulation.
- For SCSI settings run cdda2wav -scanbus as root or as a normal user in windows from a console to get a list of available drives.
- Set the root destination folder for your encoded tracks.
Enhancements:
- A minor Java 1.6 incompatibility was fixed.
- jRipper can dump a multi track CD to a single track (with an optional cue sheet).
- Two more directory layout options were added.
- All the ripper programs (for Windows) were updated.
- A few internal tweaks were made.
Download (5.7MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
587 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 running programs 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