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

Type B Fire Extinguisher freeware
Filter: All | Freeware | Demo
 

Type B Fire Extinguisher

1 2 3 4 5 > 
Added: May 25, 2010 | Visits: 1.305

Geo::TigerLine::Record::B Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. SYNOPSIS use Geo::TigerLine::Record::B; @records = Geo::TigerLine::Record::B->parse_file($fh); @records = Geo::TigerLine::Record::B->parse_file($fh, &callback); $record =...



Platforms: *nix

License: Freeware Size: 40.96 KB Download (101): Geo::TigerLine::Record::B Download

Added: March 06, 2010 | Visits: 614

PurpleWiki::InlineNode PurpleWiki::InlineNode Perl module offers inline node object. SYNOPSIS use PurpleWiki::InlineNode; # Create node of type text and content Hello, world! my $inlineNode1 = PurpleWiki::InlineNode->new(type => text, content => Hello, world!); # Represent bolded and italicized Hello,...





Platforms: *nix

License: Freeware Size: 143.36 KB Download (90): PurpleWiki::InlineNode Download

Added: May 06, 2010 | Visits: 1.516

MIME-tool MIME-tool is a little mime encoding tool I slapped together when I needed something on a production box at work (productions = no C development environment, only the ancient K&R compiler required for god-knows-what sys-admin task). The resulting program will compile happilly on both the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): MIME-tool Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 601

SwitchXS for Mac OS Provides virtually complete access to Mac OS X and all standard Mac applications for people who can only use one or more switches. It offers full mouse and keyboard emulation by means of a so-called scanning mode. With each click on the switch the user selects an action, such as 'move the cursor...


Platforms: Mac

License: Freeware Size: 22.8 MB Download (474): SwitchXS for Mac OS Download

Added: July 22, 2013 | Visits: 475

Corresponding node references It syncs the node reference between two node types which have a nodereference to each other, so double editing nodes is no more needed. If one node has a reference the other node receives also a reference to the saved node if it is referenced in that node.UpdatesRelease 6.x-4.0 doesnt require...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Corresponding node references Download

Added: February 08, 2010 | Visits: 968

B::JVM::Utils B::JVM::Utils is a Perl module that contains utility functions for B::JVM. SYNOPSIS use B::JVM::Utils qw(method1 method2); This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that dont really fit anywhere else....


Platforms: *nix

License: Freeware Size: 44.03 KB Download (92): B::JVM::Utils Download

Added: August 04, 2010 | Visits: 845

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: April 14, 2010 | Visits: 1.003

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: January 23, 2010 | Visits: 784

B::Asmdata B::Asmdata is an autogenerated data about Perl ops, used to generate bytecode. SYNOPSIS use B::Asmdata qw(%insn_data @insn_name @optype @specialsv_name); Provides information about Perl ops in order to generate bytecode via a bunch of exported variables. Its mostly used by B::Assembler and...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (91): B::Asmdata Download

Added: May 09, 2010 | Visits: 828

B::More B::More Perl module contains additional introspection methods and functions. Adds stuff I needed in B and wasnt there. Feel free to email me with suggestions for other methods I can add. B::SV METHODS svref Inverse of B::svref_2object. B::PVMG METHODS magic Returns a string...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): B::More Download

Added: July 14, 2010 | Visits: 1.224

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.412

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: January 18, 2010 | Visits: 1.508

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: August 18, 2010 | Visits: 1.028

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: January 07, 2010 | Visits: 740

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

Released: April 05, 2010  |  Added: April 12, 2010 | Visits: 1.715

Fire Firefox Theme Burn up Firefox with this theme. Brings a hot fire to your browser with some added functionality. Easy to install and we include an un-installer too! SEARCH: Our primary revenue source is BING. We will reset your default search engine when installed so please give BING a try!...


Platforms: Windows

License: Freeware Size: 594 KB Download (133): Fire Firefox Theme Download

Released: December 30, 2010  |  Added: January 10, 2011 | Visits: 1.226

See-and-Type See-and-Type is a series of virtual keyboard models (Standard, Compact, and UltraCompact) that assist people to enter text with the mouse, without a conventional keyboard. See-and-Type uses a special color scheme for easy identification of the text keys. See-and-Type is designed to facilitate...


Platforms: Windows

License: Freeware Size: 2.88 MB Download (299): See-and-Type Download

Released: June 09, 2011  |  Added: June 21, 2011 | Visits: 3.229

Heart On Fire Screensaver Feel romantic with a silky smooth burning heart on your desktop! Indulge your loved one or entertain yourself with Heart On Fire Screensaver! A smooth, perfectly rendered animation of a flaming heart says 'Love' more than anything else. It introduces home-like warmth and coziness to any...


Platforms: Windows

License: Freeware Size: 1.28 MB Download (145): Heart On Fire Screensaver Download

Released: March 30, 2011  |  Added: April 04, 2011 | Visits: 9.244

Free Fire Screensaver Watching fire is both exciting and dangerous. People love it! There is some pre-historic magic in fire. Free Fire Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and...


Platforms: Windows

License: Freeware Size: 4.79 MB Download (3189): Free Fire Screensaver Download

Released: June 09, 2011  |  Added: June 20, 2011 | Visits: 2.776

Fire Heart Desktop Gadget Do you want to give your special someone the perfect present? Have you tried just about everything for a Saint Valentine's gift? Bored with plain old postcards, and don't care for digital ones? Give a special gift to your wife or husband, your girlfriend or boyfriend, or anyone who is special to...


Platforms: Windows

License: Freeware Size: 1.39 MB Download (246): Fire Heart Desktop Gadget Download

1 2 3 4 5 >