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

Foxpro Callers freeware
Filter: All | Freeware | Demo
 

Foxpro Callers

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 911

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: February 18, 2010 | Visits: 1.016

cftp This is Comfortable FTP, a full screen ftp client. Supported are FTP both with active and passive data connections, IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for authorization and connection encryption). SFTP support is somewhat preliminary: It requires SSH protocol... Platforms: *nix

License: Freeware Size: 181.25 KB Download (98): cftp Download

Added: April 14, 2010 | Visits: 1.058

uLan Driver uLan Driver provides 9-bit message oriented communication protocol, which is transferred over RS-485 link. Characters are transferred same way as for RS-232 asynchronous transfer except parity bit, which is used to distinguish between data characters and protocol control information. A physical... Platforms: *nix

License: Freeware Size: 256 KB Download (98): uLan Driver Download

Added: May 04, 2010 | Visits: 861

FCGI::ProcManager FCGI::ProcManager is a Perl module with functions for managing FastCGI applications. SYNOPSIS { # In Object-oriented style. use CGI::Fast; use FCGI::ProcManager; my $proc_manager = FCGI::ProcManager->new({ n_processes => 10 }); $proc_manager->pm_manage(); while (my $cgi = CGI::Fast->new()) {... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): FCGI::ProcManager Download

Added: October 08, 2010 | Visits: 856

Devel::Hints Devel::Hints is a Perl module created to access compile-time hints at runtime. SYNOPSIS use Devel::Hints :all; LABEL: print cop_label(); # LABEL cop_label(0 => FOO); # "goto FOO;" is valid after this point! print cop_file(); # same as __FILE__ print cop_filegv(); # same as $::{_< .... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): Devel::Hints Download

Added: February 02, 2010 | Visits: 881

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Object::Realize::Later Download

Added: November 01, 2010 | Visits: 1.022

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );... Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: July 24, 2010 | Visits: 847

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],... Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: May 20, 2010 | Visits: 1.189

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =... Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: January 13, 2010 | Visits: 940

Object::Trampoline Object::Trampoline is a Perl module for delay object construction, and optionally using the class module, until a method is actually dispatched, simplifies runtime definition of handler classes. SYNOPSIS # adding "use_class" will perform an "eval use $class" # at the point where the object... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Object::Trampoline Download

Added: July 17, 2010 | Visits: 808

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: March 05, 2010 | Visits: 762

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

Added: March 25, 2010 | Visits: 644

Plugin::Installer Plugin::Installers goal is to provide a simple, flexable interface for developing plugin languages. SYNOPSIS package Myplugin; use base qw( Plugin::Installer Plugin::Language::Foobar ); ... my $plugin = Myplugin->construct; # frobnicate is passed first to Plugin::Installer # via... Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Plugin::Installer Download

Added: October 06, 2010 | Visits: 809

libevnet libevnet library provides a suite of interfaces, all built around libevent [http://www.monkey.org/~provos/libevent] , useful to network daemons. bufio.h: Non-blocking line and block buffered I/O routines, providing tail recursive behavior so callers cannot overflow their stack with multiple... Platforms: *nix

License: Freeware Size: 54.27 KB Download (88): libevnet Download

Added: June 07, 2013 | Visits: 930

dollybase DollyBase is a free dBase Clone that can manipulate Dbf files and support ndx index files, prg program file and query files.dBase was a popular database program in 80s with a developer lenguage. Many people made applications in dDase III.It's a program for nostalgic people. Features Creation... Platforms: *nix

License: Freeware Size: 1.88 MB Download (78): dollybase Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 1.164

DBConvert for MS Access & MS FoxPro DBConvert for MS Access & MS FoxPro is a comprehensive, yet easy-to-use, application that provides the ability of database converting between MS Access and MS Visual FoxPro. DBConvert for MS Access & MS FoxPro is an effective application which allows you to easily convert .mdb (Microsoft Access)... Platforms: Windows

License: Freeware Download (75): DBConvert for MS Access & MS FoxPro Download

Added: May 10, 2013 | Visits: 747

Report Manager Report manager is a reporting application (Report Manager Designer) and also a set of components for Delphi , Builder and Kylix, also supports development environment accepting ActiveX controls (Visual Basic,Visual FoxPro,any Visual Studio.Net language...). C dynamic standard library with... Platforms: Windows, *nix, PHP,

License: Freeware Download (68): Report Manager Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 693

DBF Converters Shell Handy shell for DBF converters allows you to convert dbf files to csv, sql, xml, xls, mdb, pdb, html, excel, access formats and vise versa. It displays command line parameetrs in WYSIWYG mode, allows you to select source files and a target file or folder, the conversion direction and then... Platforms: Windows

License: Freeware Size: 693 KB Download (67): DBF Converters Shell Download

Released: December 01, 2015  |  Added: January 13, 2016 | Visits: 1.339

DBFree V4.1 DBFree is a freeware Application Server expressly designed to build and run database web applications from a personal computer, a professional server or a cloud service as Amazon WS. DBFree is suite of different tools, mostly Open Source, and running on top of the powerful free MaxScript... Platforms: Windows 7, Windows Server, Windows

License: Freeware Size: 7.66 MB Download (67): DBFree V4.1 Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 1.100

X360 Tiff Image & Fax Viewer ActiveX Control X360 Tiff Image & Fax Viewer ActiveX Control allows application developers and programmers create applications with image viewing capabilities. The ActiveX works on most of the Windows operating system. The functionality of the product can be accessed from most programming languages like C ,... Platforms: Windows


< 1 2 3 4 5 >