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

Do Regular Balloons Float freeware
Filter: All | Freeware | Demo
 

Do Regular Balloons Float

< 1 2 3 4 5 
Added: September 22, 2010 | Visits: 1.577

GIS::Distance::Polar GIS::Distance::Polar can do Polar coordinate flat-earth distance calculations. SYNOPSIS my $calc = GIS::Distance::Polar->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); Supposedly this is a formula to better calculate distances at the poles. While implimented, this...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (165): GIS::Distance::Polar Download

Added: September 23, 2010 | Visits: 796

BugStat BugStat project allows to run regular (i.e. cron based) queries to get more or less detailed bug statistics. The generated statistic is based on a predefined Bugzilla search as specified with --search. Its requires Bugzillas XML interface and has been tested with Bugzilla Version 2.22.2 only,...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): BugStat Download

Added: August 13, 2010 | Visits: 1.087

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: February 12, 2010 | Visits: 762

pam_eaccess pam_eaccess is a PAM module which add a generic way to do authorization. Indeed, for each service (for which you want add authorization) you can define the list of users (or all) who are allowed to connect to this service..


Platforms: *nix

License: Freeware Size: 58.37 KB Download (95): pam_eaccess Download

Added: May 23, 2010 | Visits: 908

chilli_control chilli_control is a script that takes a command-line argument telling it what to do with your smoothwall, ie connect, disconnect, or get the status. This version is designed for smoothwall version 2.0 beta. You will need to edit the script to set it up for your smoothwall. If you use the same...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): chilli_control Download

Added: June 21, 2010 | Visits: 1.053

Smart::Comments Smart::Comments are comments that do more than just sit there. SYNOPSIS use Smart::Comments; my $var = suspect_value(); ### $var ### got: $var ### Now computing value... # and when looping: for my $big_num (@big_nums) { ### Factoring... done factor($big_num); } while ($error >...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): Smart::Comments Download

Added: April 08, 2010 | Visits: 954

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 25, 2013 | Visits: 922

regexxer regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. It features recursive search through directory trees and Perl-style regular expressions (using libpcre). The user interface is similar to the project-wide search/replace dialog in the Sniff+ IDE, but...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): regexxer Download

Added: June 23, 2010 | Visits: 993

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: August 21, 2010 | Visits: 844

Regexx Regexx is a complete regular expressions C++ solution. Regexx implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match/atom string retrieving, and splitting strings with strings or regular expressions.. Get Regexx at...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (95): Regexx Download

Added: August 07, 2010 | Visits: 1.046

slookup slookup is a simple program to do parallelized DNS lookups in a convenient way (useful for log parsing scripts and one-liners). slookup project reads names (A/MX/NS lookups) or addresses (in dotted-quad format for PTR) on stdin and writes the results on stdout. One record per line. It can run...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): slookup Download

Added: January 12, 2010 | Visits: 1.193

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: October 20, 2010 | Visits: 2.690

Tag Cloud Explorer Tag Cloud Explorer allows you to do keywords based search on your site published documents. This product installs a tag cloud portlet on your Plone site The portlet allow you to do keywords based search on your site published documents. Multi-keywords search is also possible, by clicking on...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (109): Tag Cloud Explorer Download

Added: March 01, 2010 | Visits: 845

RegExplorer RegExplorer project is a regular Expression Explorer. It allows for writing regular expressions and visually see the matches, thus making regular expression much easier to write and maintain..


Platforms: *nix

License: Freeware Size: 28.67 KB Download (105): RegExplorer Download

Added: September 12, 2010 | Visits: 916

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: January 02, 2010 | Visits: 1.494

Gnome Wave Cleaner GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. It features click repair using least squares autoregressive interpolation, and is based on the FFTW library. This is still beta code, so back up your data files first. It is resulting of never...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (213): Gnome Wave Cleaner Download

Added: February 08, 2010 | Visits: 1.140

GRegExp Explorer GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. It is possible to test regular expressions on the fly and check the result in detail..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): GRegExp Explorer Download

Added: October 15, 2010 | Visits: 1.111

Gtk2::Ex::FormFactory::Layout Gtk2::Ex::FormFactory::Layout can do layout in a FormFactory framework. SYNOPSIS package My::Layout; use base qw/Gtk2::Ex::FormFactory::Layout/; sub build_form { ... } sub add_widget_to_form { ... } ... package main; $ff = Gtk2::Ex::FormFactory->new ( layouter => My::Layout->new(),...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Gtk2::Ex::FormFactory::Layout Download

Added: March 14, 2010 | Visits: 886

Ravenous Ravenous is full featured web server written in Java. It allows you to write dynamic pages in Java without the need to read stacks of books before you get started... pure javalicous programming for your web projects! Ravenous is different becouse it attempts to make the process of writing high...


Platforms: *nix

License: Freeware Size: 768 KB Download (92): Ravenous Download

Added: September 23, 2010 | Visits: 1.220

Visual REGEXP Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice. Limitations:.


Platforms: *nix

License: Freeware Size: 25.6 KB Download (119): Visual REGEXP Download

< 1 2 3 4 5