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

Color Code For Myspace software
Filter: All | Freeware | Demo
 

Color Code For Myspace

< 1 2 3 4 5 > 
Added: February 16, 2010 | Visits: 1.044

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: March 02, 2010 | Visits: 1.055

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: October 13, 2010 | Visits: 939

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

Added: April 06, 2010 | Visits: 2.047

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: March 21, 2010 | Visits: 2.494

Php Object Generator Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database...


Platforms: *nix

License: Freeware Size: 1024 KB Download (283): Php Object Generator Download

Added: October 02, 2010 | Visits: 922

MyPageKit::MyModel MyPageKit::MyModel is an example Derived Model Class implementing Backend Code for pagekit.org website. This module provides a example of a Derived Model component (Business Logic) of a PageKit website. It is also the code used for old the http://www.pagekit.org/ web site. It contains two...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): MyPageKit::MyModel Download

Added: August 10, 2010 | Visits: 1.759

Javascript::Menu Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. SYNOPSIS use Javascript::Menu; # Give it something to do (example changes the menus caption): my $action = sub { my $self = shift; my ($level, $unique) = @_; my $value = $self->getValue; return...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): Javascript::Menu Download

Added: June 21, 2010 | Visits: 937

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: July 29, 2013 | Visits: 354

Generate .m-file code for any MATLAB variable Have you ever tried to inspect and modify deeply nested struct/cell variables? Of course, MATLABs variable editor will help to visualise these variables. However, to create such a variable automatically or to change some of the deeply nested fields routinely this submission may be useful.The main...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Generate .m-file code for any MATLAB variable Download

Released: April 14, 2014  |  Added: April 27, 2014 | Visits: 1.015

FileMarker.NET Pro FileMarker.NET is a compact, intuitive and highly flexible tool for changing file icons in Windows. Mac users have been enjoying file and folder color-coding for years and the time has come for Windows users to join them and be finally able to customize file icon images to their liking. File...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $34.95 USD Size: 2.43 MB Download (106): FileMarker.NET Pro Download

Released: April 14, 2014  |  Added: April 29, 2014 | Visits: 878

FileMarker.NET Free - Change File Icon FileMarker.NET is a compact, intuitive and highly flexible tool for changing file icons in Windows. Mac users have been enjoying file and folder color-coding for years and the time has come for Windows users to join them and be finally able to customize file icon images to their liking. File...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.56 MB Download (79): FileMarker.NET Free - Change File Icon Download

Released: April 18, 2014  |  Added: May 12, 2014 | Visits: 1.074

File Marker File Marker is a compact, intuitive and highly flexible tool for changing file icons in Windows. Mac users have been enjoying file and folder color-coding for years and the time has come for Windows users to join them and be finally able to customize file icon images to their liking. File...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.56 MB Download (76): File Marker Download

A manual code for image THRESHOLDING (or) Color to binary image conversion In this code first the color image is converted into grayscale image using the function rgb2gray().And then a thresholding method is used to convert the image into binary format..


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A manual code for image THRESHOLDING (or) Color to binary image conversion Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 1.140

RISE PHP for PostgreSQL code generator RISE PHP for PostgreSQL code generator The RISE PHP for PostgreSQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access...


Platforms: Windows

License: Freeware Download (50): RISE PHP for PostgreSQL code generator Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 1.214

RISE PHP for MySQL code generator RISE PHP for MySQL code generator The RISE PHP for MySQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and,...


Platforms: Windows

License: Freeware Download (66): RISE PHP for MySQL code generator Download

Added: January 12, 2006 | Visits: 5.236

Color Pilot for Mac Specifically designed for the easy and natural color correction of digital camera or scanned photo images. An image can be improved by simply selecting a color to be changed, and then selecting a reference color (from the same or a different image) to correct it. Color Pilot is easily mastered...



License: Demo Cost: $29.95 USD Size: 426 KB Download (191): Color Pilot for Mac Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 587

Color Manager for Microsoft Excel With this wonderful add-in for Microsoft Excel you can create and apply new color palettes in Excel worksheets quickly and easily. Hundreds of new colors for Excel, all kinds of gradient colors are available for you now. With the Color Palette Manager there's no need to stick with forty standard...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 2.14 MB Download (56): Color Manager for Microsoft Excel Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 627

Color Picker Pro for Mac OS A small drag and drop savvy application that aids in finding hex, RGB and HSL color values for use in CSS and HTML production. Pull colors out of application windows, icons, your desktop or anything else that you happen to see on your display. Copy or drag and drop color values to your favorite...


Platforms: Mac

License: Freeware Size: 1.53 MB Download (463): Color Picker Pro for Mac OS Download

Added: July 25, 2013 | Visits: 423

MATLAB color picker (fig-file) Simple user interface with possibility to pick any color and determine MATLAB code for chosen color. It makes possible to copy determined color code en paste it to your color specification within m-file of other program code. This color specification is not RGB value but percentage of RGB. I'm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): MATLAB color picker (fig-file) Download

Added: April 14, 2013 | Visits: 377

Node Color Node Color / node_colorSorry for the vague module description and bare bones code.A couple of people at Drupalcon Boston wanted me to push it out so they could use it on their sites while i finish it.I'll update the code/screenshot and description shortly.Mainly right now you can set a color in...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Node Color Download

< 1 2 3 4 5 >