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

Int Vaeros freeware
Filter: All | Freeware | Demo
 

Int Vaeros

< 1 2 3 4 5 > 
Added: August 05, 2013 | Visits: 491

Calculate Wigner distribution W = mywigner(Ex)W = output Wigner distributionEx = Input electric field (MUST be a column vectorNotes:W = Int(-inf..inf){E(x+y)E(x-y)exp[2ixy]}E(x+y) & E(x-y) are calculated via a FFT (fast Fourier transform) using theshift theorem. The integration is performed via a FFT. Thus it is important for... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Calculate Wigner distribution Download

Added: October 18, 2013 | Visits: 417

Bit::Vector for Linux Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long new... Platforms: *nix

License: Freeware Size: 133.12 KB Download (40): Bit::Vector for Linux Download

Added: January 18, 2010 | Visits: 1.318

sqlitewrapped sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe. Examples: #include < stdio.h>... Platforms: *nix

License: Freeware Size: 15.36 KB Download (102): sqlitewrapped Download

Added: January 18, 2010 | Visits: 1.414

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not... Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: April 02, 2010 | Visits: 1.143

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,... Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: November 10, 2010 | Visits: 873

inilib inilib is a C++ library which provides a method of saving the "state" of a program. inilib library provides a means of storing a number of arbitrary settings in memory with an easy access interface, as well providing means for saving the information to and loading it from disk. Data is stored... Platforms: *nix

License: Freeware Size: 481.28 KB Download (92): inilib Download

Added: June 17, 2010 | Visits: 1.018

Inline::CPR Inline::CPR is C Perl Run. Embed Perl in C, ala Inline SYNOPSIS #!/usr/local/bin/cpr int main(void) { printf("Hello World, Im running under Perl version %sn", CPR_eval("use Config; $Config{version}") ); return 0; } Is it C? Is it Perl? Its neither, its both. Its CPR! CPR (C Perl... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Inline::CPR Download

Added: July 07, 2010 | Visits: 939

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: January 04, 2010 | Visits: 1.055

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: August 11, 2010 | Visits: 953

FUSE::Server FUSE::Server is a Perl-FUSE server. SYNOPSIS use FUSE::Server; my $s = FUSE::Server->new({ Port=>35008, MaxClients=>5000, Quiet=>1, }); my $status = $s->bind(); print "Server started: $status"; $s->addCallback(BROADCASTALL,&msg_broadcast);... Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): FUSE::Server Download

Added: April 03, 2010 | Visits: 1.063

pybonjour pybonjour provides a pure Python interface (via ctypes) to Apple Bonjour and compatible DNS-SD libraries (such as Avahi). The application allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): pybonjour Download

Added: April 08, 2010 | Visits: 807

ixlib ixlib is a small c++ tools library based upon the standard template library. It provides: - a javascript interpreter - an exception handling framework - garbage collection - automatic array management - planar geometry (rectangles, regions) - polygons (rasterization, convex hull,... Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): ixlib Download

Added: October 25, 2010 | Visits: 1.309

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory... Platforms: *nix

License: Freeware Size: 235.52 KB Download (93): Java Unified Expression Language Download

Added: September 12, 2010 | Visits: 795

Getopt::Euclid Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1... Platforms: *nix

License: Freeware Size: 24.58 KB Download (91): Getopt::Euclid Download

Added: July 05, 2010 | Visits: 1.490

STL AVL Map STL AVL Map is an implementation of AVL-tree-based map, multimap, set and multiset containers for g++ 4.1.1. Almost everything on this library is based on libstdc++ v3 code, so the same license applies. The AVL operations (in lib/tree.cpp) were written by Daniel Köhler Osmari, and are under... Platforms: *nix

License: Freeware Size: 102.4 KB Download (128): STL AVL Map Download

Added: March 23, 2010 | Visits: 1.261

SDL::Video SDL::Video is a SDL perl extension. SYNOPSIS $video = new SDL::Video ( -name => pr0n.mpg ); SDL::Video adds support for MPEG video to your SDL Perl application. Videos are objects bound to surfaces, whose playback is controled through the objects interface. METHODS SDL::Video::error()... Platforms: *nix

License: Freeware Size: 778.24 KB Download (109): SDL::Video Download

Added: May 10, 2010 | Visits: 1.444

Stencil Stencil is a library for developing web-based applications in C++. It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs. Stencil library also includes some useful... Platforms: *nix

License: Freeware Size: 368.64 KB Download (142): Stencil Download

Added: February 07, 2010 | Visits: 963

liboil Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates... Platforms: *nix

License: Freeware Size: 706.56 KB Download (97): liboil Download

Added: April 10, 2010 | Visits: 1.002

Project VDW Project VDW contains a package that generates van der Waerden sequences. Project VDW is a an attempt to further research into van der Waerden sequences. The software consists of a client that generates sequences, and a utility to generate unique starting seeds. The ultimate goal of this... Platforms: *nix

License: Freeware Size: 43.01 KB Download (94): Project VDW Download

Added: November 13, 2010 | Visits: 907

libxcpc libxcpc library implements an automatic resource cleanup and exception handling in C. Error handling and cleanup code (at least for code that does error handling) can take quite some space in terms of lines of code to be written. This not only increases the binary size, but makes the code more... Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): libxcpc Download

< 1 2 3 4 5 >