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

Obj freeware
Filter: All | Freeware | Demo
 

Obj

< 1 2 3 4 5 > 
Added: July 22, 2013 | Visits: 389

adcarray An ADCARRAY object usually contains a memmapfile object, together with a scale and offset to convert the values stored on disc (and pointed to by the memmapfile object) to real world numbers which are returned as double precision. These can also be transformed by a function pointed to by a handle...



Platforms: Matlab

License: Freeware Size: 10 KB Download (45): adcarray Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....





Platforms: Matlab


Added: July 12, 2013 | Visits: 479

JMeshLib JMeshLib is a free and open source framework to work with manifold triangle meshes. JMeshLib implements an edge-based data structure with all its fundamental functionalities (i.e., file I/O, mesh construction/destruction, traversal). JMeshLib is written in C++ and includes support for reading...


Platforms: Mac

License: Freeware Size: 389.12 KB Download (40): JMeshLib Download

Added: July 19, 2013 | Visits: 388

png2objc Converts binary files into Obj-C code (useful for using images from statically linked iPhone frameworks)


Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): png2objc Download

Added: October 04, 2013 | Visits: 299

Accentuate.us Obj-C API The Accentuate.us Apple OS X Service menu entry allows you to accentuate text from within any application without the application explicitly integrating with the Accentuate.us service.


Platforms: Mac

License: Freeware Size: 92.16 KB Download (44): Accentuate.us Obj-C API Download

Added: October 06, 2013 | Visits: 319

SPSearchStore SPSearchStore is an Obj-C wrapper for the SearchKit API. SearchKit offers powerful document indexing and "google-like" querying to CoreFoundation apps. SPSearchStore makes the API accessible to Cocoa applications by way of a simple public interface. SPSearchStore also provides access to the...


Platforms: Mac

License: Freeware Size: 61.44 KB Download (40): SPSearchStore Download

Added: August 07, 2013 | Visits: 361

GLC_Player for Linux GLC_Player is a software used to view 3d models (COLLADA 3DXML OBJ 3DS STL OFF COFF Format) and to navigate easily in these models. With the album management, capture and multi-capture capabilities, html export and navigation possibilities GLC_Player is the accurate tools to review a lot of 3D...


Platforms: *nix

License: Freeware Size: 1.03 MB Download (36): GLC_Player for Linux Download

Added: October 29, 2013 | Visits: 498

Net::Server::NonBlocking for Linux You can use this module to establish non-blocking style TCP servers without being messy with the hard monotonous routine work. Net::Server::NonBlocking is a Perl module, a state-of-the-art of non-blocking server, it consumes some additional memories and executes some extra lines to support...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Net::Server::NonBlocking for Linux Download

Added: October 31, 2013 | Visits: 1.177

K3DSurf K3DSurf is a program to visualize and manipulate Mathematical models in three, four, five and six dimensions. K3DSurf supports Parametric equations and Isosurfaces. Features Studying mathematical surfaces with K3DSurf include doing: Interactive visualization with mouse events (Right:...


Platforms: Mac

License: Freeware Size: 1.59 MB Download (115): K3DSurf Download

Added: August 03, 2008 | Visits: 1.118

FreeBASIC FreeBASIC is a multiplatform, free and open code compiler for BASIC. Its syntax is the most similar and compatible with that of MS-QuickBASIC (including GFX sentences), but it adds some characteristics that improve and widen the possibilities. For example, points, data types without signs,...


Platforms: Windows

License: Freeware Size: 5 KB Download (524): FreeBASIC Download

Added: August 29, 2008 | Visits: 1.332

Looxis Faceworx Looxis Faceworx is a program to work with your photos. It lets you create a headshot in 3D working just with normal photos.With this Looxis Faceworx application you can get really different images, simply by using a front facing photo and indicating to the program a series of reference points....


Platforms: Windows

License: Freeware Size: 1024 B Download (223): Looxis Faceworx Download

Added: January 18, 2010 | Visits: 1.188

Geography::States Geography::States is a Perl module with map states and provinces to their codes, and vice versa. SYNOPSIS use Geography::States; my $obj = Geography::States -> new (COUNTRY [, STRICT]); EXAMPLES my $canada = Geography::States -> new (Canada); my $name = $canada -> state (NF); #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Geography::States Download

Added: August 12, 2010 | Visits: 806

XML::MyXML XML::MyXML is a simple XML module. SYNOPSIS use XML::MyXML qw(tidy_xml xml_to_object); my $xml = "< item >< name >Table< /name >< price >< usd >10.00< /usd >< eur >8.50< /eur >< /price >< /item >"; print tidy_xml($xml); my $obj = xml_to_object($xml); print "Price in Euros = " ....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): XML::MyXML Download

Added: January 07, 2010 | Visits: 1.533

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: March 07, 2010 | Visits: 942

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Class::Struct::FIELDS Download

Added: June 06, 2010 | Visits: 851

Tie::ListKeyedHash Tie::ListKeyedHash is a system allowing the use of anonymous arrays as keys to a hash. SYNOPSIS use Tie::ListKeyedHash; [$X =] tie %hash, Tie::ListKeyedHash; my $live_key = [key,items,live]; $hash{$live_key} = Hello!; $hash{[key,trees,grow]} = Goodbye!; print...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Tie::ListKeyedHash Download

Added: May 25, 2010 | Visits: 951

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: March 27, 2010 | Visits: 1.877

Bio::Tools::Run::TribeMCL Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params =...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (213): Bio::Tools::Run::TribeMCL Download

Added: January 13, 2010 | Visits: 1.904

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: August 11, 2010 | Visits: 1.251

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (344): B::JVM::Jasmin::CompileState Download

< 1 2 3 4 5 >