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

Lattice Multiplication Method freeware
Filter: All | Freeware | Demo
 

Lattice Multiplication Method

< 1 2 3 4 5 > 
Added: November 10, 2010 | Visits: 868

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: August 07, 2010 | Visits: 881

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: November 18, 2010 | Visits: 1.115

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: July 17, 2010 | Visits: 794

barricade barricade is a simple implementation of the door knocking method aimed to open your network service or firewall only if a special ICMP echo request packet is sniffed from the network interface. After the last valid packet received, barricade waits for a defined amount of time, then it closes your...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): barricade Download

Added: September 15, 2010 | Visits: 1.007

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: August 17, 2010 | Visits: 965

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: April 23, 2010 | Visits: 911

multpsx multpsx is a project used to generate long multiplication worksheets in PostScript. It also generates a self-checking answer key. Usage: echo "123 456" | multpsx | lpr up to 6 multiplication problems can be specified on stdin. The output sheet is intended to have the sides fold back. (The...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): multpsx Download

Added: June 17, 2010 | Visits: 1.072

Class::Classgen::New Class::Classgen::New is a Perl module that creates the new() method for classes generated by classgen. SYNOPSIS Used within classgen. The main purpose of New.pm is to write the new() method for a class generated by classgen. It provides code to derive local instance variables with my for...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Class::Classgen::New Download

Added: July 07, 2010 | Visits: 1.078

OWFS OWFS is a method under linux to allow 1-wire devices to appear like files in a directory. You can then enter a command like "cat */temperature" to have all the temperatures sensors measure and print their data. For instance, the collection of temperature sensors above are all on one bus,...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (103): OWFS Download

Added: July 07, 2010 | Visits: 975

Yahoo::Music::Ratings Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. SYNOPSIS use Yahoo::Music::Ratings; my $ratings = new Yahoo::Music::Ratings( { memberName => yahooMusicMemberName, } ); # Fetch an arrayRef of all yahooMusicMemberName song ratings # this may take a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Yahoo::Music::Ratings Download

Added: March 18, 2010 | Visits: 1.549

VietIME VietIME is a Java-based Vietnamese input method editor (IME). Enable input of Vietnamese Unicode text in Javas AWT and Swing text components. VietIME uses the input method framework in the Java 2 platform (1.3 or higher) to enable the collaboration between text editing components and input...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): VietIME Download

Added: May 08, 2010 | Visits: 669

JMP JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP project uses the GTK+ interface to show the status. JMP normally uses one window to show the classes in memory. Each class has...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): JMP Download

Added: January 17, 2010 | Visits: 806

DBIx::Timeout DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process. The problem with using POSIX sigaction() is that...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): DBIx::Timeout Download

Added: October 17, 2010 | Visits: 804

skim skim is an input method platform based upon scim-lib that has been optimized for KDE. skim project provides a GUI panel (named scim-panel-kde), a KConfig config module, and SetupUIs for itself and scim-lib. It also has its own plugin system, which supports on-demand loadable actions.. Content...


Platforms: *nix

License: Freeware Size: 1024 KB Download (93): skim Download

Added: April 23, 2010 | Visits: 1.204

mod_actions mod_actions is an Apache module that provides functions for executing CGI scripts based on media type or request method. This module has two directives. The Action directive lets you run CGI scripts whenever a file of a certain type is requested. The Script directive lets you run CGI scripts...


Platforms: *nix

License: Freeware Download (103): mod_actions Download

Added: February 17, 2010 | Visits: 907

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: May 24, 2010 | Visits: 1.256

uim uim is a multilingual input method library. uim aims to provide a flexible development platform and useful user environment for input methods. It works in many environments, including general desktop systems such as GNOME or KDE, and even in a console. It also supports Linux Zaurus and Mac OS...


Platforms: *nix

License: Freeware Size: 3.4 MB Download (470): uim Download

Added: September 13, 2010 | Visits: 992

Gini Gini project does remote method invocation by generating bytecode for remote object proxies on the fly. Primitive types, arrays of primitive types (arrays of arrays of prim. types, and so on), as well as strings, are passed by value. Reference types, as well as arrays of reference types are...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (110): Gini Download

Added: January 25, 2010 | Visits: 518

Lattice This is a ScreenSaver Module for Mac OS X. Lattice is a creation of Terence M. Welsh, I just ported it to Mac OS X. The depth of the default settings has been decreased from the original values in order to get a more fluid animation. You may need to decrease it more depending on your hardware...


Platforms: Mac

License: Freeware Size: 2 MB Download (101): Lattice Download

Released: May 25, 2010  |  Added: June 02, 2010 | Visits: 2.764

Send HTTP Tool Powerful and free bugging/testing tool for web sites and web application. With Send HTTP Tool you able to generate and send different HTTP request to any URL and in a second view full report about the HTTP response. This is a great tool for testing and analyzing HTTP data that comes from and to...


Platforms: Windows

License: Freeware Size: 634 B Download (623): Send HTTP Tool Download

< 1 2 3 4 5 >