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

Nested software
Filter: All | Freeware | Demo
 

Nested

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

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

Added: May 10, 2013 | Visits: 489

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: August 18, 2013 | Visits: 350

Nested logical indexing NESTED Nested logical indexingOUT = nested(IN) returns the final result of a list of nested logical indices. If IND_1 is a logical array and IND_(n+1) is a logical array of those that are TRUE within IND_(n) then nested(IND1,IND2,...) produces the resulting logical array of the nested logicals... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Nested logical indexing Download

Added: July 09, 2013 | Visits: 390

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: 552

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: 382

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: August 07, 2013 | Visits: 515

Nested Function Live Stock Ticker This application uses a WSDL web service to provide live (albeit 20 minute delayed) stock quotes. By using a MATLAB timer object, it runs continuously as a background task (without blocking the MATLAB command line).This application is not meant to be a serious stock ticker - it is intended to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Nested Function Live Stock Ticker Download

Added: May 11, 2013 | Visits: 505

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: June 30, 2013 | Visits: 272

Nested sort of structure arrays nestedSortStruct and nestedSortStruct2 do a nested sort of a one-dimensional struct array by two different methods. That is, the struct array is sorted by one field, then those entries of the array that have the same value for that field are sorted by a second field, etc.If you want to sort by... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Nested sort of structure arrays Download

Added: July 14, 2013 | Visits: 324

GUIDE with nested callbacks Tired of using USERDATA or GUIDATA calls to share data between callbacks in GUIDE? Nested callbacks are the answer. A nested function can "see" all the data that the top level function can. You therefore no longer need to painstakingly save or pass data for later use.Unfortunately, up until now... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): GUIDE with nested callbacks Download

Added: May 06, 2013 | Visits: 403

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: 358

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: 901

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: May 12, 2006 | Visits: 2.141

DiskVision By drawing files and folders as nested rectangles, DiskVision shows, visually, how much space each file and folder consumes. This makes it easy to track down files, folders, and applications that are wasting space. Features: - Displays file and folder sizes in easy-to-understand nested... Platforms: Windows

License: Commercial Cost: $19.95 USD Size: 1.2 MB Download (116): DiskVision Download

Added: November 26, 2010 | Visits: 1.233

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.329

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: 791

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: 893

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.527

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: 418

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

1 2 3 4 5 >