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

Gd T Symbols software
Filter: All | Freeware | Demo
 

Gd T Symbols

< 1 2 3 4 5 > 
Added: October 25, 2010 | Visits: 1.119

GD::Graph::colour GD::Graph::colour contains colour manipulation routines for use with GD::Graph. SYNOPSIS use GD::Graph::colour qw(:colours :lists :files :convert); The GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is...



Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): GD::Graph::colour Download

Added: October 14, 2010 | Visits: 1.655

GD::Graph GD::Graph is a graph plotting module for Perl 5. SYNOPSIS use GD::Graph::moduleName; GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: GD::Graph::lines Create a line chart. GD::Graph::bars and GD::Graph::hbars...





Platforms: *nix

License: Freeware Size: 143.36 KB Download (111): GD::Graph Download

Added: August 08, 2010 | Visits: 957

GD::Text GD::Text is a Perl module with text utilities for use with GD. SYNOPSIS use GD; use GD::Text; my $gd_text = GD::Text->new() or die GD::Text::error(); $gd_text->set_font(funny.ttf, 12) or die $gd_text->error; $gd_text->set_font(gdTinyFont); $gd_text->set_font(GD::Font::Tiny); ......


Platforms: *nix

License: Freeware Size: 64.51 KB Download (100): GD::Text Download

Added: January 10, 2010 | Visits: 796

GD::SGF GD::SGF is a Perl module to simplify SGF game rendering using GD::Image. SYNOPSIS use Games::Go::SGF2misc::GD; my $image = new Games::Go::SGF2misc::GD(imagesize => 256, boardsize => 19, antialias => 1 ); $image->gobanColor(127,127,127); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): GD::SGF Download

Added: August 27, 2010 | Visits: 1.976

Math::Algebra::Symbols Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl. SYNOPSIS Example symbols.pl #!perl -w -I.. use Math::Algebra::Symbols hyper=>1; use Test::Simple tests=>5; ($n, $x, $y) = symbols(qw(n x y)); $a += ($x**8 - 1)/($x-1); $b += sin($x)**2 + cos($x)**2; $c += (sin($n*$x) +...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (162): Math::Algebra::Symbols Download

Added: August 07, 2010 | Visits: 747

GD::Image::CopyIFS GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. SYNOPSIS # zoom in on an area of an image use GD::Image::CopyIFS; my $width = 64; my $height = 60; my $scale = 4; my $neww = $scale * $width; my $newh = $scale * $height; my $src_file = src.jpeg; my...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): GD::Image::CopyIFS Download

Added: April 15, 2010 | Visits: 1.325

omega t+ omega t+ is a computer assisted translation (CAT) tool suite. omega t+ currently includes omegat, a translation editor tool with numerous features, extspell, an Apsell spell checker user interface, sentseg, for sentence segmenting of documents, and OmegaT packages, from which omegat is...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (160): omega t+ Download

Added: September 08, 2010 | Visits: 1.549

SILVERCODERS T-Script SILVERCODERS T-Script is a scripting language which primary purpose is to generate text files. It can be useful for processing template files based on some additional data retrieved from data sources like sql databases or other text files. T-Script can be easly embedded into your application...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): SILVERCODERS T-Script Download

Added: July 16, 2010 | Visits: 873

GD::Convert GD::Convert is a Perl module with additional output formats for GD. SYNOPSIS use GD; use GD::Convert qw(gif=gif_netpbm newFromGif=newFromGif_imagemagick wbmp); # or: require GD::Convert; import GD::Convert; ... $gd->ppm; $gd->xpm; $gd->gif; $gd->wbmp; ... $gd =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): GD::Convert Download

Added: March 24, 2010 | Visits: 1.326

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

Added: March 05, 2010 | Visits: 1.274

