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

Ccsd Interact First Class freeware
Filter: All | Freeware | Demo
 

Ccsd Interact First Class

< 1 2 3 4 5 
Released: July 17, 2019  |  Added: July 28, 2019 | Visits: 1.246

WPS Office 2019 WPS Office 2019 has the first-class text editing features like Writer, Spreadsheets and Presentation, fully compatible with Microsoft Word, Excel and PowerPoint. WPS Office enables users to directly open and edit document besides MS Word, boosting productivity greatly. In addition, Writer lets...



Platforms: Windows

License: Freeware Size: 127 MB Download (38): WPS Office 2019 Download

Added: November 06, 2010 | Visits: 1.359

Class.Jabber.PHP Class.Jabber.PHP provides a medium-level API to interact with the Jabber network. Class.Jabber.PHP is a class which you can use to connect to the Jabber network. It allows you to easily connect to a server and interact with it. It supports all packet types (message, iq, and presence), is very...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (144): Class.Jabber.PHP Download

Added: May 10, 2013 | Visits: 646

Credit Class Documentation This is a first try at some documentation for programmers wishing to use the credit class to write easily installable discount systems.I've never ever written docs before, so don't expect o'reilly class stuff.It s a plain txt document, but I hope to have html/pdf versions shortly. (after all the...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): Credit Class Documentation Download

Added: May 10, 2013 | Visits: 657

Quick and easy FIFO queue class Quick and easy FIFO queue class is an easy First-In-First-Out queue class based on Python's List data structure.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Quick and easy FIFO queue class Download

Added: June 15, 2013 | Visits: 519

Pagination class Pagination class takes as parameters the names of MySQL table, query fields, the first result row to display, the number of rows to display per page, and the base URL of the navigation link.HTML links that allow navigating forward and backward between listing pages, are generated.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Pagination class Download

Added: January 18, 2010 | Visits: 1.408

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: May 23, 2010 | Visits: 1.086

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: February 03, 2010 | Visits: 1.039

Class::IntrospectionMethods::Catalog Class::IntrospectionMethods::Catalog can manage catalogs from IntrospectionMethods. Exported functions set_method_info( target_class, method_name, info_ref ) Store construction info for method method_name of class target_class. set_global_catalog (target_class, ...) Store catalog...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (94): Class::IntrospectionMethods::Catalog Download

Added: August 03, 2010 | Visits: 913

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: April 03, 2010 | Visits: 797

Class::Multimethods::Pure Class::Multimethods::Pure is a Perl module that contains a method-ordered multimethod dispatch. SYNOPSIS use Class::Multimethods::Pure; package A; sub magic { rand() > 0.5 } package B; use base A; package C; use base A; BEGIN { multi foo => (A, A) => sub { "Generic catch-all"; };...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Class::Multimethods::Pure Download

Added: April 11, 2010 | Visits: 1.171

DBIx::Class::Manual::Cookbook DBIx::Class::Manual::Cookbook is a Perl module that contains miscellaneous recipes. Paged results When you expect a large number of results, you can ask DBIx::Class for a paged resultset, which will fetch only a small number of records at a time: my $rs = $schema->resultset(Artist)->search(...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): DBIx::Class::Manual::Cookbook Download

Added: May 02, 2010 | Visits: 755

Class::Phrasebook Class::Phrasebook is a Perl module that implements the Phrasebook pattern. SYNOPSIS use Class::Phrasebook; my $pb = new Class::Phrasebook($log, "test.xml"); $pb->load("NL"); # using Dutch as the language $phrase = $pb->get("ADDRESS", { street => "Chaim Levanon", number => 88, city =>...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Class::Phrasebook Download

Added: February 01, 2010 | Visits: 871

Class::Tangram Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes. SYNOPSIS package MyObject; use base qw(Class::Tangram); our $fields = { int => [ qw(foo bar) ], string => [ qw(baz quux) ] }; package main; my $object = MyObject->new(foo => 2, baz => "hello"); print...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (106): Class::Tangram Download

Added: October 05, 2010 | Visits: 2.433

PHP HTML Form Generation and Validation Class 1.0 Beta PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if youre like me you mustve looked around the web to...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (131): PHP HTML Form Generation and Validation Class 1.0 Beta Download

Added: February 15, 2010 | Visits: 842

Class::StrongSingleton Class::StrongSingleton is a stronger and more secure Singleton base class. SYNOPSIS package My::Singleton::Class; use base qw(Class::StrongSingleton); sub new { my ($class, %my_params) = @_; # create our object instance my $instance = { %my_params }; bless($instance, $class); # and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Class::StrongSingleton Download

Added: February 17, 2010 | Visits: 907

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: January 16, 2010 | Visits: 859

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): Exception::Class::TCF Download

Added: May 10, 2013 | Visits: 1.317

PHP Jabber Lib The PHP Jabber Lib project is a project to build a complete PHP class library that other PHP projects can use to connect and interact with a Jabber server.


Platforms: PHP

License: Freeware Size: 10 KB Download (53): PHP Jabber Lib Download

Added: September 02, 2013 | Visits: 472

PHP Jabber Lib for Scripts The PHP Jabber Lib project is a project to build a complete PHP class library that other PHP projects can use to connect and interact with a Jabber server.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): PHP Jabber Lib for Scripts Download

Added: September 08, 2013 | Visits: 369

Class::Data::Reloadable A drop-in replacement for Class::Data::Inheritable, but subclasses can be reloaded without losing their class data. This is useful in mod_perl development, and may be useful elsewhere. In mod_perl, Apache::Reload conveniently reloads modules that have been modified, rather than having to restart...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Class::Data::Reloadable Download

< 1 2 3 4 5