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

String Class software
Filter: All | Freeware | Demo
 

String Class

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 1.258

DBIx::Class::Schema::Loader::RelBuilder DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader. This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use. METHODS new Arguments: schema_class (scalar), fk_info... Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): DBIx::Class::Schema::Loader::RelBuilder Download

Added: November 03, 2010 | Visits: 849

Class::Meta::Express Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => ( required => 1 ); } This module provides an interface... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Class::Meta::Express Download

Added: February 10, 2010 | Visits: 967

Class::Meta Class::Meta is a Perl class automation, introspection, and data validation. SYNOPSIS Generate a class: package MyApp::Thingy; use strict; use Class::Meta; use Class::Meta::Types::String; use Class::Meta::Types::Numeric; BEGIN { # Create a Class::Meta object for this class. my $cm =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): Class::Meta Download

Added: March 17, 2010 | Visits: 592

Class::HPLOO Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. USAGE use Class::HPLOO ; class Foo extends Bar , Baz { use LWP::Simple qw(get) ; ## import the method get() to this package. attr ( array foo_list , int age , string name , foo )... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Class::HPLOO Download

Added: July 20, 2010 | Visits: 617

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr... Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: May 07, 2010 | Visits: 897

Class::MakeMethods::Template Class::MakeMethods::Template package contains extensible code templates. SYNOPSIS package MyObject; use Class::MakeMethods::Template::Hash ( new => new, string => foo, number => bar, ); my $obj = MyObject->new( foo => "Foozle", bar => 23 ); print $obj->foo(); $obj->bar(42);... Platforms: *nix

License: Freeware Size: 163.84 KB Download (87): Class::MakeMethods::Template Download

Added: October 22, 2010 | Visits: 1.053

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>... Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: November 06, 2010 | Visits: 954

Class::Bits Class::Bits is a Perl module with class wrappers around bit vectors. SYNOPSIS package MyClass; use Class::Bits; make_bits( a => 4, # 0..15 b => 1, # 0..1 c => 1, # 0..1 d => 2, # 0..3 e => s4 # -8..7 f => s1 # -1..0 ); package; $o=MyClass->new(a=>12, d=>2); print "o->b is ",... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Class::Bits Download

Added: February 01, 2010 | Visits: 882

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: April 11, 2010 | Visits: 897

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

Added: September 23, 2010 | Visits: 947

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Added: January 16, 2010 | Visits: 868

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 (88): Exception::Class::TCF Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 599

JOAD - Java Obfuscator Anti-Decompiler Java Obfuscator Anti-Decompiler (JOAD) is a smart java code obfuscator, class optimizer and string encrypter. It is a highly configurable but easy to use program. JOAD - Java Obfuscator Anti-Decompiler uses techniques such as smart name obfuscation (does not omit but obfuscates class files... Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 2.6 MB Download (58): JOAD - Java Obfuscator Anti-Decompiler Download

Added: May 10, 2013 | Visits: 537

FTP Class This class is meant to retrieve or send files to an FTP server using the PHP FTP extension. It can also send a string of data to be stored in a given file on the FTP server. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): FTP Class Download

Added: May 10, 2013 | Visits: 611

A queue for string data This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A queue for string data Download

Added: March 27, 2013 | Visits: 576

DB Backup Class This class can be used to generate a MySQL database backup using PDO.It can query the structure of a given MySQL database and generate SQL statements to recreate and insert the records of the tables in the database.The resulting SQL statements are returned as a single string that can be served... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): DB Backup Class Download

Added: April 05, 2013 | Visits: 295

convert objects to string This little helper function allows to obtain a string representation for Matlab class instances.Main feature is that properties which are also objects are converted recursively.The recursion level is represented by tab intendation.The maximum depth is definable, but infinite loops are taken care... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): convert objects to string Download

Added: April 19, 2013 | Visits: 681

PHP mySQL Database Wrapper Class This PHP class is a mySQL database access wrapper. PHP mySQL Database Wrapper Class provides methods for interracting with a mySQL database from within PHP easily and securely.Features of PHP mySQL Database Wrapper Class:- connecting to a mySQL host and selecting a database- method that is an... Platforms: PHP

License: Freeware Size: 51.2 KB Download (43): PHP mySQL Database Wrapper Class Download

Added: July 21, 2013 | Visits: 654

Advanced MySQL Database Class, Simple to Use Advanced MySQL Database Class, Simple to Use, the Advanced MySQL Database Class is probably one of the simplest database objects/classes to use for PHP.Once the object is created, the number of lines of code that you need to use for any function in this class is just 1! Any query at all can be... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Advanced MySQL Database Class, Simple to Use Download

Added: September 30, 2013 | Visits: 337

Class::Delegator Class::Delegator is a Perl module that provides a subset of the functionality of Damian Conway's lovely Class::Delegation module. Why a subset? Well, I didn't need all of the fancy matching semantics, just string string specifications to map delegations. Furthermore, I wanted it to be fast (See... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Class::Delegator Download

< 1 2 3 4 5 >