view release on metacpan or search on metacpan
lib/Amazon/DynamoDB/Simple.pm view on Meta::CPAN
for my $host (@$hosts) {
push @dynamodbs,
Amazon::DynamoDB->new(
access_key => $self->access_key_id,
secret_key => $self->secret_access_key,
ssl => 1,
version => '20120810',
implementation => 'Amazon::DynamoDB::MojoUA',
host => $host,
);
}
view all matches for this distribution
view release on metacpan or search on metacpan
s3uploader.pl view on Meta::CPAN
use File::Spec;
use Amazon::S3::FastUploader;
my %opts = (
process => 1,
ssl => 0,
encrypt => 0,
);
GetOptions(
\%opts,
'verbose',
'process=i',
'ssl',
'encrypt',
'help'
) or $opts{help}++;
pod2usage(2) if $opts{help};
s3uploader.pl view on Meta::CPAN
die "no such directory $local_dir" if ! -d $local_dir;
my $config = {
aws_access_key_id => $ENV{AWS_ACCESS_KEY_ID},
aws_secret_access_key => $ENV{AWS_SECRET_ACCESS_KEY},
secure => $opts{ssl},
encrypt => $opts{encrypt},
retry => 5,
process => $opts{process},
verbose => $opts{verbose},
};
s3uploader.pl view on Meta::CPAN
=head1 SYNOPSIS
-v verbose
-p max process (default 1 if ommitted)
-s use ssl
-h help (this)
example:
upload.pl -v -p 10 /path/to/dir s3://bucketname/foo/bar/dir/
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amazon/S3.pm view on Meta::CPAN
# If the bucket name has a period in it, the certificate validation
# will fail since it will expect a certificate for a subdomain.
# Setting it to verify against the expected host guards against
# that while still being secure since we will have verified
# the response as coming from the expected server.
$self->ua->ssl_opts( SSL_verifycn_name => $self->host );
my $response = $self->_do_http($request);
# Turn this off, since all other requests have the bucket after
# the host in the URL, and the host may change depending on the region
$self->ua->ssl_opts( SSL_verifycn_name => undef );
$self->turn_on_special_retry();
# If No error, then nothing to do
return $TRUE
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for perl module Amazon::S3Curl::PurePerl
0.054 2015-06-18 18:56:08+00:00 UTC
- removed my --no-sslv2 and 3, it didn't work properly.
0.052 2014-10-16
- explicitly disallow SSL3 and SSL2. ( in response to POODLE )
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
factpacks/Linux.fact view on Meta::CPAN
Apache JetSpeed => <reply> $who, An OpenSource GroupWare/Portal. URL: http://java.apache.org/jetspeed/
Apache JMeter => <reply> $who, URL bench application. URL: http://java.apache.org/jmeter/
Apache JServ => <reply> $who, Java servlet engine. URL: http://java.apache.org/
Apache SPFC => <reply> $who, The Server Pages Foundation Classes. URL: http://java.apache.org/
Apache-OWA => <reply> $who, Runs Oracle PL/SQL Web Toolkit applications.. URL: http://www.ita.chalmers.se/~svinto/apache/
Apache-SSL => <reply> $who, Secure Webserver (using SSLeay). URL: http://www.apache-ssl.org/
Apache-Ssl-Jserv => <reply> $who, Leading World Wide Web server with SSL and Java servlet support.. URL: http://fornax.elf.stuba.sk/~hany/software/apache-ssl-jserv/
apache-userdirldap => <reply> $who, LDAP UserDir lookups for the Apache web server. URL: http://horde.net/~jwm/software/apache-userdirldap/
Apache::Archive => <reply> $who, Allow users to view/download component parts of archive files. URL: http://www.snowdrift.org/computers/perl/archive.html
Apache::MimeXML => <reply> $who, An Apache MIME Type handler for detecting XML files.. URL: http://sergeant.org/perl/modules/docs/Apache-MimeXML.txt
Apache::Session => <reply> $who, Session manager for web applications. URL: http://www.perl.com/CPAN-local/modules/by-module/Apache/
Apache::SetWWWTheme => <reply> $who, Apache perl module to create nav tools and give a common look/feel to a site. URL: http://www.jach.hawaii.edu/~chogan/
factpacks/Linux.fact view on Meta::CPAN
DHARMI => <reply> $who, Tinker-toy like modelling language featuring living data. URL: http://www.erols.com/panda
DHCP with Dynamic DNS => <reply> $who, Dynamically update DNS from dhcpd.leases file. URL: http://cpl.net/~carville/DHCP-DNS/dhcp-dns.html
dhcp-dns => <reply> $who, Update DNS with data from DHCPD. URL: http://www.sector13.org/kazin/projects/dhcp_dns.html
dhcpcd => <reply> $who, DHCP client daemon for Linux Kernels 2.1.x. URL: http://www.phystech.com/download/
dhcplst.pl => <reply> $who, CGI program to browse and query ISC dhcpd 2.x leases file. URL: http://www.ujep.cz/~lupomesk/dhcplst/
dhcpxd => <reply> $who, An endlessly customizable DHCP client daemon. URL: http://www.guido.yi.org:50080/
DHS.ORG Auto Updater => <reply> $who, DHS.ORG (Domain Host Services) Dynamic Domain Updater. URL: http://sonicboom.2y.net/dhsupdater.phtml
dhttpd => <reply> $who, Minimal secure webserver. URL: http://uts.cc.utexas.edu/~foxx/dhttpd/
Dia => <reply> $who, gtk based diagram drawing program. URL: http://www.lysator.liu.se/~alla/dia/
Diablo => <reply> $who, Fast and efficient NNTP newsfeeder software. URL: http://www.backplane.com/diablo/
DiaCanvas => <reply> $who, A full featuring widget for diagram drawing (from the drawing tool DIA). URL: http://www.linuxstart.com/~arjan/diacanvas/
factpacks/Linux.fact view on Meta::CPAN
Energymech => <reply> $who, Bot for irc with eggdrop like features to manage a channel. URL: http://www.suba.com/~proton/index.html
Enhydra => <reply> $who, An open Source Application Server. URL: http://www.enhydra.org
ENIP => <reply> $who, Pure java email client. URL: http://ungerware.dhs.org/enip/
eNITL => <reply> $who, Embeddable, extensible, template scripting language engine for C++ apps. URL: http://networkimprov.com/enitl/enitl.html
Enlightenment => <reply> $who, Fast, flexible and very extensible Window Manager. URL: http://www.enlightenment.org/
Enoch => <reply> $who, An Advanced, Highly-Optimized GNU/Linux. URL: http://enoch.masslinux.com/
enprt.csh => <reply> $who, Entitled Printing from Netscape Navigator under UNIX-like OSes. URL: http://mickey.edvz.uni-linz.ac.at/enprt/
EnRus dictionary tools => <reply> $who, Tcl/Tk scripts for manipulating textual (plain or gzipped) dictionary base.. URL: http://enrus.antex.ru/indexe.html
enscript => <reply> $who, Converts ASCII files to PostScript. URL: http://www.iki.fi/~mtr/genscript/
Enscriptconfig => <reply> $who, Standalone GUI to edit the GNU enscript configuration files. URL: http://www.cs.columbia.edu/~etgold/software/
Ensemble => <reply> $who, A toolkit for constructing reliable distributed applications.. URL: http://www.cs.cornell.edu/Info/Projects/Ensemble/index.html
factpacks/Linux.fact view on Meta::CPAN
Eraserhead RPG => <reply> $who, RPG/II, RPG/III Compiler. URL: http://rpg.netpedia.net
ERC => <reply> $who, Emacs IRC client. URL: ftp://metalab.unc.edu/pub/Linux/system/network/chat/irc/
erikyyyphone => <reply> $who, Internet audio conferencing application. URL: http://wwwcip.rus.uni-stuttgart.de/~inf24628/erikyyyphone/
Erlang => <reply> $who, Full-featured programming language developed at the Ericsson CS Laboratory. URL: http://www.erlang.org/
erpcd-talker => <reply> $who, A simple set of utilities to talk to an erpcd (Annex manager software). URL: http://www.luyer.net/software/erpcd-talker/
erwin => <reply> $who, GTK html editor. URL: http://www-stud.fht-esslingen.de/erwin/
esh => <reply> $who, New Unix shell. URL: http://esh.netpedia.net
esky => <reply> $who, Userspace job freezing (checkpoint/resume) system. URL: http://cap.anu.edu.au/~dgibson/esky.html
ESM => <reply> $who, A system monitoring tool.. URL: http://members.tripod.com/~retep/esm.html
esound => <reply> $who, Enlightened Sound Daemon. URL: http://www.tux.org/~ricdude/EsounD.html
eSquire => <reply> $who, Web based Majordomo replacement and autoresponder manager. URL: http://www.gamerz.net/esquire/
factpacks/Linux.fact view on Meta::CPAN
gtkmail => <reply> $who, gtk-- mail client. URL: http://www.cs.unc.edu/~yandle/gtkmail/
gtkMeat => <reply> $who, A Freshmeat new submissions ticker. URL: http://www.sonic.net/~tengel/gtkmeat/
GTKML => <reply> $who, A proposed XML markup language for describing GTK user interfaces. URL: http://www.k-3d.com/index_gtkml.html
gtkmmind => <reply> $who, Master Mind game. URL: http://webdat.com/seb/gtkmmind.html
gtkmod => <reply> $who, Gtk mod/s3m/xm player. URL: http://members.xoom.com/pcburns/gtkmod.html
gtkmotd => <reply> $who, Displays message of the day in an X window. URL: http://rhlx01.rz.fht-esslingen.de/gtkmotd/
GtkMozilla => <reply> $who, GTK+ widget to embed Mozilla layout engine inside GTK+ apps. URL: http://www.lysator.liu.se/~alla/gtkmozilla.html
GTKmp3make => <reply> $who, GTK front end for cdripper and mp3 encoder. URL: http://kfa.cx
GtkPGA => <reply> $who, Gtk+ based interface to a PostgreSQL Database Management System.. URL: http://www.geocities.com/CollegePark/3807/gtkpga.html
GtkPlot => <reply> $who, 2D Scientific plots widget for Gtk+. URL: http://www.ifir.edu.ar/grupos/gtk/
gtkpool => <reply> $who, Simple GTK+ pool game. URL: http://gtkpool.seul.org/
factpacks/Linux.fact view on Meta::CPAN
Islamic Timer => <reply> $who, Calculates Islamic Prayer times, Hijri calender, calender converter. URL: http://www.cob.ohio-state.edu/~wmuhanna/IslamicTimer.html
ISO8211Lib => <reply> $who, ISO/IEC 8211 library. URL: http://gdal.velocet.ca/projects/iso8211/
isp-watcher => <reply> $who, A perl script which monitors lines at an ISP for disconnects.. URL: http://cyberpunks.org/holograph/darkewolf.phtml
ISPd => <reply> $who, Billing/user management software for ISPs. URL: http://ispd.eburg.com
isreal => <reply> $who, Tells if an image is real, computer generated, or not real.. URL: http://www.striker.ottawa.on.ca/~aland/isreal/
ITISSL => <reply> $who, A Java 2 implementation of Sun' SSL Reference API based on SSLeay/OpenSSL. URL: http://www-sp.iti.informatik.tu-darmstadt.de/itissl/
ivtools => <reply> $who, Application frameworks for drawing editors and spatial data servers. URL: http://www.vectaport.com/ivtools/
J'Express Professional => <reply> $who, Lets you create multilingual installers and auto-updaters. URL: http://www.denova.com
J'Express Standard => <reply> $who, Lets you create multilingual, cross platform installers and auto-updaters. URL: http://www.denova.com
Jabber => <reply> $who, Instant Messaging Platform. URL: http://jabber.org/
jac => <reply> $who, Command line CD Player. URL: http://kyd.net/vaga/jac.html
factpacks/Linux.fact view on Meta::CPAN
libraw1394 => <reply> $who, Library providing API to access IEEE 1394 bus (FireWire, iLink). URL: http://eclipt.uni-klu.ac.at/ieee1394/
libRPG => <reply> $who, A library for making RPG/Adventure games.. URL: http://www.geocities.com/SiliconValley/Screen/4079/
librt => <reply> $who, General Programming Library. URL: http://www.primenet.com/~jerome/Hackerlabs/hackerlabs.html
Libsigc++ => <reply> $who, Callback framework for C++. URL: http://www.ece.ucdavis.edu/~kenelson/libsigc++/
libsmb => <reply> $who, Enables access to SMB shares in any C++ program under Unix. URL: http://www-eleves.iie.cnam.fr/~brodu/smblib/
libsmbpw => <reply> $who, getpwent/putpwent interface to the Samba smbpasswd file. URL: http://www.mssl.ucl.ac.uk/~atp/comp/libsmb/
libsndfile => <reply> $who, A library for reading and writing sound files.. URL: http://www.zip.com.au/~erikd/libsndfile/
libsock => <reply> $who, High performance multi-threaded socket C library.. URL: http://www.sqrl.org/sqrl/
libstash => <reply> $who, Thread-safe C Library of algorithms and support routines.. URL: http://www.sqrl.org/sqrl/
libSTCP => <reply> $who, C Library for STCP (Secure Transport Control Protocol) support. URL: http://members.xoom.it/rustino/
libtcp++ => <reply> $who, C++ class library to create TCP/IP clients/servers. URL: http://www.sashanet.com/internet/download.html
factpacks/Linux.fact view on Meta::CPAN
mod_layout => <reply> $who, Layout module for Apache.. URL: http://www.tangent.org/mod_layout/
mod_litbook => <reply> $who, Experimental design in referencing www documents.. URL: http://www.conman.org/software/mod_litbook/
mod_perl => <reply> $who, Brings together the fullpower of Perl and the Apache HTTP server. URL: http://perl.apache.org/
mod_perl Calendar System => <reply> $who, Web-based calendaring system in mod_perl. URL: http://www.gallanttech.com/resources/documentation/calendar/
mod_roaming => <reply> $who, With mod_roaming you can use Apache as a Netscape Roaming Access server. URL: http://www.klomp.org/mod_roaming/
mod_ssl => <reply> $who, Apache Interface to OpenSSL. URL: http://www.modssl.org/
mod_throttle => <reply> $who, Virtual server throttling for Apache 1.3.x. URL: http://www.snert.com/Software/Throttle/
mod_virgule => <reply> $who, Community site-building tool. URL: http://www.levien.com/free/mod_virgule/
MOIS => <reply> $who, My Own IRC Script for ircII. URL: http://www.stud.uni-karlsruhe.de/~uno4/linux/
moiss => <reply> $who, Quantum Monte Carlo simulation program. URL: http://moiss.pquim.unam.mx/moiss/
mol: Mac-on-Linux => <reply> $who, Mac-on-Linux: Run the MacOS from inside Linux!. URL: http://www.ibrium.se/linux/mac_on_linux.html
factpacks/Linux.fact view on Meta::CPAN
opensched => <reply> $who, A project scheduling system for Unix systems, with LaTeX and EPS output.. URL: http://www.vision.irl.cri.nz/~alan/opensched/
OpenScheme => <reply> $who, OpenScheme programming environment. URL: http://www.open-scheme.com/
OpenScrabble => <reply> $who, Free, open source implementation of Scrabble(tm). URL: http://w3.one.net/~benders/openscrabble/index.shtml
OpenShare Linux => <reply> $who, OpenShare Linux - Full distribution of Linux Server or Workstation Editions. URL: http://www.openshare.net
OpenSSH Unix Port => <reply> $who, Port of OpenBSD's free SSH release to Linux. URL: http://violet.ibs.com.au/openssh/
OpenSSL => <reply> $who, The Open Source toolkit for Secure Sockets Layer and Transport Layer Security. URL: http://www.openssl.org/
OpenTrader => <reply> $who, Multiprocess trading platform. URL: http://www.noris.net/~smurf/opentrader/
OpenVerse Visual Chat => <reply> $who, Free Multiplatform Visual Chat software written in Tcl/TK. URL: http://openverse.org/
openWAP => <reply> $who, WAP GNU Open Source Project. URL: http://www.openwap.org/
OpenXML => <reply> $who, Pure Java, commercial-grade, fully featured framework for XML-based applications. URL: http://www.openxml.org
Orac => <reply> $who, Database Administration Tool. URL: http://www.kkitts.com/orac-dba/
factpacks/Linux.fact view on Meta::CPAN
psiconv => <reply> $who, Psion 5 file conversion utilities and file format documentation. URL: http://huizen.dds.nl/~frodol/psiconv/
psiko => <reply> $who, Boot Manager. URL: http://iaeste.cie.uma.es/lima/
PsiLin => <reply> $who, Graphical interface to connect and convert files between a Psion and Linux. URL: http://www.medsyn.fr/perso/g.delafond/psiolinu.htm
psntools => <reply> $who, Administrative tools for large numbers of accounts. URL: http://www.psn.ie/users/ad/psntools/
PSPG => <reply> $who, Pretty simple password generator. URL: http://members.xoom.com/miscreants/
PSSlides => <reply> $who, Package for generating PostScript presentation slides. URL: http://www.cs.berkeley.edu/~mdw/proj/psslides/
pstack => <reply> $who, Dump call stacks of active processes. URL: http://www.whatsis.com/pstack/
pstill => <reply> $who, . URL: http://www.this.net/~frank/pstill.html
PSUtils => <reply> $who, Manipulate PostScript files. URL: http://www.dcs.ed.ac.uk/~ajcd/psutils/index.html
PSXDEV => <reply> $who, A free GPL'd development environment for thePlayStation. URL: http://math-www.uni-paderborn.de/~dbalster/psxdev/index.html
PTax98 => <reply> $who, Computes most of the 1998 Federal 1040EZ.. URL: http://www.arborway.net/koch/
factpacks/Linux.fact view on Meta::CPAN
RenderDotC => <reply> $who, RDC is a RenderMan(R)-compliant photorealistic rendering toolkit. URL: http://www.dotcsw.com
RenderPark => <reply> $who, Physics-Based Photorealistic Rendering Tool. URL: http://www.cs.kuleuven.ac.be/cwis/research/graphics/RENDERPARK/
replace => <reply> $who, Replace ASCII or hex strings in text or binary files. URL: http://public.connect.org.uk/~rkl/replace/
Replay => <reply> $who, GTK-based MP3 player for X11. URL: http://replay.linuxpower.org
Replay+ Arcade Emulator => <reply> $who, multi-game Arcade emulator.. URL: http://www.icomm.ca/replay/
RePop => <reply> $who, A pop3 daemon that seamlessly glues together a list of pop3 mailboxes.. URL: http://ziggy.dhs.org/repop/
Report Magic for Analog => <reply> $who, Create tabular reports and graphs from Analog web statistics.. URL: http://www.reportmagic.com/
Req => <reply> $who, Email-based request tracking system. URL: http://www.ccs.neu.edu/software/ccs/req/
ReqNG => <reply> $who, Request tracking system. URL: http://scuttlebutt.explore.com/reqng/
Request Tracker => <reply> $who, Web, command-line and email based trouble ticketing and bugtracking package. URL: http://www.fsck.com/projects/rt/
ResCaf => <reply> $who, Mac Resource Fork reader written in Swing Java. URL: http://www.cs.msstate.edu/~smithg/ResCafe/
factpacks/Linux.fact view on Meta::CPAN
SENSE => <reply> $who, Distributed Shared Memory system. URL: http://hjem.get2net.dk/dduck/sense.html
Sentinel => <reply> $who, Fast system file scanner. URL: http://zurk.netpedia.net/zfile.html
sersniff => <reply> $who, Program for tunnelling/sniffing for between 2 serial ports.. URL: http://www.earth.li/projectpurple/progs/sersniff.html
Services => <reply> $who, Provides nick/channel/memo services for IRC networks. URL: http://ender.shadowfire.org/ircservices/
Setedit => <reply> $who, An editor for C/C++ programmers with a nice text interface.. URL: http://members.xoom.com/stropea/setedit.html
SETI@Home Client => <reply> $who, Distributed SETI data-analysis client. URL: http://setiathome.ssl.berkeley.edu/
setiherder => <reply> $who, GTK interface to monitor and control multiple SETI@home clients.. URL: http://www.sackheads.org/setiherder/
setilog => <reply> $who, Setiathome resultfile logging. URL: http://www.wildcard.demon.nl/
SetIP => <reply> $who, A shell script to make it easy to connect to a Dynamic IP computer.. URL: http://expert.cc.purdue.edu/~meuserj/stuff/setip/
SetiStats => <reply> $who, Connects to Seti@Homes stats page and displays current user count, etc.. URL: http://come.to/setistats/
setistats.pl => <reply> $who, Shows collected data from a running SETI-client in a nice HTML-page.. URL: http://www.webwriters.de/mbirth/subsites/perlprogs/zipped/setistats-latest.tar.gz
factpacks/Linux.fact view on Meta::CPAN
sii_printpbm => <reply> $who, allows you to print PBM files to the SII SLP1100label printer from a UNIX box.. URL: http://eric.ayers.home.mindspring.com/sii_printpbm/
sim2181 => <reply> $who, Simulator for Analog Devices ADSP-2181 DSPs. URL: http://www.auk.cx/adspsim/
Simple DirectMedia Layer => <reply> $who, Allows portable low level access to nativehigh-performance media interfaces. URL: http://www.devolution.com/~slouken/SDL/
Simple Distributed DataBase => <reply> $who, A fast, truly distributed Network Directory Service. URL: http://www.tpp.org/CiscoPrint/
Simple File Manager => <reply> $who, Fast small shortcut-driven Gtk-based file manager. URL: http://pixel.linuxbox.com/sfm.html
Simple Sockets Library => <reply> $who, Simple C programming interface to sockets. URL: http://kipper.york.ac.uk/~vic/sock-faq/ssl.tar.gz
Simple volumes => <reply> $who, NT and OS/2 Volumes support for Linux. URL: http://www.penguin.cz/~mhi/fs/vol/
Simple Web Server => <reply> $who, Simple web-server. URL: http://linuxstuffs.cjb.net/
SimplePoll => <reply> $who, A PHP script designed for setting up polls on a website. URL: http://www.quake-au.net/php/
Sims Computing Test Bed => <reply> $who, Tool for writing unit tests for your Java code. URL: http://www.simscomputing.com/products.html
Sing Along Disc Player => <reply> $who, CD player with spectrum analyser, oscillator, mixer and remote DB support. URL: http://www.alphalink.com.au/~michg/ace/sadp/
factpacks/Linux.fact view on Meta::CPAN
SMTP with Source => <reply> $who, SMTP enables exchange of mail between hosts within or across networks.. URL: http://www.alphaWorks.ibm.com/
SMTP::Server => <reply> $who, A complete, extensible, RFC compliant SMTP server written in Perl. URL: http://www.macgyver.org/software/perl/
smtpclient => <reply> $who, Minimal SMTP client. URL: http://www.engelschall.com/sw/smtpclient/
sMud => <reply> $who, a simple MUD server written from scratch. URL: http://www.unstable.org/~nelish/
Smurf Sound Font Editor => <reply> $who, Sound Font editor. URL: http://www.resonance.org/smurf/
sn => <reply> $who, Hassle-free usenet news system for small sites. URL: ftp://metalab.unc.edu/pub/Linux/system/news/transport/
SNA for Linux => <reply> $who, Provides the SNA protocol stack for the Linux OS.. URL: http://www.blind-fire.net/linux-sna/
Snack => <reply> $who, Cross-platform sound extension for Tcl. URL: http://www.speech.kth.se/snack/
SnapViewer => <reply> $who, Picture/photograph viewer. URL: http://ox.compsoc.net/~neil/NeilsSoftware/snapviewer.html
snarf => <reply> $who, Command-line URL retrieval tool with some unique features.. URL: http://www.xach.com/snarf/
Snd => <reply> $who, Freeware sound editor for X/Motif. URL: http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html
factpacks/Linux.fact view on Meta::CPAN
spit! => <reply> $who, Serial port Internet transport. URL: http://www.ummu.umich.edu/labs/vr/cavedev/
SPITE => <reply> $who, GTK based utility that helps Eterm users write themes. URL: http://www.charm.net/~mikelea/spite/
SpkrPhone => <reply> $who, US Robotics Sportster Voice Modem Program. URL: http://people.ne.mediaone.net/insouciant/spkrphone/index.html
SPLAT => <reply> $who, Stampede Package Listing and Administration Tool. URL: http://outlyer.org/stampede/splat.html
Splay => <reply> $who, MPEG-1/2 layer 1,2,3 and wave file player.. URL: http://synergy.kaist.ac.kr/~jwj/
Split2000 => <reply> $who, Lossless audio compressor. URL: http://heroine.tampa.fl.us
SplitFire => <reply> $who, Complete IRC script for IRCII-EPIC.. URL: http://www.epicsol.org/splitfire/
splitfmnews => <reply> $who, Splits the freshmeat newsletter digest into individual messages.. URL: http://www.linuxia.de/freshmeat.html
SplitImage => <reply> $who, Tool for splitting up a shared web images directory. URL: http://www.crux.net/perl/splitimage.html
SplitJoin => <reply> $who, Recreates files from split parts. URL: http://zone.baldcom.net/~green/splitjoin
splitpea => <reply> $who, Python script for splitting and joining files.. URL: http://members.xoom.com/doxxx/
factpacks/Linux.fact view on Meta::CPAN
Thumb => <reply> $who, Configurable image directory thumbnail viewer. URL: http://www.datrix.co.za/thumb/
Thumbie => <reply> $who, Generates Thumbnail-Index HTML-Pages. URL: http://www.homepages.de/home/Protzi/files/thumbie/thumbie.html
THX-1138 => <reply> $who, Electronic Paper for Calculations and Graphs. URL: http://www.its.caltech.edu/~jafl/thx/
TI-89 Transfer Utility => <reply> $who, TI-89 File Transfer Utility. URL: http://www.wolfenet.com/~sanislo/
TIA => <reply> $who, console/xterm IDE for GNAT. URL: http://www.vaxxine.com/pegasoft/tia.html
TIC => <reply> $who, Lossless document image compression. URL: http://www.cs.waikato.ac.nz/~singlis/
Tick-A-Stat => <reply> $who, Displays various warnings and events in a ticker type style. URL: http://gqview.netpedia.net/rest-tick.html
ticker => <reply> $who, Configurable text scroller, with slashdot and freshmeat modules. URL: http://kitenet.net/programs/ticker/
TickMail => <reply> $who, Fast, efficient, attractive, and friendly X11 e-mail program.. URL: http://boxybutgood.com/TickMail/
tictactoe => <reply> $who, A simple console perl script that plays a coordinate-based tictactoe game. URL: http://blue.dhs.org/tictactoe/
tidy => <reply> $who, tidy cleans up system log files created by syslogd. URL: ftp://metalab.unc.edu/pub/Linux/system/admin/log/
factpacks/Linux.fact view on Meta::CPAN
Wireless Tools/Howto => <reply> $who, Generic tools to setup some Wireless LAN drivers + exhaustive web ressources. URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
Wisio => <reply> $who, An experimental project for a graphical windowing system. URL: http://personal.eunet.fi/pp/wisio/
Wizard => <reply> $who, Component to add a Windows 95-like Wizard to an application.. URL: http://www.bigfoot.com/~teras/wizard/
wm2 => <reply> $who, Minimal, elegant and unusual window manager. URL: http://www.all-day-breakfast.com/wm2/
wmakerconf => <reply> $who, GTK based configuration tool for WindowMaker window manager. URL: http://ulli.linuxbox.com/wmakerconf/
WMAmpMenu => <reply> $who, A simple utility that inserts MP3 playlists in your WM root menu.. URL: http://www.snowman.sgic.fi/ssl/wmampmenu/
wmanager => <reply> $who, X11 window manager selector. URL: http://heuss.techfak.uni-bielefeld.de/www/mtessmer/wmanager/
wmapm => <reply> $who, Small dock-app that shows continually-updated APMstatistics. URL: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
wmappl => <reply> $who, Window Maker Application Launcher. URL: http://www.pobox.com/~charkins/wmappl.html
wmbattery => <reply> $who, APM status dock app. URL: http://kitenet.net/programs/wmbattery/
WMBeats => <reply> $who, InternetTime Clock .. URL: http://shadowmere.student.utwente.nl
factpacks/Linux.fact view on Meta::CPAN
yudit => <reply> $who, Unicode text editor for the X Window System. URL: http://metalab.unc.edu/pub/Linux/apps/editors/X/
ywho => <reply> $who, Yet Another Who Utility. URL: http://atrey.karlin.mff.cuni.cz/~mj/linux.html
yyyRSA => <reply> $who, A paranoid RSA encryption/decryption program.. URL: http://wwwcip.rus.uni-stuttgart.de/~inf24628/yyyRSA/
ZAngband => <reply> $who, Rogue-like roleplaying game. URL: http://thangorodrim.angband.org/
zarch => <reply> $who, linux remake of the classic game also known as virus. URL: http://www.nbn.com/~thom/software.html
zback => <reply> $who, Quick and easy utility to painlessly backup files to a zip archive.. URL: http://landau.phys.psu.edu/people/beach/software.html
zdisk => <reply> $who, Create floppy boot/rescue system with kernel of choice.. URL: ftp://metalab.unc.edu/pub/Linux/system/recovery/
Zebedee => <reply> $who, Encrypting, compressing TCP/IP tunnel. URL: http://www.winton.org.uk/zebedee/
Zebra => <reply> $who, Route Server and Route Reflector daemon. URL: http://www.zebra.org/
ZENamp => <reply> $who, Embedded MP3 audio engine. URL: http://www.zenamp.net
Zfm => <reply> $who, A new, very extensive and portable filemanager. URL: http://zfm.xdev.org/
factpacks/Linux.fact view on Meta::CPAN
apt-proxy => <reply> $who, apt-proxy is a simple script to build up a Debian FTP mirror based on requests which pass through the proxy. URL: ftp://ftp.linuxcare.com.au/pub/apt-proxy/apt-proxy-0.1.tar.bz2
konkhydra => <reply> $who, Konkhydra is a program that lets you control multiple X servers from one keyboard and mouse. URL: http://www.konkers.net/~konkers/konkhydra/konkhydra-0.0.1.tar.gz
Gift => <reply> $who, Gift is a Java platform which allows developers to create custom editors dedicated to any representation language or formalism. URL: http://www.xrce.xerox.com/ats/gift/download/download.html
CodeGuide => <reply> $who, CodeGuide is an IDE that detects errors in your code as you type, offers powerful code completion features, maintains a structured view of your program, has an integrated visual debugger, supports the latest Java technologi...
Koala Complete MUD Server => <reply> $who, Koala is a complete, IPv6-compliant MUD server.. URL: http://sourceforge.net/project/filelist.php?form_grp=312
JIPSY => <reply> $who, Jipsy is a drop-in replacement for parts of the java.net classes that enables Java applications to seamlessly communicate using IPv4 and IPv6. URL: http://www.progsoc.uts.edu.au/~mpf/jipsy/jipsy-0.1.0.tar.gz
Style-print => <reply> $who, Style-print is a small program that prints files with a lot of styles like underline, bold, double width, superindex, etc. URL: http://www.ctv.es/USERS/pbrufal/style-print-0.1.tar.gz
Updee => <reply> $who, Updee is an uptime daemon designed to run on as many UNIX systems as possible. URL: http://www.bigfoot.com/~iretd/updee-current.tar.gz
gShield => <reply> $who, gShield (formerly Godot's Modified Modular Firewall), is an aggressive, modular, ipchains-based firewall script. URL: http://muse.linuxgeek.org/files/gShield-1.0.tgz
tdof => <reply> $who, tdof is an APE-derived C++ framework for use in developing telephony applications with native drivers which lack a pre-existing SDK. URL: ftp://www.voxilla.org/pub/tdof/
gg => <reply> $who, gg is a graphical guestbook for the Web. URL: http://www.earth.li/projectpurple/files/gg-0.0.2.tar.gz
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amon2/Auth/Site/Twitter.pm view on Meta::CPAN
sub _nt {
my ($self) = @_;
my $nt = Net::Twitter::Lite::WithAPIv1_1->new(
consumer_key => $self->consumer_key,
consumer_secret => $self->consumer_secret,
ssl => 1,
);
return $nt;
}
sub auth_uri {
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution
view release on metacpan or search on metacpan
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.
4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License. However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
view all matches for this distribution