Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

The VIPS library/image processing system is well suited for larger than RAM true and false-colour images. VIPS can be used for image format conversion, colour calibration, image filtering, transformation and analysis, thumbnail generation, small object recognition and many other image processing ... [More] tasks. VIPS is well suited for medical and scientific research & development and batch image processing. It is not so good for retouching photographs. The system has two main parts: libvips is the library, and nip2 is the GUI. Both execute common image processing tasks faster than other image processing systems because of sophisticated memory/task management and multicore compatibility. VIPS runs in batch (command line) mode on *nix, Windows, Mac and other OSes. [Less]

5.0
 
  0 reviews  |  4 users  |  157,316 lines of code  |  3 current contributors  |  Analyzed about 9 hours ago
 
 

The year is 2070. In a world dominated by megacorporations, where money is the key to power, you must find your place and pick your battles. Team up with fellow players or take them all on yourself in the Shadowrun universe. In Shadowrun: Awakened, a massively multiplayer online role-playing game ... [More] (MMORPG), your survival is your responsibility. With corporations at war, the profits are ripe for the taking, and anyone will stand in your way for the right price. [Less]

5.0
 
  0 reviews  |  3 users  |  616,188 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 
Compare

The Virtual Ideal Functionality Framework (VIFF) is a framework for creating efficient and secure multi-party computations (SMPC). Players, who do not trust each other, participate in a joint computation based on their private inputs. The computation is done using a cryptographic protocol which ... [More] allows them to obtain a correct answer without revealing their inputs. Operations supported include addition, multiplication, and comparison, all with Shamir secret shared outputs. [Less]

4.0
   
  0 reviews  |  2 users  |  11,955 lines of code  |  0 current contributors  |  Analyzed 5 months ago
 
 

Python module for managing podcast xml feeds, including creation, editing, and in the future, publishing.

0
 
  0 reviews  |  0 users  |  135 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

receive the email and execute instruct given by xml files.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

A simple Python module that parses human names into individual components. ComponentsTitle First name Middle names Last names Suffixes Works for a variety of common name formats for many latin-based languages. Over 100 unit tests with example names. Should be unicode safe but it's fairly ... [More] untested. Usage>>> from nameparser import HumanName >>> name = HumanName("Dr. Juan Q. Xavier de la Vega III") >>> name.title u'Dr.' >>> name.first u'Juan' >>> name.middle u'Q. Xavier' >>> name.last u'de la Vega' >>> name.suffix u'III' >>> name = HumanName("Doe-Ray, Col. John A. Jérôme III") >>> name.title u'Col.' >>> name.first u'John' >>> name.middle u'A. Jérôme' >>> name.last u'Doe-Ray' >>> name.suffix u'III' >>> name = HumanName("Juan Q. Xavier Velasquez y Garcia, Jr.") >>> name.title u'' >>> name.first u'Juan' >>> name.middle u'Q. Xavier' >>> name.last u'Velasquez y Garcia' >>> name.suffix u'Jr.' >>> name = HumanName("Dr. Juan Q. Xavier de la Vega III") >>> name2 = HumanName("de la vega, dr. juan Q. xavier III") >>> name == name2 True >>> len(name) 5 >>> list(name) ['Dr.', 'Juan', 'Q. Xavier', 'de la Vega', 'III'] >>> name[1:-1] [u'Juan', u'Q. Xavier', u'de la Vega']Capitalization SupportThe HumanName class can try to guess the correct capitalization of name entered in all upper or lower case. It will not adjust the case of names entered in mixed case. >>> name = HumanName('bob v. de la macdole-eisenhower phd') >>> name.capitalize() >>> unicode(name) u'Bob V. de la MacDole-Eisenhower Ph.D.' >>> # Don't touch good names >>> name = HumanName('Shirley Maclaine') >>> name.capitalize() >>> unicode(name) u'Shirley Maclaine' [Less]

0
 
  0 reviews  |  0 users  |  1,649 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

A simple python cgi framework. Written for my own reasons.

0
 
  0 reviews  |  0 users  |  266 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.