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

Acme Thread Milling Inserts freeware
Filter: All | Freeware | Demo
 

Acme Thread Milling Inserts

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.411

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 03, 2010 | Visits: 1.118

Acme::EyeDrops Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Acme::EyeDrops Download

Added: September 18, 2010 | Visits: 1.097

Acme::Hyperindex Acme::Hyperindex is a Perl module to look deep into structures using a list of indexes. SYNOPSIS use strict; use Acme::Hyperindex; my @struct = ( { j_psi => [qw( eta_prime phi kaon )] }, { j_psi => [qw( selectron down tau_sneutrino )] }, { j_psi => [qw( upsilon gluino photino )] } );...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Acme::Hyperindex Download

Added: August 06, 2010 | Visits: 2.728

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: February 09, 2010 | Visits: 940

Acme::Scripticide Acme::Scripticide is a Perl extension to allow your script to kill itself. SYNOPSIS auto call good_bye_cruel_world() use Acme::Scripticide; auto call good_bye_cruel_world(Good bye cruel world) use Acme::Scripticide qw(Good bye cruel world); auto put "Good bye cruel world" in [$0 w/out...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Acme::Scripticide Download

Added: February 04, 2010 | Visits: 825

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: September 07, 2010 | Visits: 878

Acme::RTB Acme::RTB is a Perl extension for building realtimebattle bots. SYNOPSIS use Acme::RTB; my $robot = Acme::RTB->new({ Name => Anarion PerlBot 1.0, Colour => ff0000 ff0000, Log => /home/anarion/perl/rtb/robot.log} ); $robot->Start; This module will allow you to create bots for battling...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Acme::RTB Download

Added: November 23, 2010 | Visits: 1.358

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 876

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: March 27, 2010 | Visits: 922

Acme::Laugh Acme::Laugh is a Perl module that can add joy to your scripts. SYNOPSIS use Acme::Laugh qw( laugh ); print laugh(5); # print a short laugh print laugh(50); # print a long laugh Laughing is something that lets humans distinguish themselves from other forms of life. Now computers are...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (118): Acme::Laugh Download

Added: October 19, 2010 | Visits: 1.215

Acme::MorningMusume::Base Acme::MorningMusume::Base is a baseclass of the class represents each member of Morning Musume. SYNOPSIS use Acme::MorningMusume; my $musume = Acme::MorningMusume->new; # retrieve the members as a list of # Acme::MorningMusume::Base based objects my @members = $musume->members; for my...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (128): Acme::MorningMusume::Base Download

Added: August 12, 2010 | Visits: 1.332

Acme::Comment Acme::Comment is a Perl module that allows multi-line comments which are filtered out. SYNOPSIS use Acme::Comment type=>C++, own_line=>1; /* if (ref $mod) { $bar->{do}->blat(msg => blarg); eval { im sooo sick of this time for some coffee */ // I prefer beer. --sqrn Unlike the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (110): Acme::Comment Download

Added: September 26, 2010 | Visits: 905

Acme::Tests Acme::Tests is a Perl module to see how much do you know. SYNOPSIS perl Makefile.PL make test This module is a "test software", it has tests in the software rather then software tests. Upon installation, you are reqruied to answered several question, and the installation would be only...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (96): Acme::Tests Download

Added: August 19, 2010 | Visits: 848

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: September 23, 2010 | Visits: 983

Acme::Wabby Acme::Wabby is a Perl extension used to create semi-random sentences based upon a body of text. This module is used to create semi-random sentences based on a body of text. It uses a markov-like method of storing probabilities of word transitions. It is good for annoying people on IRC, AIM, or...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Acme::Wabby Download

Added: March 23, 2010 | Visits: 981

Acme::Playmate Acme::Playmate is a Perl module to consult the playboy playmate directory for playmate information. SYNOPSIS use Acme::Playmate; my $playmate = new Acme::Playmate("2003", "04"); print "Details for playmate " . $playmate->{ "Name" } . "n"; print "Birthdate" . $playmate->{ "BirthDate" } ....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Acme::Playmate Download

Added: January 15, 2010 | Visits: 874

Acme::MetaSyntactic::linux Acme::MetaSyntactic::linux - The Linux theme. This theme contains the lists all the known and less known Linux distributions, as maintained by DistroWatch on http://distrowatch.com/stats.php. Note that the distribution list also contains the *BSD projects. When writing code examples, its...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (93): Acme::MetaSyntactic::linux Download

Added: June 25, 2010 | Visits: 885

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: April 05, 2010 | Visits: 743

Acme::Tpyo Acme::Tpyo consists of a Perl extension for misspelling words. Tired of having to misspell your words on accident? Want to do it more often and worse than normal? Acme::Tpyo is for you! With Acme::Tpyo you can use your normally perfectly type strings and make them look like a 2nd grader!...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Acme::Tpyo Download

Added: September 04, 2010 | Visits: 1.020

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

1 2 3 4 5 >