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

Bcp Plan Examples freeware
Filter: All | Freeware | Demo
 

Bcp Plan Examples

< 1 2 3 4 5 
Added: June 10, 2010 | Visits: 839

Sybase::Xfer Sybase::Xfer contains Bcp data into a Sybae table from multiple sources. SYNOPSIS #!/usr/bin/perl use Sybase::Xfer; my %switches = (-from_server=>CIA, -to_server=>NSA, -table => x-files); my $h = Sybase::Xfer->new( %switches ); my %status = $h->xfer(-return=>"HASH"); print "xref failed....



Platforms: *nix

License: Freeware Size: 50.18 KB Download (100): Sybase::Xfer Download

Released: November 25, 2016  |  Added: January 07, 2017 | Visits: 1.665

DreamPlan Home Design Free for Mac See your dream home plan realized in minutes with this free home and landscape design software for Mac. Visualize your dream in 3D. Create floor plans in minutes for a home or apartment. Design kitchens and bathrooms with style. Create multiple stories and add furniture, appliances, fixtures and...





Platforms: Mac

License: Freeware Size: 6.15 MB Download (100): DreamPlan Home Design Free for Mac Download

Added: November 11, 2010 | Visits: 1.148

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: June 04, 2010 | Visits: 1.477

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: September 19, 2010 | Visits: 921

v9fs v9fs provides a Plan 9 9P2000 resource sharing protocol for the Linux 2.6 kernel. This can be used to share files, devices, /proc, /sys, etc. It also works with Plan 9 file servers, and can be used to mount synthetic file systems from Plan 9 applications (see the plan9port project). Includes...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (97): v9fs Download

Released: September 22, 2010  |  Added: September 28, 2010 | Visits: 1.005

Verkoopstyling Screensaver Verkoopstyling and homestaging screensaver. This includes some of the best examples of verkoopstyling or homestaging in the business. Most images are of the 'before-after' type and really show us what verkoopstyling or homestaging can actually do. There is a big difference between...


Platforms: Windows

License: Freeware Size: 1.81 MB Download (97): Verkoopstyling Screensaver Download

Added: August 20, 2010 | Visits: 1.126

BuddySpace PRO BuddySpace is an instant messenger with four novel twists: (1) it allows optional maps for geographical & office-plan visualizations in addition to standard buddy lists; (2) it is built on open source Jabber, which makes it interoperable with ICQ, MSN, Yahoo and others; (3) it is implemented in...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (96): BuddySpace PRO Download

Added: August 12, 2008 | Visits: 1.062

JC&MB Quicknote Sometimes what you need is not an advanced text processor but a virtual scrapbook to write down an occasional thought, a plan for the day or an Internet URL. With a plain text editor, which can be used for this purpose, you have to run the program first, then create a new file, then type a line...


Platforms: Windows

License: Freeware Size: 1.7 MB Download (95): JC&MB Quicknote Download

Added: September 06, 2010 | Visits: 1.206

phpManta Mdoc phpManta is a suite of PHP classes, examples and scripts intended to help PHP programmers writing stable PHP applications and websites. Coding is faster using auto-documentation, templates and web widgets from the phpManta suite. Mdoc is a new auto-documentation tool to create manuals like...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (95): phpManta Mdoc Download

Added: November 25, 2010 | Visits: 1.531

Plan 9 From User Space Plan 9 From User Space is a port of the bulk of the Plan 9 software build environment to Unix. While the libraries make an attempt to play nice with the rest of the system (by using the Unix rules for printf verbs and Unix system headers, for example), this port tries to reproduce the Plan 9...


Platforms: *nix

License: Freeware Size: 21.5 MB Download (94): Plan 9 From User Space Download

Added: July 12, 2010 | Visits: 909

Mailvisa mailvisa is a bayesian spam filter, inspired by Paul Grahams A Plan For Spam. It is mainly intended for my own expirimentation, but provided here for those who are interested. It is competitive with other bayesian filters in terms of accuracy and speed. The system is written in Ruby. You can...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): Mailvisa Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 942

Collection of Delphi Examples Collection of most wanted Delphi examples with full source code and animated tutorials as a standalone application. No third party components.


Platforms: Windows

License: Freeware Size: 6.99 MB Download (92): Collection of Delphi Examples Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.289

EasyProjectPlan Excel Gantt Chart Excel Gantt Chart and Project Plan. Sync with Outlook and Microsoft Project. Create and Print Gantt Charts using Excel. Download the DEMO at www.EasyProjectPlan.com


Platforms: Windows

License: Freeware Download (92): EasyProjectPlan Excel Gantt Chart Download

Added: August 13, 2010 | Visits: 1.067

libband LibBand is a simple library wrapper written in assembly and C (but I plan to rewrite everything in C) useful if you want to limit the bandwidth used by a program. It simply overrides some libc functions, using the LD_PRELOAD environment variable, and puts some pauses in the program to clamp the...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): libband Download

Added: September 21, 2010 | Visits: 813

Statistics::LTU Statistics::LTU is an implementation of Linear Threshold Units. SYNOPSIS use Statistics::LTU; my $acr_ltu = new Statistics::LTU::ACR(3, 1); # 3 attributes, scaled $ltu->train([1,3,2], $LTU_PLUS); $ltu->train([-1,3,0], $LTU_MINUS); ... print "LTU looks like this:n"; $ltu->print;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Statistics::LTU Download

Released: January 14, 2014  |  Added: January 26, 2014 | Visits: 900

Edraw Mind Mapping Easy to create mind maps (graphical representations of thought processes) for brainstorming, problem solving, rational analysis, and decision marking. Easy to use drawing tools, many pre-drawn flowchart templates and more than 600 flowchart symbols and flowchart samples, drawing couldn't be...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 19.11 MB Download (80): Edraw Mind Mapping Download

Released: June 10, 2020  |  Added: September 30, 2023 | Visits: 689

EpubCloud EpubCloud is a combination of the Cloud Storage and EPUB Reader that allows hosting, storing, and sharing EPUB files for their further reading from various devices, including desktop and mobile. The Cloud Storage is designed for the AWS-based EPUB book hosting with the ability to upload your own...


Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, iOS, Android, ,iPhone,iPad

License: Freeware Size: 1024 B Download (79): EpubCloud Download

Released: February 22, 2014  |  Added: March 08, 2014 | Visits: 1.091

VB .NET Examples Collection Collection of VB .NET examples that will make your coding easier and faster. What you will find here is a set of examples for most used methods and components in everyday programming. Save yourself hours of online research and going through tons of useless code. Collection of VB .NET examples...


Platforms: Windows, Windows 7

License: Freeware Size: 2.85 MB Download (77): VB .NET Examples Collection Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 1.096

Ultimate Business Plan Starter Ultimate Business Plan Starter is a fast and easy way to write a winning business plan! The software walks you through writing a business plan, step-by-step, using "plain-English" instructions. It's simple. Start writing your business plan today using Ultimate Business Plan Starter! Looking for...


Platforms: Windows

License: Freeware Size: 19.66 MB Download (75): Ultimate Business Plan Starter Download

Released: March 31, 2013  |  Added: May 19, 2013 | Visits: 1.193

Sceneum AV Pro Pre-visualization of films is becoming increasingly important, especially if you want to attract new clients. Sceneum AV Pro has a sophisticated pre-visualization feature that's incredibly easy to use. You can quickly illustrate your screenplay with photos of the preview, scanned sketches or...


Platforms: Windows, Mac

License: Freeware Size: 7.82 MB Download (75): Sceneum AV Pro Download

< 1 2 3 4 5