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

Nested Dolls freeware
Filter: All | Freeware | Demo
 

Nested Dolls

1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 894

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

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

Reborn Dolls Beautiful images of reborn dolls come alive on your screen





Platforms: Windows, Unix

License: Freeware Size: 4.27 MB Download (48): Reborn Dolls Download

Added: May 10, 2013 | Visits: 486

Searching nested strings This script searches nested strings from a line of text. The strings are limited by two different characters.


Platforms: Python,

License: Freeware Download (59): Searching nested strings Download

Added: July 09, 2013 | Visits: 389

Nested Set DB Table Nested Set DB Table manages nested sets of data stored inside a database. Nodes in a database table can be created and managed, allowing the developer to retrieve, add, update and delete them as he wishes.There are database adapters to access the tree of nodes in various types of databases, as...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (42): Nested Set DB Table Download

Added: June 26, 2013 | Visits: 551

Joe Celko Nested Sets Joe Celko Nested Sets is meant to manage tree database structure using Jeo Celko's nested sets approach.You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries.The number of queries per action does not depend on the number of sub-nodes, so it is a...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Joe Celko Nested Sets Download

Added: May 01, 2013 | Visits: 381

Nested Nodes Class Nested Nodes Class can be used to manage hierarchies of records stored in MySQL database tables.Features of Nested Nodes Class:- Works on any existing MySQL table provided that the table has three mandatory fields for the record id , position and order- Support adding, updating and deleting nodes...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (42): Nested Nodes Class Download

Added: May 06, 2013 | Visits: 402

Nested Sets DB Tree Nested Sets DB Tree can be used to manipulate nested sets of database table records that form an hierarchical tree.Features of Nested Sets DB Tree:- It provides means to initialize the record tree, insert record nodes in specific tree positions, retrieve node and parent records, change position...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (41): Nested Sets DB Tree Download

Added: March 31, 2013 | Visits: 355

Loomes Nested Set Loomes Nested Set can perform several types of operations to manipulate an hierarchy of nodes that are stored in a database as table records.Currently Loomes Nested Set can insert a root node, insert a node that is child of a given parent, delete a branch of nodes under a given node, delete a...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (41): Loomes Nested Set Download

Added: July 31, 2013 | Visits: 899

PHP Cat Nested Model Category Class The records of categories can be added, updated and deleted.PHP Cat Nested Model Category Class can also retrieve categories under a given category, get top categories, get the largest category and get all categories.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (41): PHP Cat Nested Model Category Class Download

Added: November 26, 2010 | Visits: 1.232

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: February 20, 2010 | Visits: 1.328

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: January 11, 2010 | Visits: 788

Diago 0.9 Alpha Diago is the dialog-based system to easily create nested menus, execute programs and start connections to remote systems in the console sessions. This project is released under the terms of GPL v3 or later. While dialog is good to create a single… well, dialog… in the console mode, Diago...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Diago 0.9 Alpha Download

Added: June 13, 2010 | Visits: 890

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: August 01, 2010 | Visits: 1.524

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: May 10, 2013 | Visits: 417

Handling Deeply Nested/Recursive Data Common python services such as pickle, deepcopy and comparison tests either fail entirely or do not scale for highly recursive data structures. This script presents a reversible "flatten" transformation that allows for such operations.


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

License: Freeware Download (49): Handling Deeply Nested/Recursive Data Download

Added: May 10, 2013 | Visits: 531

Relational Join Algorithms This script implements the three standard relational join algorithms: nested loops join, hash join, and merge join, using the iterator algebra support in Python.This script also presents code that can be used for inner join, left outer join, full outer join, and semijoins. The nested loops join...


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

License: Freeware Download (53): Relational Join Algorithms Download

Added: May 10, 2013 | Visits: 447

Property decorator for python Defining a property involves the definition of nested functions for one or more of fget,fset,fdel. The decorator probes the decorated function, captures its locals() just before it returns and looks for the names "fget", "fset" and "fdel". The found values, along with the function's docstring are...


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

License: Freeware Download (51): Property decorator for python Download

Added: May 10, 2013 | Visits: 1.002

T-HTB manager T-HTB FREE web interface, built in PHP, simple Java Script, Ajax, Nested set model MySQL, rrd graph, create tc command using iptables CLASSIFY.


Platforms: PHP

License: Freeware Size: 153.6 KB Download (47): T-HTB manager Download

Added: October 08, 2013 | Visits: 261

NestedPlistEditor A version of the 'defaults' command-line tool which allows editing of nested properties. This project implements something very similar to the 'defaults' command line tool, with one major difference: it supports nested properties.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (42): NestedPlistEditor Download

Added: November 30, 2013 | Visits: 571

NestedQuote Remover for Linux NestedQuote Remover is a thunderbird extension that removes nested quotes when replying to a mail.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): NestedQuote Remover for Linux Download

1 2 3 4 5 >