My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 11
Implementations of an algorithm of generating mobile phone key strings ordered by count of strokes. Currently planned implementations are Python, PHP and Scala.
*python-pipeline* lets you create pipelines of iterators. Example: {{{ >>> from pipeline import * >>> xrange(-10, 10) | grep(lambda x: x % 3 == 2) | (x * (x + 1) for x in STDIN) | list [90, 42, 12, 0, 6, 30, 72] }}}
Collection of utilities for Iterators (http://www.php.net/~helly/php/ext/spl/) to add most of the functionality of Array functions (http://php.net/manual/en/ref.array.php)
A group of C++ classes for quickly writing iterators (usually all that's required is a wrapper class for telling the base how to access the children of each node) to traverse any kind of tree data structure (and graphs to a limited extent).
Utility Library in C. Questo progetto viene aperto a causa del buon successo ottenuto da questa libreria di liste in C... ...non riesco ancora a spiegarmi come mai!? comunque ora sono disponibili pubblicamente... magari se riceverò qualche donazione vedrò di creare una libreria in C un po' più d...
spdict include several implementations of dictionary data structure : * [http://www.nist.gov/dads/HTML/binarySearchTree.html Binary Search Tree] * [http://www.nist.gov/dads/HTML/redblack.html Red-Black Tree] * [http://www.nist.gov/dads/HTML/btree.html Balanced Tree] * [http://www.nist.gov/da...
The goal of ETL is to provide a simpler alternative to the STL. We believe that being able to modify the building blocks of your language (for example, by having the flexibility to add methods to your string class) is invaluable and promotes reuse and better refactoring.
=Collection of projects by Johan Nilsson= The Base Project currently contains the follwing classes. * Base_List * Base_List_Iterator * Base_List_Exception * Base_Iterator Example usage: {{{ // Dummy example object class Item { private $_name = ''; public function __const...
Allows accessing a traversable variable as a stream using callbacks
This project is aimed to create simple and efficient template based btree implementation which supports different storages for storing data. For changing storage type (e.g. from hard drive to RAM) you should only change template argument of the BTreeAlgorithms class. There are two controllers ex...
1 2 Next