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

Topological Sort Using Dfs freeware
Filter: All | Freeware | Demo
 

Topological Sort Using Dfs

1 2 3 4 5 > 

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer...



Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: August 23, 2013 | Visits: 181

altgraph altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.





Platforms: *nix

License: Freeware Size: 348.16 KB Download (41): altgraph Download

Added: May 10, 2013 | Visits: 436

ztemplates It is based on Java jdk 1.5 or later and runs in any Servlet Spec 2.4 or later compliant web-container, like Apache tomcat 6. Key features "ztemplates": - based on annotations and autodiscovery - no XML configuration - statefree - no constraints on the url format - REST-ful urls: define...


Platforms: Windows, *nix, Java, BSD Solaris

License: Freeware Download (52): ztemplates Download

Added: October 23, 2010 | Visits: 1.136

Bake Bake is a small domain specific programming language for describing how to transform one file into another. Bake uses the typical topological sort, but has features that make describing this relatively easy. Bake has patterns, similar to make, but which are part of the dependency graph (unlike...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (101): Bake Download

Added: May 10, 2013 | Visits: 290

Two-pass Pairing Heap with Auxiliary List This script allows you to manage data collections.For random data, this implementation still makes more comparisons than a sort using heapq or the builtin sort. For partially ordered data, it can perform better than the builtin sort. Because of the list of lists data structure, it always takes...


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

License: Freeware Download (51): Two-pass Pairing Heap with Auxiliary List Download

Added: May 08, 2010 | Visits: 1.477

Download Sort Download Sort is a Firefox extension that automatically saves downloaded files to different directories when using "Save Link As..." or "Save Image as...".


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): Download Sort

Added: January 18, 2010 | Visits: 1.297

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: October 17, 2010 | Visits: 1.092

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): File::Sort Download

Added: June 11, 2010 | Visits: 903

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: October 01, 2010 | Visits: 825

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): XML::Filter::Sort::Buffer Download

Added: July 01, 2010 | Visits: 1.306

Archive sort Archive sort is a bash script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive. It can also be configured to sort into 700MB directories for archiving onto CDs. Usage:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Archive sort Download

Added: October 22, 2010 | Visits: 1.090

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Sort::Fields Download

Added: January 14, 2010 | Visits: 1.729

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: June 16, 2010 | Visits: 1.089

Chatbot::Alpha::Sort Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. SYNOPSIS use Chatbot::Alpha::Sort; # Create a new sorter. my $sort = new Chatbot::Alpha::Sort(); # Sort your files. $sort->start ( dir => ./before, out => ./after, ext => cba, );...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Chatbot::Alpha::Sort Download

Added: March 23, 2010 | Visits: 1.030

Sort::Versions Sort::Versions is a Perl 5 module for sorting of revision-like numbers. SYNOPSIS use Sort::Versions; @l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a ); ... use Sort::Versions; print lower if versioncmp(1.2, 1.2a) == -1; ... use Sort::Versions; %h = (1 => d, 2...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Sort::Versions Download

Added: June 22, 2010 | Visits: 768

Sort::Radix Sort::Radix is a Perl module with multiple passes distribution sort algorithm. SYNOPSIS use Sort::Radix; @array = qw(flow loop pool Wolf root sort tour); radix_sort(@array); print "@arrayn"; This is an implementation based on Jarkkos Wolf book (Mastering Algorithms with Perl, pp....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): Sort::Radix Download

Added: July 01, 2010 | Visits: 986

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: June 26, 2010 | Visits: 866

weta-dfs weta-dfs is a distributed file system. weta-dfs is designed to be fail-safe through replications of files, fast and easy to install, platform independent, and to have fast recovery from crashes. It consists of Data Node Servers and one Meta Data Server and a java.io.File-like client API.. Get...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (102): weta-dfs Download

Added: September 21, 2010 | Visits: 762

DCE::DFS DCE::DFS is a Perl module interface to DFS internals. General DFS methods $cellname = DCE::DFS::cellname(path) $status = DCE::DFS::crmount(path, fileset, read_write = 0) $status = DCE::DFS::delmount(path) ($fid, $status) = DCE::DFS::fid(path) ACL stuff ($acl, $status) =...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): DCE::DFS Download

Added: September 25, 2010 | Visits: 880

Genre-sort Genre-sort is a handy Python script that will move/copy mp3s based on their id3 genre tag.. Get Duplicate Music Matcher at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Python script to quickly find duplicate mp3 and ogg files...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Genre-sort Download

1 2 3 4 5 >