Selling Software Is A Hard Job

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Selling Software Is A Hard Job
# 1  
Old 03-07-2009
Selling Software Is A Hard Job

2009-03-07T22:56:05+01:00
Image



Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Question on selling/unloading Sunfire V240

Over 6 years ago I picked up a Sunfire V240 from my employer who was unloading all of their Sun hardware. Two processors, 4GB RAM and half dozen SCSI disk drives. It doesn't have an OS or a CD Rom/DVD drive. I have a collection of SCSI drives that should work with the server. So if I can get... (2 Replies)
Discussion started by: gandolf989
2 Replies

2. What is on Your Mind?

selling our information

every other day or so i get a few emails about jobs around the states. i've posted several times to monster, careerbuilder and dice but this was about a year ago. i've since made them inactive as i have found a job and a well paying one at that :D . anyway, the people who email me are from all... (6 Replies)
Discussion started by: pupp
6 Replies
Login or Register to Ask a Question
Crypt::Random::Source::Factory(3pm)			User Contributed Perl Documentation		       Crypt::Random::Source::Factory(3pm)

NAME
Crypt::Random::Source::Factory - Load and instantiate sources of random data SYNOPSIS
use Crypt::Random::Source::Factory; my $f = Crypt::Random::Source::Factory->new; my $strong = $f->get_strong; my $weak = $f->get_weak; my $any = $f->get; DESCRIPTION
This class implements a loading and instantiation factory for Crypt::Random::Source objects. If $ENV{CRYPT_RANDOM_NOT_PLUGGABLE} is set then only a preset list of sources will be tried. Otherwise Module::Find will be used to locate any installed sources, and use the first available one. METHODS
get %args Instantiate any random source, passing %args to the constructor. The "type" argument can be "weak", "strong" or "any". get_weak %args get_strong %args Instantiate a new weak or strong random source. AUTHOR
Yuval Kogman <nothingmuch@woobling.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Yuval Kogman. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-01-05 Crypt::Random::Source::Factory(3pm)