Ultimatedbzpackforv.3.1.piv: File Size: 113 kb: File Type: piv. Free Pivot Sniper Rifle: 14719: Free Pivot Weapon Pack Download: 14139: Pivot Kamen Rider: 10925: Pivot Stickfigure Weapons Pack: 7156: Pivot Weapons: 6956: Dragon.
WWW::PkgFind watches Web sites, FTP sites, GIT repositories, etc. for new code releases, and downloads them. In other words, its like a Web spider tuned for downloading software packages and patches. WWW::PkgFind is also able to generate a queue of incoming packages, to allow subsequent...
Platforms: *nix
License: Freeware | Size: 13.31 KB | Download (109): WWW::PkgFind Download |
WWW::Search::Nomade is a Perl class for searching Nomade. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Nomade); $oSearch->maximum_to_retrieve(100); #$oSearch ->{_debug}=1; # Create request $oSearch->native_query(WWW::Search::escape_query('cgi')); # or Make an...
Platforms: *nix
License: Freeware | Size: 4.1 KB | Download (85): WWW::Search::Nomade Download |
ezmlm-www provides a Web interface to ezmlm mailing list archives. It is MIME compliant (with HTML rendering, attachment handling, inline images), multilingual (English, Spanish, Italian, German, Brasilian Portuguese, French, and Norwegian), and customizable using a stylesheet. ezmlm-www also...
Platforms: *nix
License: Freeware | Size: 15.36 KB | Download (100): ezmlm-www Download |
WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs => No, file => '~/first.pl'); # do the http request...
Platforms: *nix
License: Freeware | Size: 3.07 KB | Download (84): WWW::Rafb Download |
WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. SYNOPSIS use WWW::RaptureReady; my $rr = WWW::RaptureReady->new; print 'URL: ', $rr->url, 'n', 'Current Index: ', $rr->index, 'n', 'Index Change: ', $rr->change, 'n', 'Last Updated: ', $rr->updated, 'n'; This module...
Platforms: *nix
License: Freeware | Size: 8.19 KB | Download (87): WWW::RaptureReady Download |
Test::WWW::Accessibility is a Perl module to test web pages for accessibility..
Platforms: *nix
License: Freeware | Size: 15.36 KB | Download (82): Test::WWW::Accessibility Download |
WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features. The primary focus is the forum (message board), but many other useful communications features are either already implemented or planned for a future release. These all make a consistent...
Platforms: *nix
License: Freeware | Size: 56.32 KB | Download (93): WWW Forum Download |
WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl...
Platforms: *nix
License: Freeware | Size: 22.53 KB | Download (121): WWW::Curl::Easy Download |
WWW::Babelfish is a Perl extension for translation via Babelfish or Google. SYNOPSIS use WWW::Babelfish; $obj = new WWW::Babelfish( service => Babelfish, agent => Mozilla/8.0, proxy => myproxy ); die( 'Babelfish server unavailablen' ) unless defined($obj); $french_text = $obj->translate(...
Platforms: *nix
License: Freeware | Size: 9.22 KB | Download (92): WWW::Babelfish Download |
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs. Installation: perl Makefile.PL make make test make install Whats New in This Release: - Initial implementation. - Supports retrieving a shortened URL and allows for setting a password...
Platforms: *nix
License: Freeware | Size: 3.07 KB | Download (79): WWW::NanoRef Download |
WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (83): WWW::BF2Player Download |
Pivot Weapons Pack Free Download Pc
WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (92): WWW::BF2S Download |
WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps. SYNOPSIS use WWW::YahooMaps; #first method: PASSING ADDRESS BIT-BY-BIT my %addr = ( 'street' => '555 N Michigan Ave', 'city' => 'Chicago, IL 60611', 'country' => 'us', ); if (my $url =...
Platforms: *nix
License: Freeware | Size: 4.1 KB | Download (80): WWW::YahooMaps Download |
WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). SYNOPSIS use WWW::Search; my $oSearch = new WWW::Scraper(Dice); my $sQuery = WWW::Scraper::escape_query('unix and (c++ or java)'); $oSearch->native_query($sQuery, {method => bool,...
Platforms: *nix
License: Freeware | Size: 37.89 KB | Download (80): WWW::Scraper::Dice Download |
WWW::Scraper::BAJobs it Scrapes BAJobs.com. SYNOPSIS require WWW::Scraper; $search = new WWW::Scraper(BAJobs); This class is an BAJobs specialization of WWW::Search. It handles making and interpreting BAJobs searches http://www.BAJobs.com. This class exports no public interface; all...
Platforms: *nix
License: Freeware | Size: 37.89 KB | Download (83): WWW::Scraper::BAJobs Download |
WWW::Scraper::FlipDog it Scrapes www.FlipDog.com. SYNOPSIS use WWW::Scraper; use WWW::Scraper::Response::Job; $search = new WWW::Scraper(FlipDog); $search->setup_query($query, {options}); while ( my $response = $scraper->next_response() ) { # $response is a...
Platforms: *nix
License: Freeware | Size: 37.89 KB | Download (96): WWW::Scraper::FlipDog Download |
WWW::A9Toolbar is a class to allow perl to access the a9.com toolbar. SYNOPSIS use WWW::A9Toolbar; my $a9 = WWW::A9Toolbar->new( { email => my@email.address, password => mya9password, connect => 1 } ); my @bookmarks = $a9->find_bookmarks({ title => qr/searchtext/ }); my $newbookmark =...
Platforms: *nix
License: Freeware | Size: 7.17 KB | Download (81): WWW::A9Toolbar Download |
WWW::Mechanize::Pluggable provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say....
Platforms: *nix
License: Freeware | Size: 45.06 KB | Download (78): WWW::Mechanize::Pluggable Download |
Pivot Weapons Pack Free Download Mac
Test::WWW::Simple is a Perl module to test Web applications using TAP. SYNOPSIS use Test::WWW::Simple; # This is the default user agent. user_agent(Windows IE 6); page_like('http://yahoo.com', qr/.../, 'check for expected text'); page_unlike('http://my.yahoo.com', qr/.../, 'check for...
Platforms: *nix
License: Freeware | Size: 12.29 KB | Download (81): Test::WWW::Simple Download |
MyCMS www provides a Web interface for MyCMS. MyCMS www is a set of Perl CGI scripts to access the articles stored in a MyNews server and to manage authors and moderators..
Platforms: *nix
License: Freeware | Size: 86.02 KB | Download (92): MyCMS www Download |
Pivot Stickfigure Animator is a unique software, that allows you to create stick figure animations easily and without any artistic skills. You can move the sections of the stick figure and easily create a chain of animation frames that can be previewed as you go. You can use more than one...
Platforms: Windows, Windows CE
License: Freeware | Size: 937.28 KB | Download (611): Pivot Stickfigure Animator Download |
Pivot: Revolution is a remake of the highly popular Pivot Stickfigure Animator, which was designed to allow easy animation using stick figures. Pivot: Revolution, however, will add many features on top of it, allowing for further ease of use.
Platforms: Windows, Mac, Linux
License: Freeware | Size: 21.67 KB | Download (44): Pivot: Revolution Download |
2D&3D Animator produces high-quality images, titles, banner ads and buttons for your Web page or for a presentation. It comes with an object-oriented design interface that enables you to edit graphics, manipulate text and layers (graphic animations), apply special effects, and then compile the...
Platforms: Windows
License: Shareware | Cost: $49.00 USD | Size: 4.7 MB | Download (1172): 2D & 3D Animator Download |
Zoner GIF Animator 5 is an extraordinary tool for creating and editing animated GIF images.This new version provides unique tools for directly creating'trick banners'(with simulated Windows controls), which generally have the highest click-through rate.New abilities in version 5: vector-graphics...
Platforms: Windows
License: Shareware | Cost: $29.00 USD | Size: 5.97 MB | Download (249): Zoner GIF Animator Download |
Pivot® software from Portrait Displays, Inc. lets you rotate your computer display from landscape to portrait position, making documents, e-mail and web browsing easier to manage. 1. Supports multiple displays (Windows® 2000 and XP) 2. Dynamically switches from portrait to landscape, and back...
Platforms: Windows
Pivot Gun Pack Download Free
License: Shareware | Cost: $49.95 USD | Size: 1.49 MB | Download (1635): Pivot Pro Download |
Easy GIF Animator is a powerful yet very easy to use software for creating animated pictures, banners, buttons and GIF videos. With this animated GIF editor you can easily create animated pictures. You can also create animated GIFs from video files. You get extensive animation editing features,...
Platforms: Windows, Windows 8, Windows 7, Windows Server
License: Shareware | Cost: $29.65 USD | Size: 23.13 MB | Download (1462): Easy GIF Animator Download |
Tales Animator is the best software animator for kids and their parents. It allows you and your kids to develop high quality animations easily. Your kids can animate their favorite fairy tales. You can animate your presentations. You do not need to be an artist or advanced user of other similar...
Platforms: Windows
License: Freeware | Size: 2.16 MB | Download (764): Tales Animator Download |
Pivot Table Helper makes working with pivot tables comfortable and fast. Pivot Table Helper adds its own toolbar to Excel with the following buttons: - Select page fields area of the current pivot table - Select header of the current pivot table - Select blank area of the current pivot table...
Platforms: Windows
License: Freeware | Size: 655 KB | Download (558): Pivot Table Helper Download |
Pivot is a web-based tool to help you maintain dynamic sites, like weblogs or online journals. Pivot Weblog is written in PHP, and does not require additional libraries or databases to function. Pivot is easy to setup, easier to maintain, and even easier to work with. It is template based and...
Platforms: *nix
License: Freeware | Size: 1.7 MB | Download (101): Pivot Weblog Download |
Falco GIF Animator is a Graphics Tool to create, edit and export Animated GIFs. Create professional looking Animated GIFs with ease. Key features: 1. Loading from DLL/EXE, BMP, GIF(Animated), PNG, JPG, ICO, CUR, ANI, TARGA, PSD(Photoshop), PCD(Kodak), TIFF, ICL files. 2. Saving in JPG,...
Platforms: Windows
License: Freeware | Size: 16.99 MB | Download (307): Falco GIF Animator Download |
Create or edit animated GIF files for your Web pages easily. With its special features you can optimize, prepare GIF files for your Web page also. GIF Animator can handle any type of GIF animation; it provides high compression and great quality for your animated GIF files. GIF Animator is a GIF...
Platforms: Windows
License: Shareware | Cost: $49.00 USD | Size: 834.86 KB | Download (123): Longtion GIF Animator Download |
Citra Pivot, an extension to our Citra Table component, is a framework developed in Java/Swing for creating and visualizing pivot tables. A pivot table is a component for summarizing, organizing and analyzing huge amounts of data. It is the most important visualization interface of an OLAP...
Platforms: Windows, Mac, *nix, Windows CE, Java
License: Shareware | Cost: $500.00 USD | Size: 5.98 MB | Download (73): Citra Pivot Download |
GIF Animator is a powerful tool for creating animated GIF images. With this outstanding software, you can create pictures, banners, buttons, and even movies. You can use the built-in image editor or any stand-alone graphics editor to create image files that will be assembled into a GIF animation....
Platforms: Windows
License: Shareware | Cost: $35.00 USD | Size: 4.56 MB | Download (43): Adv GIF Animator Download |
Pivot 3 Stick Converter is a small and simple utility that will enable you to convert Pivot 3 Beta stick files (.stk) to Pivot 2.2.5 format.Choose if you want to set the name of the converted file(s) manually, or whether you want them automatically named. Then click the 'Convert' button, select...
Platforms: Windows
License: Freeware | Download (175): Pivot 3 Stick Converter Download |
Lambda Animator is designed as an accessible and handy application that can be used for demonstrating and experimenting with alternative reduction strategies in the lambda calculus. Eager languages reduce arguments before function application. Lazy languages reduce arguments, if needed, after...
Platforms: Windows
License: Freeware | Download (164): Lambda Animator Download |
beez:: is a vector-drawing editor/animator to create SVG animations based on W3C's specifications and Adobe's implementation. The program is completely based on Bezier cubic-interpolated shapes (you now know why it's called so). Even rectangles and ellipses are animatable curves.Create and...
Platforms: Windows, Delphi,
License: Freeware | Download (42): beez::svg bezier animator Download |
Text Animator script shows a great cross-browser text effect. It fades in and out infinite text messages, with each message optionally being clickable.The only shortcoming of this script is that it has to be absolutely positioned on your page, meaning you have to manually set the coordinates of...
Platforms: JavaScript
License: Freeware | Size: 102.4 KB | Download (26): Text Animator for Graphics and Animations Download |
simple wireless Network Animator..In future we create fully supported WSN toolbox and its link with background matlab/algorithm files...
Platforms: Matlab
License: Shareware | Cost: $0.00 USD | Size: 20.48 KB | Download (24): Simple WSN animator Download |
The multi-language and SEO-friendly foundation of iLister Guns Classified Software makes selling handguns, rifles, shotguns and other weapons, as well as accessories a breeze. Gun dealers and FSBO classifieds are provided the tools necessary for optimizing the potential of their iLister Guns...
Platforms: Not Applicable
License: Demo | Cost: $99.00 USD | Size: 43.48 MB | Download (29): iLister Guns Classified Script Download |
NeoNeuro Pivot Table. Free. Automatic Pivot Table shows trends and charts, reveals leaders and outsiders in all parameters like region, product or in any others in one click! Only one mouse click is enough to get trends or pie charts, reveal leaders and outsiders in all parameters like region,...
Platforms: Windows, Windows 8, Windows 7, Windows Server
License: Freeware | Size: 10.27 MB | Download (64): Pivot Table Download |