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

Rusty Pickle freeware
Filter: All | Freeware | Demo
 

Rusty Pickle

1 2 > 
Released: December 13, 2012  |  Added: December 13, 2012 | Visits: 367

picKLE picKLE is an image gallery system created in PHP. It generates thumbnails and resampled images on the fly and caches them. It is made to be extremely simple to install/configure.



Platforms: Windows, Mac, Linux

License: Freeware Size: 11.71 KB Download (47): picKLE Download

Added: May 10, 2013 | Visits: 614

Dump a database file to a pickle This script converts the database file given on the command line to a pickle representation.The default is hash. If a pickle file is named it is opened for write access (deleting any existing data). If no pickle file is named, the pickle output is written to standard output.





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

License: Freeware Download (53): Dump a database file to a pickle Download

Added: February 19, 2010 | Visits: 696

Pedit Pedit software is an interactive editor for pickle encoded data structures..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Pedit Download

Added: October 13, 2013 | Visits: 468

javaobj Provides functions for reading and writing (writing is WIP currently) Java objects serialized or will be deserialized by ObjectOutputStream. This form of object representation is a standard data interchange format in Java world. javaobj module exposes an API familiar to users of the standard...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): javaobj Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 433

The Clumsys for Mac OS Tim and his mischievous friends got themselves into quite a pickle when they discovered Grandpas latest invention, The Time Machine. Help Grandpa track down 20 kids lost in time and clean up any traces they left behind. Who knows what kind of chain reaction a toy car could cause in the year 200...


Platforms: Mac

License: Freeware Size: 85.1 MB Download (470): The Clumsys for Mac OS Download

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 352

Trusted Pickle - Python module TrustedPickle is a Python module which lets you create and sign your data files. By using public/private key techniques, this module protects your users from loading malicious data files that others might claim you created. LEGAL FOR EXPORT.


Platforms: Windows, Mac, Linux

License: Freeware Size: 41 KB Download (75): Trusted Pickle - Python module Download

Added: May 10, 2013 | Visits: 314

Zip and Pickle This module saves and reloads compressed representations of generic Python objects to and from the disk.


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

License: Freeware Download (55): Zip and Pickle Download

Added: May 10, 2013 | Visits: 372

Recommended Posts 5.x-1.x-dev Scoop is a content management system originally developed by Rusty Foster.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x


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

License: Freeware Download (55): Recommended Posts 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 415

Handling Deeply Nested/Recursive Data Common python services such as pickle, deepcopy and comparison tests either fail entirely or do not scale for highly recursive data structures. This script presents a reversible "flatten" transformation that allows for such operations.


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

License: Freeware Download (49): Handling Deeply Nested/Recursive Data Download

Added: May 10, 2013 | Visits: 901

A List of Dictionaries ThisĀ  class emulates a list of dictionary objects without the memory and pickle storage overhead which occurs when storing every item in the list as a dictionary.


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

License: Freeware Download (56): A List of Dictionaries Download

Added: August 13, 2013 | Visits: 342

pyfasta Pythonic access to fasta sequence files pyfasta is a library that offers Pythonic access to fasta sequence files. Usage: .. sourcecode:: python >>> from pyfasta import Fasta >>> f = Fasta('tests/data/three_chrs.fasta') >>> sorted(f.keys()) ['chr1', 'chr2', 'chr3'] >>> f['chr1']...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): pyfasta Download

Added: July 21, 2013 | Visits: 368

MoreWordsPlease MoreWordsPlease is an application written in Python and GTK to learn vocabulary. Supported is a card box mode with 5 compartments. Words can be organized in lessons. A function to split and rename lessons is implemented. They also can be renamed. Importing and exporting supports CSV files of...


Platforms: *nix

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

Added: November 11, 2013 | Visits: 567

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

Added: January 20, 2006 | Visits: 2.861

Moorhuhn - foots of Bush Moorhuhn - foots of Bush (Foots of Roasted Bush). This is a super-puper patch to known game Moorhuhnjagd. The game "Moorhuhnjagd" INCLUDED in distributive packet. This is a 4,8Mb. FREEWARE. Professional graphics, audio and music. ALL graphics and audio NEW!! Roasted Annan and Robertson fly above...


Platforms: Windows, Windows CE

License: Freeware Size: 4.57 MB Download (171): Moorhuhn - foots of Bush Download

Added: July 06, 2010 | Visits: 1.067

Gnosis Utils Gnosis Utils contains several Python modules for XML processing. Gnosis Utils has other generally useful tools: - xml.pickle (serializes objects to/from XML - API compatible with the standard pickle module) - xml.objectify (turns arbitrary XML documents into Python objects) - xml.validity...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (100): Gnosis Utils Download

Added: July 07, 2010 | Visits: 794

Leonardo Leonardo is an extensible content management system written in Python. Leonardo is architected in a REST-like style and initially focused on providing for personal websites with a password-protected wiki and blog (including Atom feed). It can be run as CGI and uses the filesystem as a database....


Platforms: *nix

License: Freeware Size: 97.28 KB Download (97): Leonardo Download

Added: January 05, 2010 | Visits: 898

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: August 15, 2010 | Visits: 517

PyYAML PyYAML project is a YAML emitter and parser for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow the representation of an...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (109): PyYAML Download

Added: January 25, 2010 | Visits: 779

Vaccine Vaccine is a free HyperCard virus utility written that will eliminate HyperCard viruses like: MerryXmas, all MerryXmas clones, HC 9507 (Pickle), Antibody, Blink, and Wormcode, and will check for and alert you to the presence of Independance Day.


Platforms: Mac

License: Freeware Size: 275 KB Download (109): Vaccine Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 409

Machinarium for Mac OS A little robot whos been thrown out to the scrap yard behind the city must return and confront the Black Cap Brotherhood and save his robot-girl friend. Key features: - World: Machinarium world is populated only by robots of various forms and functions. One of the most interesting places in this...


Platforms: Mac

License: Freeware Size: 36.9 MB Download (468): Machinarium for Mac OS Download

1 2 >