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

Animated Gypsy Glitter Graphics freeware
Filter: All | Freeware | Demo
 

Animated Gypsy Glitter Graphics

< 1 2 3 4 5 > 
Added: May 24, 2010 | Visits: 1.029

fid-graphics fid-graphics project is a simple toolkit for the Frigand Imperial Desktop. It is probably the easiest toolkit to write a display engine for, but it does not support any widgets. Whats New in This Release: - src/Desktop/Fid/Window.lhs (displayWaitRedisplay): New function. -...



Platforms: *nix

License: Freeware Size: 79.87 KB Download (108): fid-graphics Download

Added: April 03, 2010 | Visits: 1.417

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.162

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 (89): Bio::Graphics::Glyph::cds Download

Added: January 06, 2010 | Visits: 1.224

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 (99): Bio::Graphics::Panel 1.5.2_005 Download

Added: April 24, 2010 | Visits: 1.206

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 (94): Bio::Graphics::Feature Download

Added: July 15, 2010 | Visits: 1.081

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.195

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.093

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: 963

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: May 21, 2010 | Visits: 1.193

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: March 24, 2010 | Visits: 1.323

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.631

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: 754

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: May 05, 2010  |  Added: May 18, 2010 | Visits: 4.025

Animated jQuery Menu Style 08 Navigation menus are the most important element one should pay attention when designing a website. Web-developers can create user-friendly horizontal or vertical navigation menus using CSS. Javascript makes it possible to create more interactive, more responsive and more flexible navigation to...


Platforms: Windows, Mac, *nix

License: Freeware Size: 34.07 KB Download (333): Animated jQuery Menu Style 08 Download

Released: April 25, 2010  |  Added: May 20, 2010 | Visits: 2.602

Animated Weather Free Animated Weather Forecast For Windows: Realistic Weather Forecast on Your Windows Desktop MobilityFlow announces the release of Animated Weather, a weather forecast desktop widget app for Windows XP/Vista/7. The exquisitely realistic video effects of cloudiness, rain and snow provide the vivid...


Platforms: Windows

License: Freeware Size: 4.29 MB Download (346): Animated Weather Free Download

Released: October 02, 2009  |  Added: October 09, 2010 | Visits: 4.552

Animated Snow Wallpaper Free download and install Animated Snow Wallpaer, your desktop will be snow. Yes, it makes you feel cold, Merry Christmas!


Platforms: Windows

License: Freeware Size: 1.24 MB Download (662): Animated Snow Wallpaper Download

Released: July 08, 2010  |  Added: April 19, 2011 | Visits: 1.293

Free Animated Screensaver Screensaver is another small program for computer user. Now this not for only computer but also available for mobile. Screensaver is not only images slideshow. This is learnable also. Many people use this program for entertainment. This is help us for keeping our mind fresh and clean in our...


Platforms: Windows

License: Freeware Size: 951.15 KB Download (107): Free Animated Screensaver Download

Released: January 03, 2012  |  Added: January 09, 2012 | Visits: 1.624

Disney Animated Wallpaper Enjoy this fantastic Disney Animated Wallpaper, with Mickey, Minnie Mouse and friends, full of happiness and joy. Come play with them! * 2 Beautiful Scenes. * High Quality Image and Effects. * Realistic Butterfly animation. * The Disney Afternoon Theme Sound. * Full install/uninstall...


Platforms: Windows

License: Freeware Size: 6.75 MB Download (150): Disney Animated Wallpaper Download

Released: January 06, 2012  |  Added: January 26, 2012 | Visits: 1.222

Planet Garden Animated Wallpaper Enjoy the beautiful and wonderful nature whit this Animated Wallpaper full of life. Embrace an environment of tranquility. This animated wallpaper is special to relax at any time. * 3 Beautiful Scenes. * High Quality Image and Effects. * Realistic animation. * High Quality Nature Sound....


Platforms: Windows

License: Freeware Size: 11.17 MB Download (116): Planet Garden Animated Wallpaper Download

Released: January 16, 2012  |  Added: February 06, 2012 | Visits: 1.031

Amazing Thunderstorm Animated Wallpaper Enjoy the nature with this animated wallpaper, relax with the raining sound and the fantastic thunderstorm animation in your screen. * Amazing scenario and effects. * High Quality Thunderstorm Sound. * Full install/uninstall support.


Platforms: Windows

License: Freeware Size: 6.72 MB Download (131): Amazing Thunderstorm Animated Wallpaper Download

< 1 2 3 4 5 >