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

Panjer Recursion freeware
Filter: All | Freeware | Demo
 

Panjer Recursion

< 1 2 3 > 
Added: March 08, 2010 | Visits: 880

Devel::GDB::Reflect Devel::GDB::Reflect is a reflection API for GDB/C++. SYNOPSIS use Devel::GDB; use Devel::GDB::Reflect; my $gdb = new Devel::GDB( -file => $foo ); my $reflector = new Devel::GDB::Reflect( $gdb ); print $gdb->get( "b foo.c:123" ); $gdb->print( "myVariable" ); Devel::GDB::Reflect... Platforms: *nix

License: Freeware Size: 15.36 KB Download (114): Devel::GDB::Reflect Download

Added: January 07, 2010 | Visits: 2.587

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)... Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: April 25, 2010 | Visits: 1.294

Chatbot::Alpha Chatbot::Alpha provides a simple chatterbot brain. The Alpha brain was developed by AiChaos, Inc. for our chatterbots. The Alpha brains language is line-by-line, command-driven. Alpha is a simplistic brain yet is very powerful for making impressive response systems. // Test Replies //... Platforms: *nix

License: Freeware Size: 30.72 KB Download (134): Chatbot::Alpha Download

Added: October 03, 2010 | Visits: 966

HTML Objects HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text. Once manipulation is done, the entire page is generated via depth-first recursion.. Platforms: *nix

License: Freeware Size: 25.6 KB Download (101): HTML Objects Download

Added: June 19, 2010 | Visits: 1.082

Scheme2Js Scheme2Js is a Scheme to Javascript compiler. While some effort has been spent on being as close as possible to R5rs, we concentrated mainly on efficiency. Usually Scheme2Js produces Javascript code, that is comparable to hand-written code. In order to achieve this performance, Scheme2Js is not... Platforms: *nix

License: Freeware Size: 78.85 KB Download (96): Scheme2Js Download

Added: September 19, 2010 | Visits: 1.089

ECTOR ECTOR is a multilingual chatterbot that is able to learn from users entries. ECTOR is an acronym standing for the French Entité Cybernétique Totalement Obligée de Réfléchir (Cybernetic entity totally compelled to think). It is also a name similar to Hector, the Troyan hero, Achilles enemy.... Platforms: *nix

License: Freeware Size: 43.01 KB Download (98): ECTOR Download

Added: November 02, 2010 | Visits: 851

Hoglet Hoglet allows special markup to be added to text documents so that software documentation can be easily produced. It provides a configurable parser, simple markup rules, and extensible "tag handlers" that allow custom Java code to process content. Whats New in This Release: New Features -... Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Hoglet Download

Added: October 14, 2010 | Visits: 951

HPC Challenge HPC Challenge is a high performance benchmark suite. The HPC Challenge consists of basically 7 benchmarks: 1. HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. 2. DGEMM - measures the floating point rate of execution... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): HPC Challenge Download

Added: July 27, 2010 | Visits: 736

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts... Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: January 17, 2010 | Visits: 869

Filesys::DiskUsage Filesys::DiskUsage is a Perl module to estimate file space usage (similar to `du`). SYNOPSIS use Filesys::DiskUsage qw/du/; # basic $total = du(qw/file1 file2 directory1/); or # no recursion $total = du( { recursive => 0 } , <*> ); or # max-depth is 1 $total = du( { max-depth => 1 }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Filesys::DiskUsage Download

Added: October 08, 2010 | Visits: 995

cpphs cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly, the C pre-processor is widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and... Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): cpphs Download

Added: April 14, 2010 | Visits: 761

ClamAv# ClamAv# is a Mono language binding for the ClamAV virus scanner. Whats New in This Release: - Several improvements were made in ClamAvDemo. /.dev is excluded. - Directory recursion depth count is now reversed. - The higher level API from Mono.Unix is now used to get file information.. Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): ClamAv# Download

Added: June 02, 2010 | Visits: 789

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: January 12, 2010 | Visits: 1.057

GNU m4 GNU m4 is an implementation of the traditional Unix macro processor. GNU m4 is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU m4 also has built-in functions for including files, running shell commands, doing... Platforms: *nix

License: Freeware Size: 378.88 KB Download (111): GNU m4 Download

Added: September 19, 2010 | Visits: 652

SISC SISC project is an extensible Java based interpreter of the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing JVM interpreters (often by more than an order of magnitude). In addition, SISC is a complete implementation of the language.... Platforms: *nix

License: Freeware Size: 1.3 MB Download (89): SISC Download

Added: October 05, 2013 | Visits: 1.007

Pinky-Tagger Pinky-Tagger is the mass tagger for Linux written in C++ using the nice Qt4 widgets. Pinky-Tagger supports the MusicBrainz (PUID / OFA) service to find the correct tag information for your files automatically. With Pinky-Tagger, you can manage your files, download cover, tag via an integrated... Platforms: *nix

License: Freeware Size: 1.23 MB Download (138): Pinky-Tagger Download

Added: July 11, 2010 | Visits: 1.070

Data::Locations Data::Locations - magic insertion points in your data Did you already encounter the problem that you had to produce some data in a particular order, but that some piece of the data was still unavailable at the point in the sequence where it belonged and where it should have been produced? Did... Platforms: *nix

License: Freeware Size: 44.03 KB Download (91): Data::Locations Download

Added: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: June 01, 2010 | Visits: 937

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar... Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

Added: August 07, 2010 | Visits: 1.164

mod_backhand mod_backhand is an Apache module that allows seamless redirection of HTTP requests from one web server to another. This redirection can be used to target machines with under-utilized resources, thus providing fine-grained, per-request load balancing of web requests. Backhand is a project that... Platforms: *nix

License: Freeware Size: 256 KB Download (96): mod_backhand Download

< 1 2 3 >