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

Zinc Atomic Structure freeware
Filter: All | Freeware | Demo
 

Zinc Atomic Structure

< 1 2 3 4 5 > 
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: August 24, 2008 | Visits: 1.141

AnalogX Atomic TimeSync Set your computers clock using the same time used by the US military! AnalogX Atomic TimeSync uses any NTP server (such as the one run by NIST) and sets your system clock. It can be configured to offset the time by any amount, periodically re-sync the time, plus it even has a built-in NTP server!





Platforms: Windows

License: Freeware Size: 218 KB Download (116): AnalogX Atomic TimeSync Download

Added: October 11, 2010 | Visits: 1.254

KnowledgeRoot KnowledgeRoot is a knowledge base system that lets you structure your content in a tree. KnowledgeRoot project integrates FCKeditor to make adding content easy. Knowledgeroot use PHP and MySQL or PostgreSQL. Whats New in This Release: - This release fixes insecure upload of fckeditor.....


Platforms: *nix

License: Freeware Size: 1024 KB Download (114): KnowledgeRoot Download

Added: June 03, 2010 | Visits: 1.299

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library Download

Added: January 10, 2010 | Visits: 976

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

Added: May 23, 2010 | Visits: 1.089

FLV::VideoTag FLV::VideoTag is a flash video file data structure Perl module. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts an FLV video tag from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file....


Platforms: *nix

License: Freeware Download (104): FLV::VideoTag Download

Added: March 16, 2010 | Visits: 1.107

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Data::Diff Download

Added: March 21, 2010 | Visits: 1.136

Erwin Data Structures Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script. This way, mixed usage in C and C++ is...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): Erwin Data Structures Download

Added: July 10, 2010 | Visits: 938

Rubytree Rubytree is a simple to use general purpose tree data structure implementation in Ruby. It provides easy access methods for navigating the hierarchy, as well as for accessing the nodes. Rubytree project also provides ability to marshal the entire tree structure. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Rubytree Download

Added: February 02, 2010 | Visits: 1.085

Atomic Atomic provides an Atom protocol client for creating and manipulating Atom feeds. An Atom protocol client for creating and manipulating Atom feeds (e.g. blogs). Ive added a new statusbar based interface for quick posts. There are still some unfinished bits there but it does function. The...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (99): Atomic Download

Added: March 21, 2010 | Visits: 827

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: October 24, 2010 | Visits: 842

AFS::KTC_TOKEN AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. SYNOPSIS use AFS::KTC_TOKEN; use AFS::KTC_PRINCIPAL; use AFS::KTC_EKEY; use AFS::Cell qw(localcell); my $token = AFS::KTC_TOKEN->nulltoken; print "StartTime = ", $token->startTime, "n"; print "EndTime = ",...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (97): AFS::KTC_TOKEN Download

Added: November 20, 2010 | Visits: 907

TARIFA TARIFA, which stands for Transactions by AssembleR Instrumentation FrAmework, aims to provide the "atomic" keyword to C/C++ for better support of concurrency programming. Instead of using lock-based designs with all their problems (deadlocks, difficult design, lack of reusability), the "atomic"...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (97): TARIFA Download

Added: January 25, 2010 | Visits: 765

Structure Structure is a screensaver for Mac OS X that draws on the National Center for Biotechnology Information's protein databases to display beautiful 3D protein structures on your screen. It ships with about ten sample structures and via the Internet has seamless access to a database of tens of...


Platforms: Mac

License: Freeware Size: 4.4 MB Download (95): Structure Download

Added: September 23, 2010 | Visits: 779

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Perl6::Gather Download

Added: November 14, 2010 | Visits: 1.684

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: August 08, 2010 | Visits: 1.073

Xholon runtime framework Xholon runtime framework executes applications that are event-driven or that have highly dynamic structure or behavior. Specify your models using XML and Java, or using third-party UML2 tools and MDA transformations. To get started, read or actively work through the basic HelloWorld tutorial....


Platforms: *nix

License: Freeware Size: 3.6 MB Download (92): Xholon runtime framework Download

Added: April 15, 2010 | Visits: 896

Journaled Files LIBrary Journaled Files LIBrary allows you to perform atomic transactions on standard files. It supplies functions to commit and rollback (back-out) changes. Journaled files are normal files that you can browse and parse with standard tools. A journal (log) stores all transactional info. Whats New in...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (91): Journaled Files LIBrary Download

Added: February 04, 2010 | Visits: 782

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: April 23, 2010 | Visits: 738

IRCTree IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII. Introduction IRCTree shows a tree in ascii format representing the structure of an IRC network. You need netcat (nc) for it to work. Example uses $ irctree irc.swipnet.se Compiling No...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): IRCTree Download

< 1 2 3 4 5 >