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

Class Names freeware
Filter: All | Freeware | Demo
 

Class Names

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 640

Create objects from variable class names Sometimes you would want to create objects from various classes based on some condition (without using eval()). For example when parsing X(HT)ML files you want to handle some tags using specific classes. This script is an example in this sense. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Create objects from variable class names Download

Added: May 10, 2013 | Visits: 538

Import package modules at runtime This script allows you to load modules from packages without hard-coding their class names in code; instead, they might be specified in a configuration file, as command-line parameters, or within an interface. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Import package modules at runtime Download

Added: August 03, 2013 | Visits: 437

Tablecloth Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements.By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love.Tablecloth is meant for proper usage of tables only. Used on... Platforms: JavaScript

License: Freeware Size: 10 KB Download (40): Tablecloth Download

Added: March 17, 2010 | Visits: 1.630

ProGuard 3.9 / 4.0 ProGuard is a free Java class file shrinker, optimizer, and obfuscator. ProGuard project can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions. Finally, it can rename the remaining classes, fields, and methods using... Platforms: *nix

License: Freeware Download (108): ProGuard 3.9 / 4.0 Download

Added: February 04, 2010 | Visits: 831

NamespaceSim NamespaceSim project can be used to emulate class namespaces under PHP 5. It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language namespace support. This package implements new commands named... Platforms: *nix

License: Freeware Download (88): NamespaceSim Download

Added: May 16, 2013 | Visits: 414

Menu CSS Names All letters get converted to lowercase and characters that are not alphanumeric, dashes or underscores get converted to dashes.Using these class names, each menu item can be styled separately with css. This is also very useful for css sprite techniques.There are no admin settings for this module,... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Menu CSS Names Download

Added: June 14, 2013 | Visits: 336

Reliance Cocoa Dependency Injection Framework A Dependency injection container for Objective-C. Most stuff sort of works. However, as you can see from the tests, there's a lot of fault injection still to be done. I'm also not really satisfied with all the class names and method names, so that's likely... Platforms: Mac

License: Freeware Size: 30.72 KB Download (40): Reliance Download

Added: August 09, 2013 | Visits: 396

synDirectory synDirectory is a collection of PHP files (with images included) that enable you to display contents of a directory. It has added features like turning on and off displays for things like directories, files, file extensions and more. You can also select what filetypes you want only to see... Platforms: *nix

License: Freeware Size: 20.48 KB Download (43): synDirectory Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 273

Classes to make Java logging easier Java natural log includes class to do the following. Automatically produce method and class names, and line numbers in log messages. Send messages to syslogd servers via three different mechanisms. Simplify messages to just the message itself. Platforms: Windows, Mac, Linux

License: Freeware Size: 84.59 KB Download (49): Classes to make Java logging easier Download

Added: August 08, 2013 | Visits: 501

Chaos Blocks This module provides some tools for managing blocks in Drupal using ctools plugins. This can be very handy for maintaining a large number of blocks in a more sane way by way of include files and simple plugin definitions.There are two methods of using ctools block.1) Expose plugins to... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Chaos Blocks Download

Added: August 30, 2008 | Visits: 1.688

Freeware .NET Obfuscator Skater Light Freeware .NET Obfuscator Skater Light Edition is an obfuscation tool for .NET code protection. Prohibits reverse engineering;Obfuscated application usually is not recompilable;Protects any .NET app, executable or assembly;Encrypts string constants;Compatible with any .NET framework (1.0, 1.1,... Platforms: Windows

License: Freeware Size: 1.1 MB Download (134): Freeware .NET Obfuscator Skater Light Download

Added: August 01, 2008 | Visits: 924

Eventcorder suite Eventcorder is a sophisticated recorder and player of Windows events. The recorded events can be edited. The events can be Optimized and Analyzed. It uses the unique Clickview technology. It checks and controls focus of windows during a playback. Eventcorder is capable to play (type) variable... Platforms: Windows, Windows CE

License: Freeware Size: 4 KB Download (105): Eventcorder suite Download

Added: April 02, 2010 | Visits: 1.143

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,... Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: January 16, 2010 | Visits: 1.147

rgen rgen is a library consisting of random number generator and data accumulation classes. Its envisioned purpose is in the development of Monte Carlo simulations where the ability to readily substitute a variety of random generators may be used to assess the influence of the underlying random number... Platforms: *nix

License: Freeware Size: 522.24 KB Download (102): rgen Download

Added: February 09, 2010 | Visits: 899

JSEclipse JSEclipse project is a Javascript plug-in for the Eclipse environment. Designed to help web developers edit JavaScript files with ease, it has built in support for: - Code completion for JavaScript function and classes. - Code completion for JavaDoc. - Function and class names are displayed... Platforms: *nix

License: Freeware Size: 1.4 MB Download (169): JSEclipse Download

Added: June 04, 2010 | Visits: 1.482

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: February 01, 2010 | Visits: 1.050

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The... Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: March 21, 2010 | Visits: 1.931

SPUC Signal Processing using C++ (SPUC) is a C++ source code library of DSP and digital communication classes and functions useful for system modeling, software prototyping, and simulation. The objective of SPUC is to provide the Communications Systems Designer or DSP Algorithm designer with simple,... Platforms: *nix

License: Freeware Size: 460.8 KB Download (111): SPUC Download

Added: January 25, 2010 | Visits: 817

Python Metadata Importer Allows Spotlight to import and index Python script source code. Various metadata are imported from the source code including function and class names, version, author and description. Platforms: Mac

License: Freeware Size: 1.1 MB Download (97): Python Metadata Importer Download

Released: December 10, 2011  |  Added: December 29, 2011 | Visits: 1.151

AutoClipX Copy and paste... with your mouse! AutoClipX (ACX) automatically copies selected text to the Windows clipboard while pasting is accomplished by simply clicking a mouse button! To save even more time, ACX is capable of learning what applications you are working with and can automatically switch... Platforms: Windows

License: Freeware Size: 931.17 KB Download (107): AutoClipX Download

1 2 3 4 5 >