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

Sorting Attribute Blocks freeware
Filter: All | Freeware | Demo
 

Sorting Attribute Blocks

< 1 2 3 4 5 
Added: June 17, 2010 | Visits: 972

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: July 20, 2010 | Visits: 1.014

ferrisfuse ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel. About libferris In non technical terms libferris makes the file system and other hierarchical storage systems easier to use. For the geeks out there, libferris is a virtual file system (VFS) that runs in...





Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): ferrisfuse Download

Added: July 20, 2010 | Visits: 1.086

MPEG::Info MPEG::Info is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use MPEG::Info; my $video = MPEG::Info->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print $file->acodecraw; ## 80 print...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (113): MPEG::Info Download

Added: February 19, 2010 | Visits: 1.190

Bio::NEXUS::Block Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont create a new Bio::NEXUS::Block object. Other...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): Bio::NEXUS::Block Download

Added: October 19, 2010 | Visits: 1.157

Duplo Duplo is a tool to find duplicated code blocks in large C, C++, Java, C#, and VB.Net systems. - Sample output snippet - ... srcenginegeometrysimpleTorusGeometry.cpp(56) srcenginegeometrysimpleSphereGeometry.cpp(54) pBuffer[currentIndex*size+3]=(i+1)/(float)subdsU;...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (106): Duplo Download

Added: June 16, 2010 | Visits: 1.096

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: February 15, 2010 | Visits: 848

libredblack libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works! What is the problem with...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): libredblack Download

Added: March 23, 2010 | Visits: 1.034

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 (103): Sort::Versions Download

Added: July 01, 2010 | Visits: 990

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: November 11, 2010 | Visits: 1.333

sshdfilter sshdfilter automatically blocks ssh brute force attacks by reading sshd log output in real time and adding iptables rules based on authentication failures. Block rules are created by logging on with an invalid user name, or wrongly guessing the password for an existing account. Block rules...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (111): sshdfilter Download

Added: February 19, 2010 | Visits: 884

Algorithm::SISort Algorithm::SISort is a Perl module that contains select and insert sorting algorithm. SYNOPSIS use Algorithm::SISort qw(Sort Sort_inplace); @sorted_list = Sort {$_[0] <=> $_[1]} @unsorted_list; # ... or ... $number_of_comparisons = Sort_inplace {$_[0] <=> $_[1]} @unsorted_list; This...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Algorithm::SISort Download

Added: June 26, 2010 | Visits: 831

Petal Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/" > < body tal:content="bar" >Dummy Content< /body...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: September 07, 2010 | Visits: 1.200

Block Rage Block Rage will be a falling blocks game with detailed graphics and animated plasmatic backgrounds. You will be able to challenge your friend in a 2-player hotseat mode! It is strongly inspired by a superb DOS classic. At present, the game is fully playable, but theres no real graphics nor...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (97): Block Rage Download

Added: September 13, 2010 | Visits: 732

MassResolve MassResolve application performs reverse DNS lookups for network blocks or an input file. The requests can be performed mulit-threaded. Usage: ./res < subnet or filename to resolve > < forks > Code: /* MassResolve (C) 2000 John Anderson (john@ev6.net) This program performs reverse dns...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): MassResolve Download

Added: November 26, 2010 | Visits: 993

Ympyris Ympyris project is a circular falling blocks game. Ympyris is a falling blocks game that uses a circle instead of a rectangular grid. Ympyris is a game that combines the idea of Tetris to the polar coordinate system. In normal Tetris-clones you move the falling blocks left and right. In...


Platforms: *nix

License: Freeware Download (102): Ympyris Download

Added: March 19, 2010 | Visits: 985

Twin Distress Twin Distress project is a puzzle game where you remove all blocks of the same color from the screen. Two blocks are removed at a time, and must be of the same color. After completing a level, you will be rewarded with a bonus point for every tick left on the clock. For each level thereafter,...


Platforms: *nix

License: Freeware Download (98): Twin Distress Download

Added: November 12, 2010 | Visits: 792

Database Primitives Library DBPrim project is a library providing basic building blocks for creating in-memory databases..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (87): Database Primitives Library Download

Added: January 08, 2010 | Visits: 1.029

Apache::MP3::Playlist Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Playlist PerlSetVar SortField...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (110): Apache::MP3::Playlist Download

Added: August 15, 2010 | Visits: 2.225

gvrpcd GVRP stands for GARP (Generic Attribute Registration Protocol) VLAN Registration Protocol. This project is a Layer 2 network protocol, for automatic configuration of switches in a VLAN network. Each VLAN switch is configured with the VLANs it is part of. GVRP will spread this information and...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (146): gvrpcd Download

Added: September 19, 2010 | Visits: 1.667

Adblock Plus 0.7.2.4 for Adblock Plus is a Firefox extension that blocks ads and banners. Ever been annoyed by all those ads and banners on the internet that often take longer to download than everything else on the page? Install Adblock Plus now and get rid of them. Right-click on a banner and choose "Adblock" from...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (191): Adblock Plus 0.7.2.4 for Download

< 1 2 3 4 5