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

Tuple software
Filter: All | Freeware | Demo
 

Tuple

< 1 2 3 
Added: June 12, 2013 | Visits: 384

CrocoPat CrocoPat manipulates relations of any arity, including graphs (which are binary relations). Its simple and expressive query and manipulation language is based on first-order predicate calculus.The implementation is based on the data structure binary decision diagram (BDD), which is well-known as... Platforms: C and C plus plus

License: Freeware Size: 3.66 MB Download (42): CrocoPat Download

Added: April 06, 2013 | Visits: 238

countRepetitions How many sequences of any repeated element exist in a vector (and how long are they)? Example below.T = COUNTREPETITIONS(A) returns the total number of repetitions of anyelement in A. The n-th element in T is the number of n-time-repetitionsof any element in A.[T,D] = COUNTREPETITIONS(A) also... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): countRepetitions Download

Added: July 28, 2013 | Visits: 425

Dict4Ini This module is used to process ini format configuration file. It acts just like a dict, but you can also access it's sections and options with attribute syntax, just like x.test. What's it features . as simple as others . you can access options according to dict syntax, just like x'name''o'... Platforms: Mac

License: Freeware Size: 10.24 KB Download (42): Dict4Ini 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: September 02, 2013 | Visits: 347

extprot extprot is a compact, extensible and efficient binary serialization format. This is a python implementation of the 'extprot' serialization scheme, the details of which are descripted in detail at: http://eigenclass.org/R2/writings/extprot-extensible-protocols-intro Similar to Google's... Platforms: *nix

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

Added: July 05, 2013 | Visits: 454

collective.z3cform.wizard This library implements a simple z3c.form-based wizard. The wizard is composed of multiple steps. Each step is a form. Data is stored in a session until the user clicks the Finish button on the last step. In order to make good use of this library you'll need to be reasonably familiar with... Platforms: *nix

License: Freeware Size: 30.72 KB Download (57): collective.z3cform.wizard Download

Added: June 08, 2013 | Visits: 363

nebseq nebseq is a Python module for basic biological sequence manipulations. Import as usual >>> import nebseq Reverse complements The only note here is that revcomp does not check the input sequence to see if it looks like DNA or RNA. >>> nebseq.revcomp('ACGT') 'ACGT' >>>... Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): nebseq Download

Added: June 18, 2013 | Visits: 557

django-postal The motivation behind this project is that most countries have different forms of postal addresses e.g. http://www.bitboost.com/ref/international-address-formats.html , http://en.wikipedia.org/wiki/Address_%28geography%29 This app assumes that all postal addresses worldwide can be made up of 5... Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-postal Download

Added: November 21, 2013 | Visits: 416

django-adminfiles For each model you'd like to use the django-adminfiles picker with, inherit that model's admin options class from adminfiles.admin.FilePickerAdmin instead of the usual django.contrib.admin.ModelAdmin, and set the adminfiles_fields attribute to a list/tuple of the names of the content fields it is... Platforms: *nix

License: Freeware Size: 61.44 KB Download (46): django-adminfiles Download

Added: December 02, 2013 | Visits: 363

django-immutablefield django-immutablefield is inspired by a Google search that didn't turn up a reusable solution for making fields immutable inside of a Django model. Installing One of the following: Via the ole' standby: easy_install django-immutablefield Pip: pip install django-immutablefield To install... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): django-immutablefield Download

Added: September 15, 2013 | Visits: 283

djmako Portions of this code are taken from django-smorgasbord's mako support. Smorgasbord provided a monkeypatch to facilitate the use of other templating languages within Django 1.1; with Django 1.2, this monkeypatch is no longer necessary, and there is no longer any particular reason to conjoin... Platforms: *nix

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

Added: August 17, 2013 | Visits: 433

django-geoportail django-geoportail is a Django app that adds maps and photos from the French National Geographic Institute to GeoDjango. Geodjango with the maps and photos from the French National Geographic Institute. * Installation: see INSTALL * Get involved: http://bitbucket.org/bruno/django-geoportail/... Platforms: *nix

License: Freeware Size: 30.72 KB Download (39): django-geoportail 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

Added: October 21, 2013 | Visits: 243

Couchable Couchable is a library that allows arbitrary Python objects to be stored in CouchDB (including things like tuple dict keys, nested child objects, and C-based objects), while keeping the in-CouchDB document as "natural" as possible to facilitate working with the data in non-Python contexts. * Read... Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): Couchable Download

Added: August 28, 2013 | Visits: 415

Backalaika Backalaika is just a simple backup solution for small offices. Writing backup jobs: You define backup jobs in small text files (actually small Python files). They are simple. Here is what a backup job looks like: job = dict(name='nandos-work', sources = [ ('/home/nando/2010',... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Backalaika Download

Added: November 16, 2013 | Visits: 437

MivRHash MivRHash (Million-value Remote Hash) is a remote hash table data structure which provides the compatible interface with the Python dict's interface. It stores hash table data in remote server. Therefore, it is useful when your application uses so many big hash tables (dict objects) that memory in... Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): MivRHash Download

Added: October 06, 2013 | Visits: 478

ourmon Ourmon is a statistically oriented open-source network monitoring and anomaly detection system. It may also be viewed as a flow collection system. Ourmon is based on promiscuous mode packet collection on Ethernet interfaces and typically uses port mirroring via an Ethernet switch. A probe... Platforms: *nix

License: Freeware Size: 522.24 KB Download (36): ourmon Download

Added: November 11, 2013 | Visits: 570

django-picklefield **django-picklefield** provides an implementation of a pickled object field. Such fields can contain any picklable objects. The implementation is taken and adopted from `Django snippet #1694 `_ by Taavi Taijala, which is in turn based on `Django snippet #513 `_ by Oliver Beattie.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-picklefield Download

< 1 2 3