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

Grassroots DiCoM is a C++ library for dealing with DICOM medical files. It is automatically wrapped to python, java, C#, perl (using swig). It supports RAW, JPEG, J2K, JPEG lossless, RLE and deflated (zlib). It also comes with DICOM Part 3,6 & 7 of the standard as XML files. It supports basic ... [More] network functionalities: C-ECHO, C-STORE, C-FIND and C-MOVE [Less]

4.8
   
  1 review  |  17 users  |  360,041 lines of code  |  15 current contributors  |  Analyzed 6 months ago
 
 

If you use UUIDs or GUIDs for column IDs in your Ruby on Rails application, you might have noticed that your tests always fail. It's because the schema dumper used to build the schema.rb file that the test framework in turn uses to build your test database, doesn't understand non-integer id ... [More] columns. This plugin will do the trick and get you back on your feet with tests. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

PostgreSQL UUID Extension Stefan Arentz, 2007-07-28 This module implements a UUID extension for PostgreSQL 8.x. It has been tested on PostgreSQL 8.2.x on OS X 10.4 and Ubuntu 6.06/LTS. AdvantagesDatabase Size - Using a native UUID type on a table that also has an index on the uuid column saves ... [More] 47% space. This is good because there is less data on disk and in memory. Which really matters if you have potentially hundred of millions of records. The native UUID type uses 16 bytes of storage whereas a ascii uuid column uses 38 bytes. Consistency - The native UUID type only accepts UUIDs that are well formatted. Of course you can also do this with a constraint check, but having a native type with a fixed format is more elegant in my opinion. Transparent - Nobody is going to notice the difference. Because of the implicit typecasting you can use UUIDs as if they are ascii values. InstallingInstallation is done like this: % svn co http://polarrose-postgresql-uuid.googlecode.com/svn/trunk polarrose-postgresql-uuid % cd polarrose-postgresql-uuid % sudo make installActivation like this: % createdb mydatabase % psql mydatabase -f uuid.sqlUsingYou can then use the 'uuid' type like this: create table foo ( id uuid not null );And generate uuids through the uuid() function. insert into foo (id) values (uuid());Cast operators have been provided so that the uuid type can be parsed to and from it's textual representation: insert into foo (id) values ('36db183f-b1a1-4237-aea4-bc95b5a3bfd8');And the other way around: select id::text from foo;Enjoy. [Less]

0
 
  0 reviews  |  0 users  |  208 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

At this moment this library provides some unique abilities for Flex AS3 developers: reading the "serial number" of SWF file: reading the date of compilation; reading the version of Flex SDK that was used for compilation; fast implementation of SHA-1 hash algorithm; generating highly randomized GUID/UUID.

0
 
  0 reviews  |  0 users  |  181 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

VM Tweaker is a hidden features tweaker for VMWare "*.vmx" files. Features: VM BIOS Tweaks, Time/date syn between host and guest; MAC address tweaking; UUID keep switch(VM 5.x-like); Hardware compatibility switch(esx/hosted); Tweak amount of VGA RAM ..

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

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.