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.478.765 Times

Optimum Voicemail Cgi Bin Cancellations freeware
Filter: All | Freeware | Demo
 

Optimum Voicemail Cgi Bin Cancellations

< 1 2 3 4 5 > 
Added: May 22, 2013 | Visits: 373

gethgvbase GETHGVBASE returns polymorphism data from the human genome variation db http://hgvbase.cgb.ki.seHGVDATA = gethgvbase(SNPID) reads in a %hgvbase web record fromEMBL and creates a structure DATA %containing fields correspondingto the hgvBase keywords.FIELDNAME DESCRIPTIONS: a complete %description... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): gethgvbase Download

Added: September 10, 2013 | Visits: 534

Eventbrite for The Events Calendar Looking to track attendees, sell tickets and more? Eventbrite is a free service that provides the full power of a conference ticketing system. This plugin upgrades The Events Calendar with all the basic Eventbrite controls without ever leaving the wordpress post editor. Don't have an Eventbrite... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Eventbrite for The Events Calendar Download

Added: June 23, 2013 | Visits: 394

Last Updated Posts Widget When you update/modify one of your posts on your Wordpress blog and you want your visitors to know about it, this is what you need. This widget plugin create a sidebar box with a list of posts you've recently updated/modified. You can choose to display the date of the update beside the page title... Platforms: PHP

License: Freeware Size: 102.4 KB Download (46): Last Updated Posts Widget Download

Added: May 02, 2013 | Visits: 444

Featured Tag Widget Sidebar widget plugin that displays a list of posts (and much more) for a particular tag. You can also add multiple instances of this widget. This plugin gives you full control on the widget with these options: * custom widget Title (or no Title) * custom text for the description of the content... Platforms: PHP

License: Freeware Size: 81.92 KB Download (39): Featured Tag Widget Download

Added: November 10, 2013 | Visits: 368

cdpr for Linux cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout so... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): cdpr for Linux Download

Added: June 16, 2013 | Visits: 453

GetBeeb GetBeeb is an open source software written in Java, that generates HTML pages containing links to BBC audio files (listen again files). Running To run it use the 'run' shell script. The list of URLs for the XML feeds is contained in the file 'filelist'. Options can be configured in the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (43): GetBeeb Download

Added: January 18, 2010 | Visits: 1.361

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: March 27, 2010 | Visits: 1.270

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );... Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: July 17, 2010 | Visits: 1.273

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Released: August 11, 2001  |  Added: January 12, 2006 | Visits: 3.009

Osama Bin Laden - al Qaeda Government Files Osama Bin Laden - al Qaeda Government Files. Pages from State Department, Congressional, Department of Justice documents and Court Transcripts.

License: Freeware Size: 784 KB Download (263): Osama Bin Laden - al Qaeda Government Files Download

Added: March 17, 2010 | Visits: 1.133

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for... Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: January 10, 2010 | Visits: 2.305

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: October 24, 2010 | Visits: 1.201

CGI::WML CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods. SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()),... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): CGI::WML Download

Added: June 15, 2010 | Visits: 1.343

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight... Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: May 18, 2010 | Visits: 1.271

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly... Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: February 20, 2010 | Visits: 1.329

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: January 04, 2010 | Visits: 1.056

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: May 09, 2010 | Visits: 2.002

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",... Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.834

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session... Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.264

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization... Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

< 1 2 3 4 5 >