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

Electrons Of Elements software
Filter: All | Freeware | Demo
 

Electrons Of Elements

< 1 2 3 4 5 > 
Added: August 07, 2008 | Visits: 1.528

DM Readme Creator Software programmers and developers, or creators of all types of elements for distribution on the web, usually include a Readme file, which gives the user certain information, instructions, data, etc.Now, in place of having to do this all manually, you can generate them using this program: DM...



Platforms: Windows

License: Freeware Size: 2 KB Download (559): DM Readme Creator Download

Added: August 02, 2008 | Visits: 1.197

Assassin`s Creed - Signatures Assassin`s Creed - Signatures is a collection of elements to create your own signature with images from Assassin`s Creed. If you are a fan of this new generation game, don+t miss this opportunity.Assassin`s Creed is set in Jerusalem in 1191 AD, in which the protagonist, called Alta?r, is an elite...





Platforms: Windows

License: Freeware Size: 8 KB Download (522): Assassin`s Creed - Signatures Download

Released: November 08, 2008  |  Added: November 17, 2008 | Visits: 1.270

MAPILab Reports 2008 Solution that provides reports about the state of enterprise IT-infrastructure, security audits, inventory of hardware and software, and preparation for migration and upgrade. The product's historical and statistical reports allow changes in infrastructure to be clearly presented and evaluated,...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 19.77 MB Download (111): MAPILab Reports 2008 Download

Released: April 21, 2010  |  Added: April 27, 2010 | Visits: 1.775

MagicScore Classic 6 MagicScore is a magnificent, powerful and convenient musical editor, for those who professionally are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of partitas, some variants of data input by means of...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 5.16 MB Download (157): MagicScore Classic 6 Download

Released: March 11, 2009  |  Added: April 09, 2009 | Visits: 1.596

MAPILab Reports Solution that provides reports about the state of enterprise IT-infrastructure, security audits, inventory of hardware and software, and preparation for migration and upgrade. The product's historical and statistical reports allow changes in infrastructure to be clearly presented and evaluated,...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 25.42 MB Download (195): MAPILab Reports Download

Added: May 15, 2010 | Visits: 1.182

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: August 19, 2010 | Visits: 1.060

Judy Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judys...


Platforms: *nix

License: Freeware Size: 1024 KB Download (91): Judy Download

Added: October 14, 2010 | Visits: 1.017

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: April 21, 2010 | Visits: 974

Caml-get Caml-get project is a tool to distribute and get Objective-Caml code in a way similar to the apt-get utility. We all have various functions, types, or even whole modules that we use in many different programs or libraries, but that somehow we dont put in a separate library. I see two reasons...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (96): Caml-get Download

Added: January 09, 2010 | Visits: 990

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): XML::Mini Download

Added: July 01, 2010 | Visits: 746

Cache::Bounded Cache::Bounded is a size-aware in-memory cache optimized for speed. SYNOPSIS Cache::Bounded is designed for caching items into memory in a very fast but rudimentarily size-aware fashion. Most intelligent caches take either a size-aware or use-aware approach. They do so by either anlysing...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Cache::Bounded Download

Added: March 07, 2010 | Visits: 985

List::Intersperse List::Intersperse Perl module can intersperse / unsort / disperse a list. SYNOPSIS use List::Intersperse qw/intersperseq/; @ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/; @ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/; intersperse and intersperseq...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (93): List::Intersperse Download

Added: August 18, 2010 | Visits: 887

DomSax DomSax is an implementation of a XML-parser based on the standard Document Object Model principle (and suns implementation), combining it with the flexibility and possibility of low memory consumption of the SAX-parser (also suns implementation). Based on the fact that most XML-documents...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): DomSax Download

Added: July 21, 2010 | Visits: 860

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: August 19, 2010 | Visits: 982

HTML::Widget HTML::Widget is a Perl module with HTML Widget And Validation Framework. SYNOPSIS use HTML::Widget; # Create a widget my $w = HTML::Widget->new(widget)->method(get)->action(/); # Add a fieldset to contain the elements my $fs = $w->element( Fieldset, user )->legend(User Details); # Add...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (93): HTML::Widget Download

Added: September 03, 2010 | Visits: 1.252

interface preprocessor for PHP ippfp is an easy-to-use library which provides oo-methods for creating and rendering user interfaces in PHP independently from output format. It features HTML, GTK, PDF and ncurses. You can create input masks such as forms for databases or other user interfaces. ippfp features abstraction,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): interface preprocessor for PHP Download

Added: August 11, 2010 | Visits: 1.200

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: May 02, 2010 | Visits: 709

XML::DOM::Text XML::DOM::Text is a piece of XML text in XML::DOM. XML::DOM::Text extends XML::DOM::CharacterData, which extends XML::DOM::Node. The Text interface represents the textual content (termed character data in XML) of an Element or Attr. If there is no markup inside an elements content, the text...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): XML::DOM::Text Download

Added: May 03, 2010 | Visits: 1.305

zfec zfec is a fast, portable, and programmable implementation of erasure coding. The project includes a C library, a Python library, and a command-line tool. Erasure coding is also known as "forward error correction", which is the generation of redundant blocks of information such that if some...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (102): zfec Download

Released: June 30, 2011  |  Added: July 19, 2011 | Visits: 1.293

MagicScore Classic 7 MagicScore is a magnificent, powerful and convenient musical editor, for those who professionally are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of scores, some variants of data input by means of...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 12.08 MB Download (134): MagicScore Classic 7 Download

< 1 2 3 4 5 >