Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.006.668 Times

Shell Gas Station Locations software
Filter: All | Freeware | Demo
 

Shell Gas Station Locations

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 3.329

XSS Shell XSS Shell script is a powerful XSS backdoor. XSS Shell allows interactively getting control over a Cross-site Scripting (XSS) vulnerability in a web application. It demonstrates the real power and damage of Cross-site Scripting attacks. Whats New in This Release: Regenerating Pages - This...



Platforms: *nix

License: Freeware Size: 849.92 KB Download (305): XSS Shell Download

Added: April 22, 2010 | Visits: 1.098

Fry::Shell Fry::Shell is a flexible shell framework which encourages using loadable libraries of functions. SYNOPSIS From the commandline: perl -MFry::Shell -eshell OR In a script: package MyShell; use Fry::Shell; #subs sub evalIt { my $cls = shift; my $code = ($cls->Flag(strict)) ? use...





Platforms: *nix

License: Freeware Size: 58.37 KB Download (91): Fry::Shell Download

Added: April 24, 2010 | Visits: 1.173

Group Shell Group Shell is a tool to aggregate several remote shells into one. It is used to launch an interactive remote shell on many machines at once. Group Shell is written in Python and requires Python ≥ 2.4. There is a control shell accessible with Ctrl-C that is used to list some information about...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Group Shell Download

Added: August 01, 2010 | Visits: 1.130

Heirloom Bourne Shell The Heirloom Bourne Shell is a portable variant of the traditional Unix shell. It has been derived from OpenSolaris code and thus implements the SVR4/SVID3 level of the shell..


Platforms: *nix

License: Freeware Size: 81.92 KB Download (104): Heirloom Bourne Shell Download

Added: March 06, 2010 | Visits: 1.259

SQL::Shell SQL::Shell is a command interpreter for DBI shells. SYNOPSIS use SQL::Shell; #Initialise and configure my $sqlsh = new SQL::Shell(%settings); $sqlsh->set($setting, $new_value); $value = $sqlsh->get($setting); #Interpret commands $sqlsh->execute_command($command);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (158): SQL::Shell Download

Added: June 20, 2010 | Visits: 1.110

Station Info Station Info program searches for and displays AM, FM, and TV station entries from databases supplied by the US Federal Communications Commission (also known as the FCC). The station-info program provides many ways of selecting a collection of stations for display, and several criteria by which...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (115): Station Info Download

Added: October 16, 2010 | Visits: 2.382

KDE Radio Station KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream. More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (258): KDE Radio Station Download

Added: August 13, 2010 | Visits: 1.257

Business Shell Business Shell (BUSH) can be used as interactive command shell, scripting language with a source code debugger, a database client and a web template engine. With third-party support for the ABEE standard for Java Virtual Machine and .Net, BUSH is an all-in-one replacment for BASH, PHP, J2EE,...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (89): Business Shell Download

Added: April 08, 2010 | Visits: 1.180

The friendly interactive shell The friendly interactive shell is a user friendly shell intended mostly for interactive use. - If you want to see screenshots of fish in action, click here. - If you are familiar with the basics of shells,read this page for a short introduction to fish. - If you are dont know how to use a...


Platforms: *nix

License: Freeware Size: 768 KB Download (94): The friendly interactive shell Download

Added: April 07, 2010 | Visits: 1.345

Shell Directory Manager Shell Directory Manager is a small tool for managing often-visited directories using a shell like bash. I offer two new commands: dm is a manager for a small database, where you name directories with a short alias. And dmcd is a function for your current shell, which lets you go to a directory...


Platforms: *nix

License: Freeware Download (97): Shell Directory Manager Download

Added: November 01, 2010 | Visits: 1.048

XMMS-Shell XMMS-Shell provides a simple command line interface for controlling the XMMS player. One can either use the readline-enhanced interactive mode or simply specify commands from the command line (useful for shell scripts or quick manipulation).. Get XMMS-Shell at SourceForge.net. Fast, secure and...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (95): XMMS-Shell Download

Added: May 15, 2010 | Visits: 985

LDAP Shell LDAP Shell is an interactive LDAP shell written in Perl and allowing basic administrative functionality, such as crawling the directory tree and modifying entries. It is composed of two parts: Net::LDAP::Config, and ldapsh. Net::LDAP::Config is a library for simplifying and centralizing...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (112): LDAP Shell Download

Added: April 19, 2010 | Visits: 2.052

JSON::Shell JSON::Shell is an interactive shell for performing JSON and JSON-RPC requests. SYNOPSIS $ bin/jsonshell JSON::Shell 1.0 www.example.com/json-rpc-demo$ post { "id": 1, "method": "echoObject", "params": { "o": [ "YAY JSON~" ] } } REQUEST: $VAR1 = { params => { o => [ YAY JSON~ ] },...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): JSON::Shell Download

Added: July 05, 2010 | Visits: 3.219

PHP Shell PHP Shell is a shell wrapped in a PHP script. PHP Shell is a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet-connection. You can use it for transferring your site as a compressed file, and then...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (532): PHP Shell Download

Added: February 13, 2010 | Visits: 1.209

CGI-Shell CGI-Shell provides a shell using CGI, so everyone who has a CGI directory on a Web server can also have a shell on it. It is something like telnet or SSH. How to install? make make install (you have to be root) How to uninstall? make uninstall (you have to be root) The server is...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (106): CGI-Shell Download

Added: October 21, 2010 | Visits: 1.032

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { <


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Term::Shell Download

Added: July 19, 2010 | Visits: 1.195

New Adventure Shell New Adventure Shell project is an adventure shell script. The New Adventure Shell is a script that turns your shell into a text adventure game. It ought to pose as little restrictions on normal shell use as possible, and allows as many adventure commands as possible. The script is intended...


Platforms: *nix

License: Freeware Size: 70.66 KB Download (93): New Adventure Shell Download

Added: October 23, 2010 | Visits: 1.262

True3D*Shell True3D*Shell is an open source 3D desktop environment that allows users to experience 3D browsing in a virtual reality universe where information is organized in bubbles connected by pipes. True3D*Shell is based on POSIX, Win32, FreeGLUT, OpenGL and MQ4CPP, and runs on IA32 and IA64 SMP...


Platforms: *nix

License: Freeware Size: 3.3 MB Download (103): True3D*Shell Download

Added: July 15, 2010 | Visits: 1.421

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: October 23, 2010 | Visits: 1.430

Syntax::Highlight::Shell Syntax::Highlight::Shell is a Perl module to highlight shell scripts. SYNOPSIS use Syntax::Highlight::Shell; my $highlighter = new Syntax::Highlight::Shell; $output = $highlighter->parse($script); If $script contains the following shell code: # an if statement if [ -f /etc/passwd ];...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Syntax::Highlight::Shell Download

< 1 2 3 4 5 >