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

Iterator freeware
Filter: All | Freeware | Demo
 

Iterator

< 1 2 3 4 5 > 
Added: July 08, 2010 | Visits: 913

SyslogScan::Summary SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. SYNOPSIS Use SyslogScan::Summary; Use SyslogScan::DeliveryIterator; my $iter = new SyslogScan::DeliveryIterator(syslogList => [/var/log/syslog]); my $summary; if (defined...



Platforms: *nix

License: Freeware Size: 37.89 KB Download (95): SyslogScan::Summary Download

Added: April 03, 2010 | Visits: 1.632

Wolfpack Wolfpack project is a server-side Ultima Online MMORPG software. Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EAs Ultima Online to play on Wolfpack servers. The Wolfpack project is an effort to develop and maintain an open-source...





Platforms: *nix

License: Freeware Download (119): Wolfpack Download

Added: November 22, 2010 | Visits: 1.064

Acme::OneHundredNotOut Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Acme::OneHundredNotOut Download

Added: January 20, 2010 | Visits: 981

mimetic mimetic is a powerful, full featured, STL-based, standards compliant C++ MIME library. mimetic is a GPL MIME library written in C++ designed to be easy to use and integrate but yet fast and efficient. Im a fan of the C++ Standard Library so mimetic has been built around the standard lib. This...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): mimetic Download

Added: April 22, 2010 | Visits: 797

Whitebeam Whitebeam provides a rapid, XML based development environment for structured, dynamic Web apps. Whitebeam is a frontend XML-centered rapid design environment which makes use of HTML/XML and JavaScript. It integrates two popular and robust Open Source platforms (Apache and Mozillas SpiderMonkey...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (98): Whitebeam Download

Added: February 27, 2010 | Visits: 916

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 411

Last Java Collection Library The package allows to work with scalar arrays as usual collections. The problem with a scalar array Java templates don't support scalar types as generic parameters. Java code working with collection interfaces such as List or Collection is inapplicable for arrays. Some libraries supply methods...


Platforms: Windows, Mac, Linux

License: Freeware Size: 42.96 KB Download (46): Last Java Collection Library Download

Added: May 10, 2013 | Visits: 419

Fileinput as a generator This script provides a class called LineIterator that iterates over every line in a list of files, performing the basic functionality as fileinput module in the standard library (which mimics Perl's operator). Basically acts as a simple and methodical way to iterate over every line in a list of...


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

License: Freeware Download (61): Fileinput as a generator Download

Added: May 10, 2013 | Visits: 462

Cross Platform Excel Parsing With Xlrd This script easily extract data from microsoft excel files using this wrapper class for xlrd. The class allows you to create a generator which returns excel data one row at a time as either a list or dictionary. This script is very useful for easily pulling in a variety of excel files without...


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

License: Freeware Download (55): Cross Platform Excel Parsing With Xlrd Download

Added: May 10, 2013 | Visits: 591

Breadth first traversal of tree Breadth first traversal of tree script is an example of the self-recursive generators. The first argument should be the tree root; children should be a function taking as argument a tree node and returning an iterator of the node's children.


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

License: Freeware Download (52): Breadth first traversal of tree Download

Added: May 10, 2013 | Visits: 707

Call a function/method X times per second This simple generator function is used to call a function X times per second.


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

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 298

Splitting iterators This script shows an implementation of isplit, a function that splits iterators into two equal ones, which return similar values, but are exact copies of one another.


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

License: Freeware Download (56): Splitting iterators Download

Added: May 10, 2013 | Visits: 622

Struts for php Struts for php is an MVC based framework for developing php web applications like jakarta struts. The framework is driven with a easy to handle xml configuration file. Also it has special support for the smarty template engine by supporting it with a special tag lib. The Collection interface is...


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

License: Freeware Download (51): Struts for php Download

Added: May 10, 2013 | Visits: 412

Sglib Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for: - sorting arrays - manipulating linked lists - manipulating sorted linked lists - manipulating double linked lists - manipulating red-black trees -...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (51): Sglib Download

Added: May 10, 2013 | Visits: 491

tvmet Tiny Vector and Matrix template library uses Meta Templates (MT) and Expression Templates (ET) to evaluate results at compile time -- which makes it fast for low order (tiny) systems."Tiny" is a subjective term, but typically means vectors and matrices of size ten (10) or less.Features: - STL...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (61): tvmet Download

Added: June 06, 2013 | Visits: 444

ORM mapping class This PHP script is designed to act as a base class for storing and retrieving objects in MySQL databases. This base class should be extended by other class to define the MySQL database table and the fields to store and retrieve the object variables.ORM mapping class executes SQL queries with the...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): ORM mapping class Download

Added: May 03, 2013 | Visits: 336

Ultimate MySQL wrapper There are two classes that provide the same functionality to access MySQL databases. The second class provides static functions and creating class objects is not necessary to call it.When used together with and error handler class/function that also logs stacktrace (like my ErrorManager class)...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Ultimate MySQL wrapper Download

Added: May 04, 2013 | Visits: 224

Tweetstream tweetstream is a Python module that provides a single class, TweetStream, that can be used to get tweets from Twitter's streaming API. An instance of the class can be used as an iterator. In addition to fetching tweets, the object keeps track of the number of tweets collected and the rate at...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Tweetstream Download

Added: August 12, 2013 | Visits: 371

JSefa JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, and FLR (extensible to other formats) and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types...


Platforms: Mac

License: Freeware Size: 1.04 MB Download (39): JSefa Download

Added: November 16, 2013 | Visits: 513

Fractal Miner Fractal Miner is a multithreaded Mandelbrot and Julia set image renderer. It is entirely written in C++ using the QT4, Boost and OpenGL libraries and is primarily developed for a Linux OS like Debian. For more details please have a look at the features page. Features These are some key...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (40): Fractal Miner Download

< 1 2 3 4 5 >