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

Business Expense Organizer Mac freeware
Filter: All | Freeware | Demo
 

Business Expense Organizer Mac

< 1 2 3 4 5 
Added: January 16, 2010 | Visits: 3.586

The Open For Business Project The Open For Business Project is an open source enterprise automation software project licensed under the MIT Open Source License. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source... Platforms: *nix

License: Freeware Size: 28.51 MB Download (374): The Open For Business Project Download

Added: August 15, 2010 | Visits: 2.216

American Express Expense Report to QIF Converter American Express Expense Report to QIF Converter project is a utility that converts American Express expense reports into QIF. There are three main reasons: 1. American Express only offers QIF files for the last 6 months of activity whereas the expense reports go back 2 years. You can also... Platforms: *nix

License: Freeware Size: 12.29 KB Download (176): American Express Expense Report to QIF Converter Download

Added: June 13, 2010 | Visits: 1.063

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:... Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: April 15, 2010 | Visits: 1.282

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: July 12, 2010 | Visits: 1.281

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: July 17, 2010 | Visits: 1.166

Business::PayPal::SDK Business::PayPal::SDK is an interface to paypals SDKs. SYNOPSIS use Business::PayPal::SDK; my $pp = new Business::PayPal::SDK( { paypal_apiid => "sdk-seller_api1.sdk.com", paypal_apipw => "12345678", paypal_cert => "paypal_java_sdk/samples/Cert/sdk-seller.p12", paypal_certpw =>... Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Business::PayPal::SDK Download

Added: July 09, 2010 | Visits: 1.005

Business Oriented Framework Business Oriented Framework (BOF) is a Perl application server. It uses SOAP, optionally secured with SSL, to communicate with the client. The client can use SOAP::Lite or the client module included in BOF, making it easy to connect to the server. User, grou Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): Business Oriented Framework Download

Added: March 07, 2010 | Visits: 1.825

Mac-on-Linux Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.. Mac-on-Linux is a Linux/PPC program that virtualises MacOS or MacOSX in Linux. Platforms: *nix

License: Freeware Download (173): Mac-on-Linux Download

Added: August 13, 2010 | Visits: 1.264

Business Shell Business Shell (BUSH) can be used as interactive command shell, scripting language with a source code debugger, a database client and a web template engine. With third-party support for the ABEE standard for Java Virtual Machine and .Net, BUSH is an all-in-one replacment for BASH, PHP, J2EE,... Platforms: *nix

License: Freeware Size: 1.5 MB Download (89): Business Shell Download

Added: April 07, 2010 | Visits: 2.356

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See... Platforms: *nix

License: Freeware Size: 4.1 KB Download (185): Mac::EyeTV Download

Added: February 18, 2010 | Visits: 919

Business::GestPayCrypt Business::GestPayCrypt is a Perl interface to the Italian online payment system GestPay. SYNOPSIS # # Request # use Business::GestPayCrypt; my $obj = new Business::GestPayCrypt; $obj->SetShopLogin($ShopLogin); $obj->SetCurrency($Currency); $obj->SetAmount($Amount);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Business::GestPayCrypt Download

Added: October 06, 2010 | Visits: 899

Business::GestPayCryptHS SYNOPSIS # # Request # use Business::GestPayCryptHS; my $obj = new Business::GestPayCryptHS; $obj->SetShopLogin($ShopLogin); $obj->SetCurrency($Currency); $obj->SetAmount($Amount); $obj->SetShopTransactionID($ShopTransationID); $obj->SetLanguage($Language); $obj->Encrypt(); if (... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Business::GestPayCryptHS Download

Added: May 16, 2010 | Visits: 1.533

DOG Data Organizer DOG Data Organizer provides a bookmark organizer for various bookmark types. DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks. It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and... Platforms: *nix

License: Freeware Size: 430.08 KB Download (129): DOG Data Organizer Download

Added: October 12, 2010 | Visits: 1.276

Business::PayPal::API Business::PayPal::API is a PayPal API. SYNOPSIS use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails ); ## certificate authentication my $pp = new Business::PayPal::API ( Username => my_api1.domain.tld, Password => this_is_my_password, PKCS12File => /path/to/cert.pkcs12,... Platforms: *nix

License: Freeware Size: 30.72 KB Download (137): Business::PayPal::API Download

Added: September 25, 2010 | Visits: 1.481

Business::Travel::OTA Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages. SYNOPSIS # This tests the "otaserver" with an OTA_PingRQ message otaclient --ping --verbose The Business::Travel::OTA module is the main module for the Business-Travel-OTA... Platforms: *nix

License: Freeware Size: 14.34 KB Download (129): Business::Travel::OTA Download

Added: August 17, 2010 | Visits: 1.495

Pizza Business Pizza Business project is a game in which you can create your own pizza business. Pizza Business is a platform-independent restaurant simulation game written in object-oriented C++. It utilizes the WxWindows library. Whats New in This Release: - Corrected date errors in this Changelog file... Platforms: *nix

License: Freeware Size: 1.6 MB Download (160): Pizza Business Download

Added: January 25, 2010 | Visits: 1.582

Mac mini 8 icons of the Mac mini in the Tiger's familly colors. Platforms: Mac

License: Freeware Size: 204 KB Download (252): Mac mini Download

Added: January 25, 2010 | Visits: 1.249

A New Mac Tip Every Day A New Mac Tip Every Day widget gives you the feed from the "A New Mac Tip Every Day" site right in your Dashboard. Platforms: Mac

License: Freeware Download (114): A New Mac Tip Every Day Download

Released: June 30, 2015  |  Added: August 03, 2015 | Visits: 3.182

WinX DVD Ripper Mac Free WinX DVD Ripper Mac Free helps you rip DVD on Mac OS to MP4, H.264, MPEG, FLV, iTunes and MP3. It's the best free DVD ripping software for Mac OS X Yosemite/Mavericks, etc. How to rip copy protected DVD on Mac? This app lets you rip DVD fast. Step 1. Import DVD Movie from Mac to this free... Platforms: Mac, Other

License: Freeware Size: 36.29 MB Download (230): WinX DVD Ripper Mac Free Download

Released: September 23, 2011  |  Added: October 09, 2011 | Visits: 3.957

Flickr Gallery for Mac OS It's no secret that adding photos to your blog posts is one of the most effective ways to enhance your blog and attract attention to your writing. Flickr has millions of photos available in its database. FREE Mac tool called Flickr Gallery allows you to create a custom image gallery with a cool... Platforms: Mac

License: Freeware Size: 34.56 MB Download (512): Flickr Gallery for Mac OS Download

< 1 2 3 4 5