replacement
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 386
Yet Another SQL*Plus Replacement 1.82
Yet Another SQL*Plus Replacement is an open source Oracle CLI to replace SQL*Plus. more>>
YASQL project is an open source Oracle command line interface. It features a much kinder user interface than SQL*Plus (sqlplus).
This is meant to be a complete replacement for SQL*Plus when dealing with ad hoc queries and general database interfacing.
Main features:
- full ReadLine support for command history and tab completion
- alternate output methods
- table
- list
- CSV
- redirection and piping of query results
- query editing
- scripting
- easy administrative data dictionary commands.
Enhancements:
- Fixed the DECIMAL problem with describe command.
- Added sql mode with i (patch by Ed Avis).
- Added redirectors (>, >>, |) to describe.
- Added show user command.
- Added show uid command.
- Added new makefile targets: clean, check. (patch by Ed Avis)
- Added "and owner = ?" to some show targets (patch by anonymous).
- Added command_complete_list feature and config option.
- Added disconnect command
- Added command completion: select, update, insert, delete, execute, etc.
- Added table.column name completion.
- Added feature to run tty-less (patch by Michael Kroell).
- Added a workaround for SunOSs alarm() bug (patch by Ed Avis).
- Fixed some minor issues in parser code.
<<lessThis is meant to be a complete replacement for SQL*Plus when dealing with ad hoc queries and general database interfacing.
Main features:
- full ReadLine support for command history and tab completion
- alternate output methods
- table
- list
- CSV
- redirection and piping of query results
- query editing
- scripting
- easy administrative data dictionary commands.
Enhancements:
- Fixed the DECIMAL problem with describe command.
- Added sql mode with i (patch by Ed Avis).
- Added redirectors (>, >>, |) to describe.
- Added show user command.
- Added show uid command.
- Added new makefile targets: clean, check. (patch by Ed Avis)
- Added "and owner = ?" to some show targets (patch by anonymous).
- Added command_complete_list feature and config option.
- Added disconnect command
- Added command completion: select, update, insert, delete, execute, etc.
- Added table.column name completion.
- Added feature to run tty-less (patch by Michael Kroell).
- Added a workaround for SunOSs alarm() bug (patch by Ed Avis).
- Fixed some minor issues in parser code.
Download (0.08MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1116 downloads
Placid 2.1
Placid comes from Phil Loathes ACID and was created as a replacement for CMUs ACID. more>>
Placid comes from Phil Loathes ACID and was created as a replacement for CMUs ACID. Acid was too big, too slow, and had too many requirements for me.
So I rewrote almost the entire thing(as well as added a few new features) using Python.
<<lessSo I rewrote almost the entire thing(as well as added a few new features) using Python.
Download (0.028MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
ntcpclient
ntcpclient project is a GPL replacement for tcpclient from ucspi-tcp. more>>
ntcpclient project is a GPL replacement for tcpclient from ucspi-tcp. I was prompted to write this by Dave Crouse of USALUG for his bbots project. It might be useful to someone else, so here it is. It includes a sample echo client.
It is almost definately more primitive than the ucspi-tcp one. Although I havent used it, or seen the source. In fact, I wrote this under the impression that the program I was replacing was closed source. but it was a nice excuse to write some code.
It works by opening the socket using options passed on the command line (performing hostname lookups and such), creating two pipes then forking. The parent process sits in a loop selecting on the socket/pipe and relaying any data between them. The child just execves with the relevant command line and the socket can be read/written to by simply writing to a numbered file descriptor. Seems always to be 5 and 6, but I think that could change between systems.
<<lessIt is almost definately more primitive than the ucspi-tcp one. Although I havent used it, or seen the source. In fact, I wrote this under the impression that the program I was replacing was closed source. but it was a nice excuse to write some code.
It works by opening the socket using options passed on the command line (performing hostname lookups and such), creating two pipes then forking. The parent process sits in a loop selecting on the socket/pipe and relaying any data between them. The child just execves with the relevant command line and the socket can be read/written to by simply writing to a numbered file descriptor. Seems always to be 5 and 6, but I think that could change between systems.
Download (0.010MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
963 downloads
Exact Build
Exact Build project is a sane GNU Auto replacement. more>>
Exact Build project is a sane GNU Auto replacement. For portable build systems nowadays normally GNU autoconf and the associated companiens such as automake and libtool. However albeit portable they are rather crufty to use. The various macro expansion and generation steps extremely blow up the initial definitions and make execution slow and debugging a nightmare.
Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.
Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
<<lessEven with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.
Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
Download (MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1268 downloads
Apache2::ModProxyPerlHtml 2.1
Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c. more>>
Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c, used to rewrite HTML/Javascript links for a reverse proxy.
Apache2::ModProxyPerlHtml is very simple and has much better parsing/replacement of URL than the C code. It also support refresh meta tag rewriting.
<<lessApache2::ModProxyPerlHtml is very simple and has much better parsing/replacement of URL than the C code. It also support refresh meta tag rewriting.
Download (0.004MB)
Added: 2007-03-20 License: Perl Artistic License Price:
949 downloads
REminiscence 0.1.9
REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. more>>
REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software.
REminiscence is designed as a cross-platform replacement for the original executable and uses the SDL library.
What are the differences between this and the original engine ?
You can save/load the game state at any time and you can also play in fullscreen or windowed mode.
<<lessREminiscence is designed as a cross-platform replacement for the original executable and uses the SDL library.
What are the differences between this and the original engine ?
You can save/load the game state at any time and you can also play in fullscreen or windowed mode.
Download (0.090MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
969 downloads
Appctl 1.0 (Apache configuration)
Appctl is a framework for virtually any server software. more>>
Appctl is a framework for virtually any server software. It provides a central script called "ctl" which allows you to start, stop, restart, maintain, or query the current status of an application.
Appctl is meant as a completely generic replacement for application-specific startup/stop scripts. The project also supplies generic monitoring scripts for clusters, which can dramatically decrease clustering costs.
Enhancements:
- This release includes configuration files for running the Apache Web server with integrated appctl support.
<<lessAppctl is meant as a completely generic replacement for application-specific startup/stop scripts. The project also supplies generic monitoring scripts for clusters, which can dramatically decrease clustering costs.
Enhancements:
- This release includes configuration files for running the Apache Web server with integrated appctl support.
Download (0.022MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
Filter::Simple::Compile 0.02
Filter::Simple::Compile is a drop-in replacement to Filter::Simple. more>>
Filter::Simple::Compile is a drop-in replacement to Filter::Simple.
SYNOPSIS
Drop-in replacement for Filter::Simple:
package MyFilter;
use Filter::Simple::Compile;
FILTER { ... };
This way also works:
use Filter::Simple::Compile sub { ... };
This module lets you write Module::Compile extensions that are compatible with Filter::Simples API.
Additionally, no Filter::Simple::Compile does the same thing as use Filter::Simple::Compile, except the meaning for use and no will be reversed for your filter:
package MyFilter;
no Filter::Simple::Compile sub { ... }
# "no MyFilter" begins filtering
# "use MyFilter" terminates it
<<lessSYNOPSIS
Drop-in replacement for Filter::Simple:
package MyFilter;
use Filter::Simple::Compile;
FILTER { ... };
This way also works:
use Filter::Simple::Compile sub { ... };
This module lets you write Module::Compile extensions that are compatible with Filter::Simples API.
Additionally, no Filter::Simple::Compile does the same thing as use Filter::Simple::Compile, except the meaning for use and no will be reversed for your filter:
package MyFilter;
no Filter::Simple::Compile sub { ... }
# "no MyFilter" begins filtering
# "use MyFilter" terminates it
Download (0.013MB)
Added: 2007-02-12 License: Perl Artistic License Price:
984 downloads
Gammarace 1.1.2
Gammarace project is a vector graphics shooter. more>>
Gammarace project is a vector graphics shooter.
An ode to oldie but goodie. It is a simple game that you can jump into and out of with no instructions. Just attempt to achieve the highest level possible (20 is about the highest unless you are some android from the future bent on killing us.
It was programmed in "D", digitalmars.com. What I consider the replacement for C/C++ and Java.
Anyway, just have fun.
<<lessAn ode to oldie but goodie. It is a simple game that you can jump into and out of with no instructions. Just attempt to achieve the highest level possible (20 is about the highest unless you are some android from the future bent on killing us.
It was programmed in "D", digitalmars.com. What I consider the replacement for C/C++ and Java.
Anyway, just have fun.
Download (0.68MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
893 downloads
AmaroK now playing 0.1
AmaroK now playing is a script that displays the song you are currently playing with amaroK. more>>
AmaroK now playing is a script that displays the song you are currently playing with amaroK.
Add it to, /usr/share/apps/konversation/scripts
Then add it to command aliases
Konversation > settings > command aliases
For example: alias: np ;replacement: /exec np
<<lessAdd it to, /usr/share/apps/konversation/scripts
Then add it to command aliases
Konversation > settings > command aliases
For example: alias: np ;replacement: /exec np
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
SCons Erlang 0.1.0
Scons Erlang is an add on for SCons, a make/autotools replacement, to compile Erlang projects. more>>
Scons Erlang is an add on for SCons, a make/autotools replacement, to compile Erlang projects.
<<less Download (0.042MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1299 downloads
phplib2Smarty 0.1
phplib2Smarty provides an extension of the Smarty templating system for the PHPLib template class. more>>
phplib2Smarty provides an extension of the Smarty templating system for the PHPLib template class.
phplib2Smarty is a drop-in replacement extension of Smarty class for PHPLib template class. Even though the syntax is like that of PHPLib template but the compiling technique of Smarty has been used. Several advantages of Smarty that PHPLib lacked can now be used more conveniently.
<<lessphplib2Smarty is a drop-in replacement extension of Smarty class for PHPLib template class. Even though the syntax is like that of PHPLib template but the compiling technique of Smarty has been used. Several advantages of Smarty that PHPLib lacked can now be used more conveniently.
Download (0.009MB)
Added: 2007-04-16 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
LIRC Client Daemon 0.9.1
LIRC Client Daemon project is an attempt to solve certain problems in LIRC. more>>
LIRC Client Daemon project is an attempt to solve certain problems in LIRC.
The LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.
It ships with a replacement library for LIRCs liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.
<<lessThe LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.
It ships with a replacement library for LIRCs liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.
Download (0.23MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1015 downloads
Firefox Form Widgets 0.1
Firefox Form Widgets is a replacement for the default form widgets in Firefox. more>>
Firefox Form Widgets is a replacement for the default form widgets in Firefox. Its not dependent upon KDE, but I styled it with KDE in mind. The CSS is modified from the default one. I created all but the radio and checkbox images, which were created by the Pretty Widgets for OS X (readme included).
The style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.
I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.
To install, download and then:
sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/
<<lessThe style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.
I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.
To install, download and then:
sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/
Download (0.007MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
805 downloads
runit 1.7.2
runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes. more>>
runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes.
runit project runs on GNU/Linux, *BSD, Mac OS X, snf Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the systems one-time initialization tasks.
Stage 2 starts the systems uptime services (via the runsvdir program). Stage 3 handles the tasks ecessary to shutdown and halt or reboot.
Enhancements:
- The documentation has been improved, and two minor bugs in the runit and runsv programs have been fixed.
<<lessrunit project runs on GNU/Linux, *BSD, Mac OS X, snf Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the systems one-time initialization tasks.
Stage 2 starts the systems uptime services (via the runsvdir program). Stage 3 handles the tasks ecessary to shutdown and halt or reboot.
Enhancements:
- The documentation has been improved, and two minor bugs in the runit and runsv programs have been fixed.
Download (0.096MB)
Added: 2006-11-29 License: BSD License Price:
1255 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 replacement 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