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

Raspberry Pi freeware
Filter: All | Freeware | Demo
 

Raspberry Pi

< 1 2 3 4 5 > 
Added: August 26, 2008 | Visits: 872

XmlTree XmlTree is a visual parser for XML files. With XmlTree you can load,edit/modify,save your XML files. Also you can operate on the visual tree for modify or move (drag&drop) the nodes. Manage the XML entity: PI, CDATA,COMMENT and TAGS. Platforms: Windows

License: Freeware Size: 100 KB Download (106): XmlTree Download

Added: August 26, 2008 | Visits: 1.507

System Stability Tester System Stability Tester is a benchmark tool for CPU and RAM settings. This program calculates PI digit number suing a Borwein algorythm with one or more work threads. The following is a list of the things you can do with System Stability Tester:* Calculate up to 128 million PI digits.* Create up... Platforms: Windows

License: Freeware Size: 3 KB Download (499): System Stability Tester Download

Added: September 22, 2010 | Visits: 1.580

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: April 22, 2010 | Visits: 812

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: June 13, 2010 | Visits: 943

PDL::Parallel::MPI PDL::Parallel::MPI Perl module contains routines to allow PDL objects to be moved around on parallel systems using the MPI library. SYNOPSIS use PDL; use PDL::Parallel::MPI; mpirun(2); MPI_Init(); $rank = get_rank(); $a=$rank * ones(2); print "my rank is $rank and $a is $an";... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): PDL::Parallel::MPI Download

Added: August 23, 2010 | Visits: 1.064

ex::constant::vars ex::constant::vars is a Perl pragma to create readonly variables. SYNOPSIS Using the tie() interface: use ex::constant::vars; tie my $pi, ex::constant::vars, 4 * atan2( 1, 1 ); tie my @family, ex::constant::vars, qw( John Jane ); tie my %age, ex::constant::vars, John => 27, Jane => Back... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): ex::constant::vars Download

Added: February 12, 2010 | Visits: 1.125

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: May 23, 2010 | Visits: 1.097

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: June 03, 2010 | Visits: 702

SGMLS SGMLS is a Perl class for postprocessing the output from the sgmls and nsgmls parsers. SYNOPSIS use SGMLS; my $parse = new SGMLS(STDIN); my $event = $parse->next_event; while ($event) { SWITCH: { ($event->type eq start_element) && do { my $element = $event->data; # An object of... Platforms: *nix

License: Freeware Size: 93.18 KB Download (92): SGMLS Download

Added: January 25, 2010 | Visits: 976

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: September 03, 2010 | Visits: 2.275

Spreadsheet::WriteExcelXML Spreadsheet::WriteExcelXML is a Perl module that can create an Excel file in XML format. SYNOPSIS To write a string, a formatted string, a number and a formula to the first worksheet in an Excel XML spreadsheet called perl.xls: use Spreadsheet::WriteExcelXML; # Create a new Excel workbook... Platforms: *nix

License: Freeware Size: 143.36 KB Download (147): Spreadsheet::WriteExcelXML Download

Added: January 23, 2010 | Visits: 850

RasmusDSP 0.1 RasmusDSP is an embeddable Audio/MIDI processor. Has a script interpreter which is used to describe instruments, route Audio/MIDI signal between processor units. List of available units: Math Operators (audio and number domain) +, -, *, /, %, >, <, >=, <=, !=, =, ? Math Functions (audio... Platforms: *nix

License: Freeware Size: 901.12 KB Download (91): RasmusDSP 0.1 Download

Added: September 02, 2010 | Visits: 1.040

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO... Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

Added: September 23, 2010 | Visits: 785

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: May 07, 2010 | Visits: 1.202

Teamspeak::Telnet Teamspeak::Telnet is a Telnet-Interface to administrate Teamspeak-Voice-Server. COMMAND OVERVIEW banadd : add ip ban banclear : clear banlist bandel : del ip ban banlist : show banlist banplayer : bans a player checkserverok : checks if server hangs ci : display channel info cl :... Platforms: *nix

License: Freeware Size: 26.62 KB Download (116): Teamspeak::Telnet Download

Added: September 13, 2010 | Visits: 902

Geo::Ellipsoids Geo::Ellipsoids is a package for standard Geo:: ellipsoid a, b, f and 1/f values. SYNOPSIS use Geo::Ellipsoids; my $obj = Geo::Ellipsoids->new(); $obj->set(WGS84); #default print "a=", $obj->a, "n"; print "b=", $obj->b, "n"; print "f=", $obj->f, "n"; print "i=", $obj->i, "n"; print... Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): Geo::Ellipsoids Download

Added: April 11, 2010 | Visits: 946

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C... Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: October 15, 2010 | Visits: 1.624

Formulas Rendering Plug-In for the Gimp 2 Formulas Rendering Plug-In for the Gimp 2 is a simple plugin that allows you to change the values of each color channel of each pixel of a layer by using mathematical expressions. It is able to handle RGB* and Gray* images. Available operators are: +, -, *, /, ^, and %. There are many functions... Platforms: *nix

License: Freeware Size: 163.84 KB Download (127): Formulas Rendering Plug-In for the Gimp 2 Download

Added: January 08, 2010 | Visits: 1.031

Inline::Java::PerlInterpreter Inline::Java::PerlInterpreter is a Perl module used to call Perl directly from Java using Inline::Java. SYNOPSIS import org.perl.inline.java.* ; class HelpMePerl { static private InlineJavaPerlInterpreter pi = null ; public HelpMePerl() throws InlineJavaException { } static private... Platforms: *nix

License: Freeware Size: 94.21 KB Download (105): Inline::Java::PerlInterpreter Download

< 1 2 3 4 5 >