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

Website Graphics freeware
Filter: All | Freeware | Demo
 

Website Graphics

< 1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.426

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c... Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: April 03, 2010 | Visits: 1.173

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the... Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Graphics::Glyph::cds Download

Added: January 06, 2010 | Visits: 1.232

Bio::Graphics::Panel 1.5.2_005 Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. SYNOPSIS # This script parses a GenBank or EMBL file named on the command # line and produces a PNG rendering of it. Call it like this: # render.pl my_file.embl | display - use strict; use Bio::Graphics;... Platforms: *nix

License: Freeware Size: 5.7 MB Download (100): Bio::Graphics::Panel 1.5.2_005 Download

Added: April 24, 2010 | Visits: 1.212

Bio::Graphics::Feature Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. SYNOPSIS use Bio::Graphics::Feature; # create a simple feature with no internal structure $f = Bio::Graphics::Feature->new(-start => 1000, -stop => 2000, -type => transcript, -name => alpha-1... Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Graphics::Feature Download

Added: July 15, 2010 | Visits: 1.088

Bio::Graphics::Glyph::minmax Bio::Graphics::Glyph::minmax is the minmax glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph is the common base class for Bio::Graphics::Glyph::graded_segments and Bio::Graphics::Glyph::xyplot. It adds an internal method named minmax() for calculating... Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Graphics::Glyph::minmax Download

Added: October 26, 2010 | Visits: 1.203

Bio::Graphics::FeatureFile Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file. SYNOPSIS use Bio::Graphics::FeatureFile; my $data = Bio::Graphics::FeatureFile->new(-file => features.txt); # create a new panel and render contents of the file onto it my $panel = $data->new_panel; my... Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::FeatureFile Download

Added: January 25, 2010 | Visits: 1.104

Graphics::ColorPicker Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. SYNOPSIS use Graphics::ColorPicker; or require Graphics::ColorPicker; make_page($path_to_images); send_page($html_txt,$type); $time_string = http_date($time); $name =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (101): Graphics::ColorPicker Download

Added: January 12, 2010 | Visits: 969

Graphics::ColorUtils Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more. SYNOPSIS use Graphics::ColorUtils; ( $y, $i, $q ) = rgb2yiq( $r, $g, $b ); ( $r, $g, $b ) = yiq2rgb( $y, $i, $q ); $hex_string = yiq2rgb( $y, $i, $q ); ( $c, $m, $y ) = rgb2cmy( $r, $g, $b ); ( $r, $g,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (100): Graphics::ColorUtils Download

Added: January 13, 2010 | Visits: 1.223

Simple Meeting Website Simple Meeting Website project is a simple TurboGears Web site that can track RSVPs for a series of meetings. Whats New in This Release: - Emailed meeting reminders have been added (activated by a cron job). - The site now validates as HTML 4.01 Strict.. Platforms: *nix

License: Freeware Size: 22.53 KB Download (107): Simple Meeting Website Download

Added: May 21, 2010 | Visits: 1.200

Text::Graphics Text::Graphics is a text graphics rendering toolkit. This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Text::Graphics Download

Added: September 20, 2010 | Visits: 1.408

Simple Website Software Simple Website Software (SWS) is my attempt to provide software to generate a reasonably modern looking web site while requiring a minimal amount of effort to set up, yet keeping the HTML pages independent so they can be easily editted and verified outside the web site. SWS requires PHP version... Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Simple Website Software Download

Added: March 24, 2010 | Visits: 1.329

GD Graphics Library Gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG... Platforms: *nix

License: Freeware Size: 1.2 MB Download (159): GD Graphics Library Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 1.643

PDL::Graphics::TriD PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); # $colors = (3,n,...) line3d([$x,$y,$z]);... Platforms: *nix

License: Freeware Size: 2.1 MB Download (108): PDL::Graphics::TriD Download

Added: April 12, 2010 | Visits: 762

Graphics::Simple Graphics::Simple is a simple , device-independent graphics API for Perl. SYNOPSIS use Graphics::Simple; line 100,100,200,200; circle 50,50,25; stop(); clear(); # Wait for a button press, clear the page Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where... Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graphics::Simple Download

Released: June 05, 2010  |  Added: June 09, 2010 | Visits: 1.586

Website Designing Company Kids Protection Screen Saver - Free Download - A screen saver that protects the computer from kids when they click mouse or keyboard keys by capturing all keystrokes while running - Website Designing Company Platforms: Windows

License: Freeware Size: 702.03 KB Download (113): Website Designing Company Download

Released: September 08, 2011  |  Added: May 10, 2012 | Visits: 1.541

WebSite X5 FREE Website X5 FREE is the most intuitive solution to create eye-catching and functional websites with no costs. No programming skills are required and you can use a simple fully-visual and intuitive interface that guarantees flexibility and customization. With WebSite X5 FREE you can create... Platforms: Windows

License: Freeware Size: 51.62 MB Download (120): WebSite X5 FREE Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 756

Website Opener Website Opener is a useful extension that you can use for quickly opening your frequently used Internet bookmarks with only one click. All you have to do is to add the pages you want to open and then just click on the icon for the extension. The list of bookmarks can be fully customized by... Platforms: Windows

License: Freeware Download (61): Website Opener Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 960

WinHTTrack Website Copier (formerly HTTrack Website Copier) HTTrack is an offline browser utility that allows you to download a website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer. HTTrack arranges the original site`s relative link-structure. Simply... Platforms: Windows


Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 842

Local Website Archive Lite Local Website Archive offers a fast and easy way to store information from the web on your hard disk. Archived documents are stored in their original file format and can also be opened with associated applications or found by desktop search engines. Platforms: Windows

License: Freeware Size: 2.53 MB Download (52): Local Website Archive Lite Download

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

7-PDF Website Converter It is rare for PDF printers to allow you to create a PDF from a website without pages being -cut off- or the PDF not being -in one piece-; 7-PDF Website Cconverter now provides the solution! This special PDF Tool convert a website layouts cleany and in one piece to PDF. 7-PDF Website Cconverter... Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (58): 7-PDF Website Converter Download

< 1 2 3 4 5 >