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

Int Vaeros software
Filter: All | Freeware | Demo
 

Int Vaeros

< 1 2 3 4 5 
Added: July 09, 2010 | Visits: 908

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): Algorithm::Huffman Download

Added: August 14, 2010 | Visits: 903

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...





Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: June 26, 2010 | Visits: 1.154

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: March 15, 2010 | Visits: 926

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 13, 2010 | Visits: 729

MassResolve MassResolve application performs reverse DNS lookups for network blocks or an input file. The requests can be performed mulit-threaded. Usage: ./res < subnet or filename to resolve > < forks > Code: /* MassResolve (C) 2000 John Anderson (john@ev6.net) This program performs reverse dns...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): MassResolve Download

Added: November 08, 2010 | Visits: 689

VTKImaging VTKImaging is a Perl interface to VTKImaging library. Graphics::VTK::BooleanTexture Inherits from StructuredPointsSource Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (93): VTKImaging Download

Added: August 13, 2010 | Visits: 719

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): DBIx::PDlib Download

Added: January 11, 2010 | Visits: 1.193

Resource::Loader Resource::Loader is a Perl module to load different resources depending. SYNOPSIS use Resource::Loader; $loader = Resource::Loader->new( testing => 0, verbose => 0, cont => 0, resources => [ { name => never, when => sub { 0 }, what => sub { die "this will never be loaded" }, }, {...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (146): Resource::Loader Download

Added: February 16, 2010 | Visits: 1.037

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: October 12, 2010 | Visits: 2.452

jPOS jPOS project is a Java based, production grade ISO-8583 library/framework that can be used to implement financial interchanges, protocol converters, payment gateways, credit card verification clients and servers (merchant/issuer/acquirer), etc. Whats New in This Release: - Upgrade to...


Platforms: *nix

License: Freeware Size: 3.4 MB Download (218): jPOS Download

Added: November 11, 2010 | Visits: 1.145

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: May 17, 2010 | Visits: 1.182

beam-back beam-back is a simple Python script to save streaming MP3 data. This script has been tested with my.mp3.com and www.shoutcast.com. If you want to make an mp3 for an infinite stream m3u url, start beam-back with the option -v: xterm -e beam-back.py -v %s Verbose mode will tell you how much data...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (109): beam-back Download

Added: May 08, 2010 | Visits: 1.105

CTorrent_ipv6 CTorrent_ipv6 is a BitTorrent Client program written in C/C++ for Linux and FreeBSD. Fast and small are CTorrent_ipv6s two strengths. The application works only with new internet protocol called IPv6 or IPng. Generic Options: -h/-H Show this message. -x Decode metainfo(torrent) file only,...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (91): CTorrent_ipv6 Download

Added: June 10, 2010 | Visits: 816

PDL::Image2D PDL::Image2D is a Perl module that contains miscellaneous 2D image processing functions. For large kernels, using a FFT routine, such as fftconvolve() in PDL::FFT, will be quicker. $new = conv2d $old, $kernel, {OPTIONS} $smoothed = conv2d $image, ones(3,3), {Boundary => Reflect} Boundary -...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Image2D Download

Added: March 14, 2010 | Visits: 880

Ravenous Ravenous is full featured web server written in Java. It allows you to write dynamic pages in Java without the need to read stacks of books before you get started... pure javalicous programming for your web projects! Ravenous is different becouse it attempts to make the process of writing high...


Platforms: *nix

License: Freeware Size: 768 KB Download (92): Ravenous Download

Added: November 04, 2010 | Visits: 922

wwtxt Parsing XML and CSS data is rather simple, but most libraries that aim for this simple goal are bloated with a whole lot of other irrelevant additions. The wwtxt library is a very minimalistic library containing just the required parsers (and therefore considerably smaller than for instance...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (91): wwtxt Download

Added: June 13, 2010 | Visits: 1.140

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: January 26, 2010 | Visits: 695

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: March 04, 2010 | Visits: 860

Sparklines for Java Sparklines are intense, simple, wordlike graphics. Theres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): Sparklines for Java Download

Added: July 27, 2010 | Visits: 953

GNU Gengen GNU Gengen (GENerator GENerator) is a tool that, starting from a parameterized text, called template, generates a text generator that can substitute parameters with values. At the moment Gengen can generate C++ or C code; however other target languages are under development (e.g., Java). This...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (93): GNU Gengen Download

< 1 2 3 4 5