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

Primitive Stitchery Samplers software
Filter: All | Freeware | Demo
 

Primitive Stitchery Samplers

< 1 2 3 4 5 
Added: July 25, 2010 | Visits: 956

Q Desktop Services The QDS library allows Qt applications to access features provided in common desktop APIs in a portable way, without requiring dependencies on any desktop platform library. This is especially useful for applications targeting the Unix desktops, because Qt/X11 is very generic and only provides... Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): Q Desktop Services Download

Added: September 25, 2010 | Visits: 879

Jodd Jodd is a generic purpose open-source Java library bundled with few lightweight frameworks and components: bean manipulation tool, Db for easier database access, Madvoc for web works, Proxetta for building proxies, JDateTime for elegant time handling, Petite as a container. Special attention is... Platforms: *nix

License: Freeware Download (93): Jodd Download

Added: March 16, 2010 | Visits: 790

Tie::CharArray Tie::CharArray module can access Perl scalars as arrays of characters. SYNOPSIS use Tie::CharArray; my $foobar = a string; tie my @foo, Tie::CharArray, $foobar; $foo[0] = A; # $foobar = A string push @foo, !; # $foobar = A string! print "@foon"; # prints: A s t r i n g ! tie my @bar,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Tie::CharArray Download

Added: November 01, 2010 | Visits: 927

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There... Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: March 15, 2010 | Visits: 930

NativeCall NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code. The current version 0.4.0 supports structs, Strings, primitive types (ints and booleans), byte and char arrays and output parameters. NativeCall 0.4.0 implements some minor changes to... Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): NativeCall Download

Added: September 18, 2010 | Visits: 771

Channelflow Channelflow is a direct numerical simulator for incompressible Navier-Stokes channel flow, written in C++. Channelflow application simulates fluid flow in a rectangular box, with no-slip boundary conditions on the upper and lower surfaces of the box, and periodic boundary conditions in the... Platforms: *nix

License: Freeware Size: 440.32 KB Download (98): Channelflow Download

Added: February 10, 2010 | Visits: 915

MillScript-Alert MillScript-Alert is an extension to Javas RuntimeException, with an emphasis on providing far more debugging information. This system is used extensively by the MillScript project and its libraries, with good results. Whats New in This Release: - Introduced the AlertReporter interface to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (87): MillScript-Alert Download

Added: January 26, 2010 | Visits: 702

SOJO SOJO is a Java framework that converts JavaBeans (complex Java-Object graphs) to a simplified representation, so that handling access to JavaBeans properties is easy and uniform. SOJO framework is meant to compliment POJOs in cases where object orientation is not supported or is not the best... Platforms: *nix

License: Freeware Size: 2.2 MB Download (89): SOJO Download

Added: June 18, 2010 | Visits: 719

libZI libZI is a library that allows developers to store configuration information into an xml-file using a predefined and common syntax structure. The following encompasses the rationale behind such a library: It has become common in Unix based environments to store configuration information into... Platforms: *nix

License: Freeware Size: 16.38 KB Download (87): libZI Download

Added: February 23, 2010 | Visits: 1.230

pyCA pyCA tries to make it easier for people to set up and run a organizational certificate authority which fulfills the need for a fairly secure certification processing. The usage of cryptographic techniques promises secure usage of Internet services concerning authentication of clients and... Platforms: *nix

License: Freeware Size: 82.94 KB Download (117): pyCA Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 1.029

Argante Argante provides a secure, distributed, and fast VS machine. Argante is a fully operational, virtual environment for effective, secure, and accurate development of network appliances and other solutions (distributed routers, heterogenic, and self-adapting clusters). Argante is a fully virtual... Platforms: *nix

License: Freeware Size: 501.76 KB Download (97): Argante Download

Added: June 15, 2010 | Visits: 1.998

OpenCT OpenCT implements drivers for several smart card readers. OpenCT comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote... Platforms: *nix

License: Freeware Size: 665.6 KB Download (201): OpenCT Download

Added: January 10, 2010 | Visits: 797

GD::SGF GD::SGF is a Perl module to simplify SGF game rendering using GD::Image. SYNOPSIS use Games::Go::SGF2misc::GD; my $image = new Games::Go::SGF2misc::GD(imagesize => 256, boardsize => 19, antialias => 1 ); $image->gobanColor(127,127,127); $image->drawGoban(); $image->placeStone(b,cd);... Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): GD::SGF Download

Added: October 27, 2010 | Visits: 565

aubio aubio project is a library for audio labelling. Features include onset detection (the complex task of labelling the beginning of notes and other sound events), silence detection (an easier but very useful task) and pitch detection (the estimation of the fundamental frequency of the sound). The... Platforms: *nix

License: Freeware Size: 481.28 KB Download (101): aubio Download

Added: February 25, 2010 | Visits: 1.368

Ice Sound Manager Ice Sound Manager was designed to ease the management of sound events, sound themes, and the IceSound server in the IceWM environment under Linux/Unix. It is also intended to be an improvement upon the noble, but primitive icesndcfg. The main improvements over icesndcfg include a support for... Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Ice Sound Manager Download

Added: August 06, 2010 | Visits: 1.210

PBJ::JNI PBJ::JNI is a Perl module with full access to and from Java virtual machine from Perl. SYNOPSIS use PBJ::JNI::JavaVM; my ($env, $jvm, @vm_opts); my ($cls, $fid, $mid, $out); # Create the Java VM @vm_opts = ("-Xrs", "-Xcheck:jni"); $jvm = new PBJ::JNI::JavaVM(); $env =... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): PBJ::JNI Download

Added: May 24, 2010 | Visits: 840

Fuzzball MUCK Fuzzball MUCK project is an advanced MUD server originally based on tinyMuck. Fuzzball Muck is a networked multi-user MUD chat server. It is user-extensible, and newer versions support advanced features such as GUI dialogs, through close client-server cooperation with Trebuchet or other clients... Platforms: *nix

License: Freeware Size: 1.6 MB Download (100): Fuzzball MUCK Download

Added: November 18, 2010 | Visits: 1.079

Azuki Framework Azuki Framework project is a Java application framework designed to resolve various problems in the software development lifecycle. These goals are achieved by splitting the software conception into two main stages: creation of independent components and definition of component dependencies... Platforms: *nix

License: Freeware Size: 11.5 MB Download (96): Azuki Framework Download

Added: March 06, 2010 | Visits: 1.374

Linux MultiMedia Studio LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, playing live with keyboard and much more... LMMS... Platforms: *nix

License: Freeware Size: 4.5 MB Download (149): Linux MultiMedia Studio Download

Added: September 18, 2010 | Visits: 1.767

BRL-CAD BRL-CAD project is a powerful Constructive Solid Geometry (CSG) solid modeling system. BRL-CAD includes an interactive geometry editor, ray tracing support for rendering and geometric analysis, network distributed framebuffer support, image-processing and signal-processing tools. The entire... Platforms: *nix

License: Freeware Size: 41 MB Download (122): BRL-CAD Download

< 1 2 3 4 5