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

Matrix Data Structures freeware
Filter: All | Freeware | Demo
 

Matrix Data Structures

< 1 2 3 4 5 > 
Added: September 24, 2010 | Visits: 1.251

Convert::ASN1 Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<
[APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (153): Convert::ASN1 Download

Added: July 05, 2010 | Visits: 1.459

Star Trek Voyager: Elite Force Star Trek Voyager: Elite Force is a modification to the icculus.org maintained quake3 engine to make it possible to run EliteForce holomatch. This means: you can *not* play single player missions with this project. This engine has full compatibility for the newer _and_ the original EliteForce...





Platforms: *nix

License: Freeware Size: 4.8 MB Download (150): Star Trek Voyager: Elite Force Download

Added: January 13, 2010 | Visits: 1.434

Data Display Debugger GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides "usual front-end features such as viewing source texts, DDD has become famous through its interactive graphical data...


Platforms: *nix

License: Freeware Size: 7.3 MB Download (147): Data Display Debugger Download

Added: June 16, 2010 | Visits: 1.545

RADIUS::Packet RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. SYNOPSIS use RADIUS::Packet; use RADIUS::Dictionary; my $d = new RADIUS::Dictionary "/etc/radius/dictionary"; my $p = new RADIUS::Packet $d, $data; $p->dump; if ($p->attr(User-Name eq "lwall") { my $resp = new...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (147): RADIUS::Packet Download

Added: March 20, 2010 | Visits: 1.062

intime intime project is an interactive, graphic school timetable editor. intime allows you to use drag and drop to generate or modify a schools weekly schedule. Given students grouping and curriculum, it can assign teachers, times, and rooms to the lessons. Whats New in This Release: - Stable...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (142): intime Download

Added: January 22, 2010 | Visits: 1.389

XML::CSV XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: November 02, 2010 | Visits: 1.448

Text::Editor::Vip::Buffer::DoUndoRedo Text::Editor::Vip::Buffer::DoUndoRedo is a non optional plugin for a Text::Editor::Vip::Buffer. The do, undo, redo functionality of Text::Editor::Vip::Buffer is implemented by this package. This package automatically extends a Text::Editor::Vip::Buffer when a Text::Editor::Vip::Buffer instance...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (132): Text::Editor::Vip::Buffer::DoUndoRedo Download

Added: August 09, 2010 | Visits: 1.336

GraphViz::Data::Structure GraphViz::Data::Structure can visualise data structures. SYNOPSIS use GraphViz::Data::Structure; my $gvds = GraphViz:Data::Structure->new($data_structure); print $gvds->graph()->as_png; This module makes it easy to visualise data structures, even recursive or circular ones. It is...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (120): GraphViz::Data::Structure Download

Added: February 23, 2010 | Visits: 1.040

Syntax Desktop Syntax Desktop is a publishing system used to manage the contents of a Web site. Syntax Desktop project has an attractive GUI with DHTML elements. You can use it to insert news, photos, documents, and tree data structures into your site. It features easy DB backup and style switching. Syntax...


Platforms: *nix

License: Freeware Size: 4.6 MB Download (120): Syntax Desktop Download

Added: March 20, 2010 | Visits: 926

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak Download

Added: January 15, 2010 | Visits: 844

iCal::Parser iCal::Parser is a Perl module to parse iCalendar files into a data structure. SYNOPSIS use iCal::Parser my $parser=iCal::Parser->new(); my $hash=$parser->parse($file); $parser->parse($another_file); my $combined=$parser->calendar; my $combined=iCal::Parser->new->parse(@files); my...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (119): iCal::Parser Download

Added: May 26, 2010 | Visits: 925

AIX::Perfstat AIX::Perfstat is a Perl wrapper for perfstat() functions. SYNOPSIS use AIX::Perfstat; $cput = AIX::Perfstat::cpu_total(); $diskt = AIX::Perfstat::disk_total(); $netift = AIX::Perfstat::netinterface_total(); $memoryt = AIX::Perfstat::memory_total(); $num_cpus = AIX::Perfstat::cpu_count();...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (118): AIX::Perfstat Download

Added: June 14, 2010 | Visits: 1.133

OpenOffice::OODoc::XPath OpenOffice::OODoc::XPath is a Low-level XML navigation in the documents. This module is a low-level class which uses OODoc::File (without inheriting anything from it) along with the classes defined in the XML::Twig module. Its a common basis for the other, more user- friendly, document-oriented...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (116): OpenOffice::OODoc::XPath Download

Added: March 05, 2010 | Visits: 1.425

C Algorithms Library C Algorithms Library is a collection of commonly used Computer Science algorithms. The focus is on code that is well documented and tested, portable, and reusable. The C Programming Language has a much smaller standard library compared to other more modern programming languages such as Java...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (116): C Algorithms Library Download

Added: March 08, 2010 | Visits: 876

Devel::GDB::Reflect Devel::GDB::Reflect is a reflection API for GDB/C++. SYNOPSIS use Devel::GDB; use Devel::GDB::Reflect; my $gdb = new Devel::GDB( -file => $foo ); my $reflector = new Devel::GDB::Reflect( $gdb ); print $gdb->get( "b foo.c:123" ); $gdb->print( "myVariable" ); Devel::GDB::Reflect...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (114): Devel::GDB::Reflect Download

Added: November 06, 2010 | Visits: 1.700

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: August 03, 2010 | Visits: 806

ASLib ASLib provides an ActionScript 2.0-based library that implements common data structures. ActionScript is a scripting language based on ECMAScript, primarily used to develop software for the Adobe Flash . ActionScript first appeared in its current syntax with the release of Flash 5, which was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (111): ASLib Download

Added: November 24, 2010 | Visits: 849

PETSc PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. PETSc library employs the MPI standard for all message-passing communication. PETSc is easy to use for beginners. Moreover, its careful...


Platforms: *nix

License: Freeware Size: 9.8 MB Download (110): PETSc Download

Added: November 11, 2010 | Visits: 1.058

Aethera Aethera is a pim application, i.e. it handles all kinds of personal information: email, contacts, notes, tasks, todos, journals. It has various communication features regarding: send/receive email, send/receive task requests and appointment requests via email. It can help you to know quickly the...


Platforms: *nix

License: Freeware Size: 7.4 MB Download (110): Aethera Download

Added: September 23, 2010 | Visits: 1.303

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

< 1 2 3 4 5 >