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

Happy Birthday Graphics software
Filter: All | Freeware | Demo
 

Happy Birthday Graphics

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

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: June 07, 2010 | Visits: 1.078

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Released: February 22, 2012  |  Added: March 10, 2012 | Visits: 2.076

Graphics Converter Pro 2011 Graphics Converter is an easy-to-use and powerful batch graphic converter and image processing software. Supports more than 500 graphic formats, including JPG, JPEG2000, PNG, GIF, EMF, TIF, PDF and more. Graphics Converter Pro 2011 for vector supports 22 vector formats, including CGM, DGN, DWF,...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 15.71 MB Download (105): Graphics Converter Pro 2011 Download

Released: December 15, 2023  |  Added: December 26, 2023 | Visits: 987

Printable Birthday Card Technically advance printable birthday card designing application creates different types of birthday cards that include birthday cards, funny birthday cards, cool birthday cards, kids birthday cards, professional birthday cards, traditional birthday cards, belated birthday cards, romantic...


Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $45.00 USD Size: 5.26 MB Download (105): Printable Birthday Card Download

Released: December 08, 2012  |  Added: January 03, 2013 | Visits: 1.104

Happy Tab Bar Icons The collection of Happy Tab Bar Icons brings more than 1200 high-resolution images for iPad, iPhone, and iPod devices. iOS developers will find everything they need to design standard-compliant navigation bars, toolbars and tab bars for iOS devices. High-resolution raster versions are rendered to...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Shareware Cost: $99.00 USD Size: 2.34 MB Download (104): Happy Tab Bar Icons Download

Added: January 25, 2010 | Visits: 1.134

Birthday Grapher Like many people, when I was first introduced probability's infamous "Birthday Paradox" I was in strong disbelief. I saw the formula and accepted it, but never really got it. Recently I decided to convince myself of the validity of the paradox through the creation of a simple computer program....


Platforms: Mac

License: Freeware Download (104): Birthday Grapher Download

Added: May 21, 2010 | Visits: 1.199

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: January 25, 2010 | Visits: 1.100

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: April 24, 2010 | Visits: 1.210

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: January 12, 2010 | Visits: 968

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

Bio::Graphics::Glyph::alignment Bio::Graphics::Glyph::alignment is the "alignment" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This is identical to the "graded_segments" glyph, and is used for drawing features that consist of discontinuous segments. The color intensity of each segment is...


Platforms: *nix

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

Added: January 06, 2010 | Visits: 1.230

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: October 26, 2010 | Visits: 1.201

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: August 06, 2008 | Visits: 857

Aurigma Graphics Mill Aurigma Graphics Mill 2.0 is a set of powerful, fast and memory-friendly components which resolves most of image processing tasks: load/save files of most popular formats, enhance, transform, display, reduce colors, combine images, draw imagery, etc. It includes handy control which allows to...


Platforms: Windows

License: Shareware Cost: $349.00 USD Size: 5.26 MB Download (99): Aurigma Graphics Mill Download

Added: August 21, 2008 | Visits: 502

AST Happy Screensaver Serious fun! Stunning Clock -Happy screen saver. From Aktiva-s Company Aktiva-S Time Collection Screen Saver Features: Specially designed atmosphere Almost Photo realistic graphics Unique sound environment Many types of clocks and watches with animations Multiple backgrounds with effects...


Platforms: Windows

License: Shareware Cost: $4.95 USD Size: 2.57 MB Download (99): AST Happy Screensaver Download

Added: August 15, 2008 | Visits: 1.258

SS Happy Helloween - Free Animated Desktop screensavers In honour of a holiday Halloween company EleFun has issued new, completely free-of-charge subject for Animated Desktop Wallpapers and Screensavers which and is called -"Happy Halloween". At excellent quality of the image in "Happy Halloween" there is an animated three-dimensional character - a...


Platforms: Windows

License: Freeware Size: 1.58 KB Download (99): SS Happy Helloween - Free Animated Desktop screensavers Download

Added: January 25, 2010 | Visits: 857

iCal Birthday Shifter iCal Birthday Shifter makes events for the birthdays of people in your Address Book. The source code is included with the archive.


Platforms: Mac

License: Freeware Download (99): iCal Birthday Shifter Download

Added: January 25, 2010 | Visits: 582

Birthday Buzzer Birthday Buzzer features: Reminds of upcoming and already-missed birthdays Integration with Apple's Address Book Integration with Growl Dock icon shows number of days until the next birthday Can remind automatically at every login (usually the same as every startup) Can remind automatically at a...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (99): Birthday Buzzer Download

Added: January 25, 2010 | Visits: 649

QuickTime Controller Graphics QuickTime Controller Graphics changes the somewhat bloating GUI of browser based QuickTime movies into controller icons that are smaller and more like the the newer OSX apps like Mail.app.Installation: Backup QuickTimeComponents.rsrc. Then Open System > Library > QuickTime >...


Platforms: Mac

License: Freeware Size: 199 KB Download (99): QuickTime Controller Graphics Download

Released: November 10, 2005  |  Added: February 13, 2006 | Visits: 2.409

Another Happy Thanksgiving Screensaver A simple screensaver with great images. This one talks about the festival without any words. Download it for the beautiful pictures and a fresh feeling for this celebrating a happy Thanksgiving.


Platforms: Windows

License: Freeware Size: 2.13 MB Download (98): Another Happy Thanksgiving Screensaver Download

< 1 2 3 4 5