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

Atomic Structure freeware
Filter: All | Freeware | Demo
 

Atomic Structure

< 1 2 3 4 5 > 
Added: April 23, 2010 | Visits: 737

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

Added: January 10, 2010 | Visits: 971

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: November 20, 2010 | Visits: 905

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

Released: December 06, 2012  |  Added: December 27, 2012 | Visits: 1.517

Vista Clock Vista Clock - put on your desktop a stylish free analog/digital clock with Countdown, Chimes, Timer, Uptime, Stopwatch, World Clock, Atomic Clock and Skins.


Platforms: Windows

License: Freeware Size: 743.02 KB Download (123): Vista Clock Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 377

CueMol 1.1.0 CueMol is a program for the macromolecular structure visualization on the Windows platform (CueMol was formerly called "Que"). CueMol aims to visualize and build the crystallographic models of macromolecules, with the user-friendly interfaces. Currently supported files are molecular coordinates...


Platforms: Windows

License: Freeware Size: 3.3 MB Download (446): CueMol 1.1.0 Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 580

IGETIT IGETIT is a handy, agent-based situated language learning simulation designed to focus on lexical learning and grounding, featuring a unigram syntax structure and a CFG-based semantic grammar. Created as a MSc thesis project, using Python. for WindowsNT, 2K, XP, 2003, Vista, 7


Platforms: Windows, 2K, XP, 2003, Windows Vista, 7

License: Freeware Download (441): IGETIT Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 314

CueMol CueMol is a program for the macromolecular structure visualization on the Windows platform (CueMol was formerly called "Que"). CueMol aims to visualize and build the crystallographic models of macromolecules, with the user-friendly interfaces. Currently supported files are molecular coordinates...


Platforms: Windows

License: Freeware Size: 3.3 MB Download (419): CueMol Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 442

Atomic Combat for Mac OS A 'location guessing' game in the spirit of Battleship: You have factories, cities, reactors, silos, airfields and hopefully enough nuclear weapons to destroy your three closest neighbors. However you don't know where their resources and cities are... You are firing blind into a grid of possible...


Platforms: Mac

License: Freeware Size: 18 MB Download (463): Atomic Combat for Mac OS Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 403

ChemSpider Search ChemSpider Search is a useful Safari extension for viewing chemical structure images without leaving the current site. Right-click on any compound name, drug name or chemical formula and choose "Search in ChemSpider" to see an image of the chemical structure. Then just click the "View" button to...


Platforms: Windows

License: Freeware Download (50): ChemSpider Search Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 759

SP TimeSync CE SP TimeSync is a program with multilingual interface which lets you synchronize your computer's clock with any Internet atomic clock (time server). It uses a high precision network time protocol (NTP) which provides accuracy of several milliseconds depending on the characteristics of the...


Platforms: Windows, Pocket PC, Handheld/Mobile Other

License: Freeware Size: 30.72 KB Download (58): SP TimeSync CE Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 452

FileMess The FileMess application was developed to be a small utility which scans a directory structure and moves files based on pattern matching. The FileMess utility was developed to tidy up the files downloaded from news servers (USENET). The program will recognize files based on a search pattern and...


Platforms: Windows

License: Freeware Download (49): FileMess Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 616

Zero Zipper The Zero Zipper application was developed to be a small, easy to use tool that will allow you to duplicate a folder / file structure as zero-byte files and then create a zip from them.


Platforms: Windows

License: Freeware Download (49): Zero Zipper Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 796

PTBSync PTBSync is a tool to synchronize your PC time with an an atomic clock via the internet. It offers 65 Time servers (NTP) worldwide to choose from. In addition to time synchronization, PTBSync also includes a complete personal organizer for reminders and repetitive events such as birthdays,...


Platforms: Windows

License: Freeware Size: 3.6 MB Download (56): PTBSync Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 478

DSAL DSAL, also known as The Data Structure & Algorithm Library was designed as an accessible and useful library of classical data structure and algorithm. Now you cna make use of this handy library to further improve your development process.


Platforms: Windows

License: Freeware Download (48): DSAL Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 525

PXUPGR The presented package gives the 32 bit Delphi programmers a tool for changing Paradox database structure at run time. Instead of having to call different routines for different types of structure changes, all supported restructure actions can be achieved by invoking the single routine exported by...


Platforms: Windows

License: Freeware Download (47): PXUPGR Download

Added: May 10, 2013 | Visits: 292

Deeply applying str() across a data structure The str() function in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists. This module also provides utilities to develop custom...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 329

txt2graph txt2graph should visualize the structure and dependencies of a text. It reads a text document from stdin, removes all non-alphas and generates an array (list) of words. Then it converts german-umlauts, because graphviz can only handle clean ASCII as node-description and output a dot-file for a...


Platforms: *nix, Perl, BSD

License: Freeware Download (62): txt2graph Download

Added: May 10, 2013 | Visits: 371

Design mini-lanugage This script uses Python's superb text handling capability to parse and build the data structure from the input text.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Design mini-lanugage Download

Added: May 10, 2013 | Visits: 595

Sql2diagram-sxd It can be used in reverse-engineering ERD (Entity-Relationship Diagrams) to create UML-style table structure diagrams.The program outputs OpenOffice.org Draw (.sxd) files, so the results are editable.The program can also output a machine readable textual explanation of the diagram it is writing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Sql2diagram-sxd Download

Added: May 10, 2013 | Visits: 657

Quick and easy FIFO queue class Quick and easy FIFO queue class is an easy First-In-First-Out queue class based on Python's List data structure.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Quick and easy FIFO queue class Download

< 1 2 3 4 5 >