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

Code Class software
Filter: All | Freeware | Demo
 

Code Class

1 2 3 4 5 > 
Added: August 27, 2008 | Visits: 889

SocketWrench .NET Edition SocketWrench .NET is a managed code class that simplifies the task of developing TCP/IP networking applications in Visual Studio .NET. Includes support for secure, encrypted connections using the industry standard SSL and TLS protocols, enabling you to easily create secure client and server... Platforms: Windows

License: Commercial Cost: $195.00 USD Size: 2.64 MB Download (96): SocketWrench .NET Edition Download

Added: October 13, 2010 | Visits: 942

Class::MethodMaker::V1Compat Class::MethodMaker::V1Compat is a V1 compatibility code for C::MM. SYNOPSIS This class is for internal implementation only. It is not a public API. Class::MethodMaker version 2 strives for backward-compatiblity with version 1 as far as possible. That is to say, classes built with version 1... Platforms: *nix

License: Freeware Size: 88.06 KB Download (102): Class::MethodMaker::V1Compat Download

Released: January 06, 2013  |  Added: June 28, 2014 | Visits: 1.675

RbApp RbApp is a platform-neutral collection of REALbasic classes that help programmers create industrial strength applications on Macintosh and Windows. Use RbGrid for a flexible, scaleable grid component with powerful programming control. Use RbChart for dynamic charts, graphs and tables with... Platforms: Windows, Mac, Windows 7, Windows Server, Other

License: Commercial Cost: $295.00 USD Size: 13.58 MB Download (106): RbApp Download

Added: April 16, 2010 | Visits: 1.833

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more... Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: May 10, 2010 | Visits: 1.136

JGuiGen JGuiGen is a Java GUI Generation System Elegant CRUD (Create/Review/Update/Delete). It supports any major database using JDBC. It generates fully internationalized and accessible screens that allow users to search tables, run reports, and calculate summary stats. It generates multi-user safe... Platforms: *nix

License: Freeware Size: 10.1 MB Download (101): JGuiGen Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 473

FileTimes FileTimes is a Java class library to get / set file and directory times: Create / LastModified / LastAccessed. Create time is when the file was first written. Modified time (sometimes called lastModified) is when the file was last written. Accessed time is when the file was last read or written.... Platforms: Windows, XP, Windows Vista

License: Freeware Download (48): FileTimes Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 351

ClassBuilder ClassBuilder is a valuable tool for the C++ programmer and is used successfully on several projects, including projects of 100+ classes. In fact, it is used for ClassBuilder itself; its feature to save and restore is completely generated. The generated code for serialisation includes code for... Platforms: Windows

License: Freeware Size: 2.5 MB Download (53): ClassBuilder Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 399

SocketWrench SocketWrench is a collection of components that simplify the task of developing TCP/IP networking applications. Includes a .NET component, ActiveX control and standard Windows library (DLL) that can be used with virtually any Windows programming language. The product includes both 32-bit and... Platforms: Windows, XP, 2003, Windows Vista, 2008, 7, 7x64

License: Freeware Download (44): SocketWrench Download

Added: May 10, 2013 | Visits: 710

PHP-Lib-Xtreme PHP-Lib-Xtreme is a package containing many object oriented PHP classes and is available under the GNU Lesser License. It has the aim to make a complex but also simple library available.Here is a list of all modules: - BB-Code-Class - Mime-Mail-Class - File-Class - FSocket-Class - General... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (73): PHP-Lib-Xtreme Download

Added: May 07, 2010 | Visits: 896

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: February 09, 2006 | Visits: 5.868

Code to Chart An integrated visual code analyzer and source code flowchart generator.It makes you ever easier and convenient to read code. By using Code to Chart,you could quickly get a visual flowchart representation of your source code and get synchronization between flowchart and the code in editor, easily... Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 1.37 MB Download (889): Code to Chart Download

Added: November 24, 2010 | Visits: 1.700

PHP Active Code Library PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls. If a file includes another file stored in the database, PHP ACL... Platforms: *nix

License: Freeware Size: 13.31 KB Download (130): PHP Active Code Library 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: November 06, 2012  |  Added: November 06, 2012 | Visits: 562

Code Visualizer Code Visualizer makes C/C++ source code to visual based diagram. You can easily understand source code's architecture by using Code Visualizer. There is several functions to show diagram. You can see the list of class, struct, union, namespace by Macro-view. You can see the logic's flow diagram... Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 7.06 MB Download (509): Code Visualizer Download

Added: May 10, 2013 | Visits: 474

Dynamically added methods to a class This script allows you to add a method to a class at an arbitrary point in your code. The method is available instantly to all already existing instances and of course ones yet to be created. If you specify method_name then that name is used for the method call. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Dynamically added methods to a class Download

Added: May 06, 2013 | Visits: 535

Combo Box Code This code illustrates the use of the combo box control with no MFC (Microsoft Foundation Class). Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (52): Combo Box Code Download

Added: April 03, 2013 | Visits: 550

MyPagination Class MyPagination is a PHP/MySQL Class easily allows you to break up large result sets from a database query, and present it to the viewers in a more manageable way, and restrict database results without having to create complex pagination code.MyPagination Class is a paginaton code for a new one :) Platforms: PHP

License: Freeware Size: 174.08 KB Download (44): MyPagination Class Download

Released: January 11, 2003  |  Added: September 10, 2006 | Visits: 3.301

Source Code Organizer PS Source Code Organizer PS is your library for organizing and storing your source code. It doesn't matter what type of language you program in, Source Code Organizer PS will keep it safe and secure until you need to use it again. It has several easy to use functions to make your programming life... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 528 KB Download (171): Source Code Organizer PS Download

Released: January 06, 2010  |  Added: January 12, 2010 | Visits: 4.598

Code Line Counter Code Line Counter is a software to count lines of code in source or text files for Project Managers. Able to count all programming languages.Includes total counts and percentages for comments, blanks and source lines. Can create your own file types. Key Features: -Able to count all... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 947.58 KB Download (204): Code Line Counter Download

Added: March 07, 2010 | Visits: 951

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use... Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

1 2 3 4 5 >