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

Tangent Circle freeware
Filter: All | Freeware | Demo
 

Tangent Circle

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

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: August 01, 2010 | Visits: 700

Filelight Filelight allows you to understand exactly where your diskspace is being used by graphically representating your filesystem as a set of concentric segmented-rings. Filelight creates a complex, but data-rich graphical representation of the files and directories on your computer. An example of...





Platforms: *nix

License: Freeware Size: 665.6 KB Download (105): Filelight Download

Added: March 19, 2010 | Visits: 1.001

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Added: August 02, 2008 | Visits: 1.218

Building Block Toys 360 Building block toys in a circle make up this unusual screensaver, suitable for kids of all ages ;)


Platforms: Windows

License: Freeware Size: 1.6 MB Download (103): Building Block Toys 360 Download

Added: November 26, 2010 | Visits: 993

Ympyris Ympyris project is a circular falling blocks game. Ympyris is a falling blocks game that uses a circle instead of a rectangular grid. Ympyris is a game that combines the idea of Tetris to the polar coordinate system. In normal Tetris-clones you move the falling blocks left and right. In...


Platforms: *nix

License: Freeware Download (102): Ympyris Download

Added: January 25, 2010 | Visits: 761

BlinkenLights DasBlinkenLights presents a screen full of blinking lights, reminescent of the computers we all see on television and in movies. You can set their color, size, density (roughly how many are on at the same time), and shape (circle or square).


Platforms: Mac

License: Freeware Size: 68 KB Download (102): BlinkenLights Download

Added: September 02, 2010 | Visits: 1.037

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

Added: August 10, 2008 | Visits: 906

Serai Puzzle The prince is bored, and so his faithful servant recounts a puzzle in which the object is to correctly align 15 counters around the perimeter of a circle. A perplexing puzzle that will keep any player challenged for countless hours.


Platforms: Windows

License: Freeware Size: 1.7 MB Download (98): Serai Puzzle Download

Added: January 25, 2010 | Visits: 815

AV Bros. Circumscriber AV Bros. Circumscriber is an Adobe Photoshop CS script that should help you circumscribe a circle (as the selection) around either two (2) or three (3) specified points.


Platforms: Mac

License: Freeware Size: 344 KB Download (98): AV Bros. Circumscriber Download

Added: June 22, 2010 | Visits: 1.475

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: January 25, 2010 | Visits: 705

Arcs & Sectors Middle-School (grades 5 through 9) math program written to provide skills in context. Given the radius or diameter of a circle, and the measure of a central angle, students must find the following: the area of the circle; the area of the sector defined by the central angle; the circumference of...


Platforms: Mac

License: Freeware Size: 199 KB Download (98): Arcs & Sectors Download

Added: January 25, 2010 | Visits: 465

BugThug BugThug is a unique arcade game crafted with supreme style. You have captured some wicked cool bugs. Use your robot pinchers to pinch the bugs and keep them safe in the center circle. Guide them into power-ups and protect the peaceful bugs from scary creatures! BugThug features polished, vivid...


Platforms: Mac

License: Freeware Download (98): BugThug Download

Added: September 24, 2010 | Visits: 1.112

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: August 26, 2010 | Visits: 712

g2 g2 is an easy to use, portable and powerful 2D graphics library. The project provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices. Following devices are currently supported: PostScript, X11, PNG and JPEG (using gd) and Win32...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (97): g2 Download

Added: March 18, 2010 | Visits: 1.094

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: April 12, 2010 | Visits: 756

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

Added: January 15, 2010 | Visits: 695

Peng2illa Peng2illa is a free agility based Pong clone inside a circle. Its fast, its tricky!! Are you ready for a totally new challange? There are different ways to defeat your enemies: - Charge up the ball to damage other players with lightning-bolts - Bounce on them and STOMP them - Put mines into...


Platforms: *nix

License: Freeware Size: 5.4 MB Download (95): Peng2illa Download

Added: August 14, 2010 | Visits: 908

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: February 17, 2010 | Visits: 1.135

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Graph::Writer::DrGeo Download

Added: May 10, 2010 | Visits: 998

Bubble system Bubble system superkaramba theme is based on my own sk theme Rounded debian (avalible on kde-look.org). Bubble system has two versions - big and small. You can change backgroud and bar image for each every single buble. Background can be with debian logo or with tux. Selection can be done by...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (93): Bubble system Download

< 1 2 3 4 5