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

Story Structure freeware
Filter: All | Freeware | Demo
 

Story Structure

< 1 2 3 4 5 > 
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 16, 2012  |  Added: September 16, 2012 | Visits: 474

Story Planner Pro for Mac OS A tool for creating storyboards with graphical and textual information, and generating animatics with soundtrack and animations. The software is a fundamental management tool to facilitate the creative thinking process simplifying the workflow in cinema, advertising, animation and video games...





Platforms: Mac

License: Freeware Size: 24 MB Download (447): Story Planner Pro 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: 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: September 22, 2012  |  Added: September 22, 2012 | Visits: 479

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

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

Storybook Storybook is a free, scene-based open source software for creative writers, novelists and authors that helps to keep the overview over the strands while writing a book, a novel or a story. Storybook assists you in structuring your book. Storybook has two views: the chronological view and the book...


Platforms: Windows, Linux

License: Freeware Size: 29 MB Download (513): Storybook Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 710

Collaboration Collaboration is a free internet multiplayer game where players cooperate and compete to write a short story together. This game is part of the Synthetic Reality "Arcadia" family of games. (homepage Players add additional channels at will using the integrated MIX server. Arcadia itself provides...


Platforms: Windows

License: Freeware Size: 1.46 MB Download (480): Collaboration Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 414

The Tiny Bang Story Lite Fun for the whole family! No texts in game! The Tiny Bang Story is set on the fictitious world, Tiny Planet. When an asteroid hits, its fragile world breaks into pieces. You'll have to recover its lost beauty and help the population of Tiny Planet. Through five chapters, you'll solve numerous...


Platforms: Mac

License: Freeware Size: 85.7 MB Download (48): The Tiny Bang Story Lite 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: 596

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

Added: May 10, 2013 | Visits: 454

Python Octree Implementation This script is a simple implementation of an octree data structure in python. Its use is primarily for fast collision or view frustrum culling in interactive 3d environments, but its possible uses are quite open-ended. It was originally written for use with the pyOgre 3d engine binding. The code...


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

License: Freeware Download (53): Python Octree Implementation Download

Added: May 10, 2013 | Visits: 409

Priority dictionary This data structure acts almost like a dictionary, with two modifications: First, D.smallest() returns the value x minimizing D[x]. For this to work correctly, all values D[x] stored in the dictionary must be comparable. Second, iterating "for x in D" finds and removes the items from D in sorted...


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

License: Freeware Download (51): Priority dictionary Download

Added: May 10, 2013 | Visits: 343

Allow Numeric Stubs This happens because the structure of the URL generated conflicts with that of post pagination.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5 or higher


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

License: Freeware Download (53): Allow Numeric Stubs Download

Added: May 10, 2013 | Visits: 376

Advanced Permalinks This plugin is useful for the migration of an old permalink structure to a new one.InstallationDownload advanced-permalinks.zipUnzipUpload advanced-permalinks directory to your /wp-content/plugins directoryGo to the plugin management page and enable the pluginConfigure the options from the...


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

License: Freeware Download (61): Advanced Permalinks Download

Added: May 10, 2013 | Visits: 194

Subpage Listing This allows the creation of a complex hierarchical structure that can be browsed.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 up to 2.1.2


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

License: Freeware Download (52): Subpage Listing Download

< 1 2 3 4 5 >