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

Iterable software
 

Iterable

Added: September 20, 2013 | Visits: 345

jfunctions Java library for operations with Iterables and other data structures in functional way. Features: * API for programming on Java in functonal style * A lot of basic functions on Iterable arguments * BufferedReader and JDBC ResultSet Iterable wrappers * Operations on graphs (in development) Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (50): jfunctions Download

Added: May 10, 2013 | Visits: 188

Recursive sorting This script allows you to sort recursively nested lists if iterable is a mutable sequence type. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Recursive sorting Download

Added: May 10, 2013 | Visits: 260

Randomize an iterator This script shows an extremely simple implementation of a method used for randomizing the iterable. This script evaluates the entire iterable to a sequence in memory. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Randomize an iterator Download

Added: May 10, 2013 | Visits: 310

n-dimensional loop iterator object This script does nested for loops on an arbitrary list of iterable things. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): n-dimensional loop iterator object Download

Added: May 10, 2013 | Visits: 414

Getting items in batches This script is useful when you want to get the items from a sequence (or other iterable) a batch at a time, including a short batch at the end if need be. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Getting items in batches Download

Added: August 14, 2010 | Visits: 606

libgee libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. The project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.. bitron Software: Programmierung von... Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): libgee Download

Added: August 05, 2010 | Visits: 769

Class::Interfaces Class::Interfaces is a Per module for defining interface classes inline. SYNOPSIS # define some simple interfaces use Class::Interfaces ( Serializable => [ pack, unpack ], Printable => [ toString ], Iterable => [ iterator ], Iterator => [ hasNext, next ] ); # or some more complex ones... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Class::Interfaces Download

Added: June 10, 2010 | Visits: 982

Jackess Jackcess project is a pure Java library for reading from and writing to MS Access databases. It is not an application. There is no GUI. Its a library, intended for other developers to use to build Java applications. Jackcess is licensed under the GNU Lesser General Public License. Take a look... Platforms: *nix

License: Freeware Size: 78.85 KB Download (95): Jackess Download

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

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

List mixin This script allows you to create custom list classes from a small subset of list methods.Subclasses should define _get_element(i), _set_element(i, value), __len__(), _resize_region(start, end, new_size) and _constructor(iterable). Define __iter__() for extra speed. The _get_element() and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List mixin Download

Added: November 18, 2013 | Visits: 208

Pydap Pydap is an implementation of the Opendap/DODS protocol, written from scratch. You can use Pydap to access scientific data on the internet without having to download it; instead, you work with special array and iterable objects that download data on-the-fly as necessary, saving bandwidth and... Platforms: Mac

License: Freeware Size: 3.01 MB Download (40): Pydap Download

Added: August 04, 2013 | Visits: 555

django-form-utils django-form-utils is a Django application that provides BetterForm and BetterModelForm classes which are subclasses of django.forms.Form and django.forms.ModelForm, respectively. BetterForm and BetterModelForm allow subdivision of forms into fieldsets which are iterable from a template, and also... Platforms: *nix

License: Freeware Size: 1.23 MB Download (47): django-form-utils Download

Added: August 25, 2013 | Visits: 247

zencoder A Python module for the Zencoder API Installation Install from PyPI using easy_install: easy_install zencoder or with pip: pip install zencoder Usage from zencoder import Zencoder zen = Zencoder('abc123') # enter your api key # creates an encoding job with the defaults job =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): zencoder Download

Added: November 15, 2013 | Visits: 396

pycassa pycassa is a python client library for Apache Cassandra with the following features: 1. Auto-failover for normal or thread-local connections 2. Connection pooling 3. A batch interface 4. A method to map an existing class to a Cassandra column family Installation If easy_install is... Platforms: *nix

License: Freeware Size: 81.92 KB Download (53): pycassa Download

Added: July 26, 2013 | Visits: 248

django-tables2 Prior to v0.6.0 this package was a fork of miracle2k's and both were known as django-tables. This caused some problems (e.g. ambiguity and inability to put this library on PyPI) so as of v0.6.0 this package is known as django-tables2. django-tables2 simplifies the task of turning sets of data... Platforms: *nix

License: Freeware Size: 61.44 KB Download (38): django-tables2 Download

Added: June 08, 2013 | Visits: 570

zope.mimetype This package provides a way to work with MIME content types. There are several interfaces defined here, many of which are used primarily to look things up based on different bits of information. The basic idea behind this is that content objects should provide an interface based on the actual... Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): zope.mimetype Download

Added: July 19, 2013 | Visits: 416

Schedaddle Schedaddle is a Python module for getting dates and times on scheduled intervals. For more information, see http://www.davisd.com/projects/python-schedaddle Typical Usage is as follows: #!/usr/bin/env python import schedaddle schedaddle.next((2010, 1, 31), 'monthly') API The entire... Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Schedaddle Download