T-Sim T-Sim project is an early version of a helicopter simulator for GNU/Linux. It already has random terrain generation, a 3D cockpit view with working instruments and an external view. The flight model, however, is still very simplistic. Keys N increase throttle B decrease throttle V move...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (182): T-Sim Download

Added: April 19, 2010 | Visits: 1.983

LaTeX Symbols Selector LaTeX Symbols Selector project is a symbol browser to help creating LaTeX documents with many math symbols. All symbols are grouped into categories and user can copy symbol name to system-wide clipboard (or insert it directly to first running copy of gVIM) by selecting symbol icon from list....


Platforms: *nix

License: Freeware Size: 368.64 KB Download (253): LaTeX Symbols Selector Download

Added: May 21, 2010 | Visits: 1.381

T-ish Pack T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. They fit well with Compiz also. Contents: T-ish - Clearlooks theme T-ish Aguastyle - Clearlooks theme with some pixmap elements T-ish-Ubuntulooks - Ubuntlooks theme T-ish-Ubuntulooks...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (182): T-ish Pack Download

Added: February 02, 2010 | Visits: 2.403

GD::Tab::Ukulele GD::Tab::Ukulele is a Perl module for Ukulele tab image generator. SYNOPSIS use GD::Tab::Ukulele; my $uk = GD::Tab::Ukulele->new; # print png image print $uk->chord(D#sus4)->png; # get GD::Image instance my $im = $uk->chord(C); print $im->png; # other tab generate...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (182): GD::Tab::Ukulele Download

Released: October 01, 2010  |  Added: October 07, 2010 | Visits: 1.166

Tidycode T Sql Formatter This software allows you to tidy, beautify or format your T-Sql code in a batch file or Dos prompt. In other words, it is a command line tool that can be built in your programming environment. It can be used in most free or commercial editors/IDEs. Especially if they support reloading the...


Platforms: Windows

License: Demo Cost: $40.00 USD Size: 1.74 MB Download (258): Tidycode T Sql Formatter Download

Released: December 20, 2011  |  Added: February 13, 2012 | Visits: 4.115

Magento T-Shirt Design Tool Products Designer team releases a turnkey solution for online t-shirt design tool (v4.2) integrated with Magento eCommerce Software. Now, just send in your orders and get your online store with integrated product configurator within 48 hours.The key features of the software solution are: A...


Platforms: Mac, *nix, Windows

License: Shareware Cost: $3500.00 USD Size: 189.25 KB Download (624): Magento T-Shirt Design Tool Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 787

T.H.O.R.I.U.M. T.H.O.R.I.U.M. which is actually short for Thermooptic radiation iteration universal module is a project that has been developed to be an Open Source, precise, fast and easy-to-use, software used for radiation heat transfer analysis. Now you can make use of this tool to perform various analysis...


Platforms: Windows

License: Freeware Download (435): T.H.O.R.I.U.M. Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 647

1098 T Software The IRS 1098-T Tuition Statement form is used by colleges and universities to report information about their students to the IRS as required by the Taxpayer Relief Act. Colleges and universities and other eligible educational institutions are required to submit the student's full name, address,...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 8.03 MB Download (50): 1098 T Software Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 799

Don't Sleep Don't Sleep application was developed to be a small tool that will prevent system shutdown, Standby, Hibernate, Turn Off and Restart. Especially when old Programs run on Windows-7 or Windows Vista. Here's more aggressive power-saving features with new rules. But not only that, it also...


Platforms: Windows

License: Freeware Download (424): Don't Sleep Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 518

Neoconvert DVD To T-Mobile G1 The Suite includes DVD to T-Mobile G1 Video Converter. The T-Mobile G1 Video Converter lets you easily and quickly convert DVD to T-Mobile G1 video (WMV format). And the Neoconvert DVD to T-Mobile G1 helps you convert DVD to T-Mobile G1 movie with high quality and fast conversion speed. Compared...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.83 MB Download (47): Neoconvert DVD To T-Mobile G1 Download

< 1 2 3 4 5 >