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

Osx Craigslist Posting App software
Filter: All | Freeware | Demo
 

Osx Craigslist Posting App

1 2 3 4 5 > 
Released: April 28, 2010  |  Added: May 12, 2010 | Visits: 2.472

RainMaker Software Craigslist Posting software and automated Classified Posting tool. Craigslist Posting Software is online and automated marketing and business software. Rain-clouds is an online software provider for Craigslist Software. RainMaker craigslist ad posting software will automated your business...



Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 2.38 MB Download (308): RainMaker Software Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 1.008

Craigslist for Windows Mobile Craigslist for Windows Mobile brings Craigslist to the Windows Mobile platform in a way that it has never been seen before! Now you can search, browse, and respond to Craigslist ads directly from your Windows Mobile phone quickly and effortlessly! Craigslist Mobile uses custom compression and...





Platforms: Pocket PC

License: Shareware Cost: $4.99 USD Size: 26 KB Download (52): Craigslist for Windows Mobile Download

Released: December 19, 2023  |  Added: January 03, 2024 | Visits: 104

Craigslist Auto Poster Craigslist Auto Poster allows you to automate your personal and business online advertising. With a few simple clicks you can post multiple ads quickly and then manage day after day. Let us help you take the work and headaches out of putting you advertisements online. If you are a...


Platforms: Windows, Windows 8, Windows Server, Windows 7

License: Shareware Cost: $5.99 USD Size: 71.69 KB Download (10): Craigslist Auto Poster Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 649

KnotGuide Need to tie a knot? Knot Guide will teach you the ropes! A top iPhone app since the beginning of the app store, now redesigned and optimized for OSX! An iTunes App Store Essentials "Weekend Warriors DIY" pick! #1 knot app on iTunes! Also available on iPhone and iPad! Knot Guide NOW...


Platforms: Mac

License: Commercial Cost: $3.99 USD Size: 59.4 MB Download (47): KnotGuide Download

Added: November 07, 2013 | Visits: 234

HallenprojektStatus HallenprojektStatus is a free and easy to use Mac OSX menu bar app for hallenprojekt.de, the Coworking network for digital workers and digital places. HallenprojektStatus will allow you to quickly to log into any given co working space.


Platforms: Mac

License: Freeware Size: 1.17 MB Download (39): HallenprojektStatus Download

Released: May 05, 2010  |  Added: May 19, 2010 | Visits: 9.972

Craigslist Bot Pro CL Bot Pro offers user a complete Craigslist marketing software solution. In a few simple steps you can create your ads with our easy auto poster for CL. With many additional add ons we have all the tools for Craigslist. Start today with our free demo.Craigslist Bot Pro allows you to automate...


Platforms: Windows, Other

License: Shareware Cost: $99.00 USD Size: 3.59 MB Download (990): Craigslist Bot Pro Download

Released: July 12, 2009  |  Added: July 28, 2009 | Visits: 8.187

CraigsList Reader A powerful free tool to search craigslist based on multiple locations and categories. Enter your search term and choose your options to narrow down your search result. Set notifications to alert you, or send you an email when new posts meeting your criteria appear on craigslist. Promote your...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 1.77 MB Download (1091): CraigsList Reader Download

Added: March 21, 2010 | Visits: 1.223

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.355

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.403

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.358

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.268

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.347

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.423

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.248

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.575

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.272

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (115): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.036

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.039

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: January 09, 2010 | Visits: 1.082

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

1 2 3 4 5 >