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

Bunchlol Dtrue freeware
 

Bunchlol Dtrue

Added: November 01, 2013 | Visits: 425

Bunch for Linux Bunch is a dictionary which supports attribute-style access, a la javascript. >>> b = Bunch() >>> b.hello = 'world' >>> b.hello 'world' >>> b['hello'] += "!" >>> b.hello 'world!' >>> b.foo = Bunch(lol=True) >>> b.foo.lol True >>> b.foo is b['foo'] True Dictionary Methods A Bunch is a subclass... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Bunch for Linux Download

Added: April 09, 2013 | Visits: 351

Subpages Navigation This plugin is meant to be a replacement for to the popular but dated Subpage Listing plugin. It takes advantage of the Shortcode and Widgets API to provide standardized, consistent, easy to use and flexible interface for interacting with its features.The plugin allows you to easily display a... Platforms: PHP

License: Freeware Size: 10 KB Download (40): Subpages Navigation Download

Added: July 07, 2013 | Visits: 275

storm_oracle Using storm_oracle is easy, you just have to import it before connecting: >>> import storm_oracle >>> from storm.locals import create_database, Store >>> db = create_database('oracle://username:password@test?tns=True') >>> store = Store(db) >>> r = store.execute('SELECT 1 FROM DUAL') >>>... Platforms: *nix

License: Freeware Size: 10.24 KB Download (47): storm_oracle Download

Added: July 03, 2013 | Visits: 346

django-email-confirmation django-email-confirmation is a simple Django plugin is for cases where you don't want to require an email address to signup on your website but you do still want to ask for an email address and be able to confirm it for use in optional parts of your website. A user can have zero or more email... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-email-confirmation 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: July 02, 2013 | Visits: 444

django-publicmanager for Linux django-publicmanager is a Django app that provides a custom queryset class and managers that handle the public availability of database objects. The classes provide a public method that filters by boolean is_public and date based pub_date fields. Installation: All you need to install the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): django-publicmanager for Linux Download

Added: November 22, 2013 | Visits: 337

django-smart-slug There are exhausting examples in the tests, but here's the quick rundown: from django.db import models from smart_slug.fields import SmartSlugField class Simple(models.Model): slug = SmartSlugField(max_length=5, underscores=False) class Complex(models.Model): title =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): django-smart-slug Download