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

Apollonius Circle freeware
Filter: All | Freeware | Demo
 

Apollonius Circle

< 1 2 3 4 5 
Added: June 07, 2010 | Visits: 1.071

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

Added: February 08, 2010 | Visits: 1.038

Gtk2::Ex::MindMapView::ItemHotSpot Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item. SYNOPSIS use Gtk2::Ex::MindMapView::ItemHotSpot; Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked,...





Platforms: *nix

License: Freeware Size: 50.18 KB Download (90): Gtk2::Ex::MindMapView::ItemHotSpot Download

Added: September 04, 2010 | Visits: 1.417

Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type "hot spot" on a ellipse item. This grip differs from the standard grip with respect to where it is placed on the Gtk2::Ex::MindMapView::Item. SYNOPSIS use...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (116): Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound Download

Added: September 23, 2010 | Visits: 2.126

G-Star G-Star project is a clone of the TI-8x calculator game D-Star which are all clones of an HP48 game of the same name. G-Star currently includes 25 levels: 20 from the HP48 version, and 5 from the TI-83 version of the game. I am planning on adding additional levels to the game as well as some new...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (138): G-Star Download

Added: November 24, 2010 | Visits: 1.493

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (209): Language::Logo Download

Added: November 26, 2010 | Visits: 990

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: February 17, 2010 | Visits: 1.130

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 (89): Graph::Writer::DrGeo 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: January 24, 2010 | Visits: 1.424

KIconEdit KIconEdit or KDE Icon Editor is a small graphics drawing program especially for creating icons using the standard KDE icon palette. KIconEdit has most of the tools which are needed for easy creation of icons including: Line, Ellipse, Circle, Rectangle, Freehand, Eraser and Spraycan. More tools...


Platforms: *nix

License: Freeware Download (117): KIconEdit Download

Added: August 26, 2010 | Visits: 708

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

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 10, 2010 | Visits: 444

NGStar NGStar project is a clone of the HP48 game dstar. A little circle that runs fast but doesnt know how to stop has to collect gifts with the help of its stopper friend the square. Installation: $ ./configure $ make $ make install Whats New in This Release: - The ncurses GUI was polished...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (91): NGStar Download

Added: July 07, 2010 | Visits: 1.320

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: June 18, 2010 | Visits: 1.139

Q4W 0.1 The Q4W Mod project came in our minds a few days after the release of Quake 4. Out of the box, the whole gameplay wasnt very exciting for a part of the french Q3 community. After some chatting, we found out that we were many looking for the same kind of game and also ready to spend some time to...


Platforms: *nix

License: Freeware Size: 53.4 MB Download (85): Q4W 0.1 Download

Added: July 17, 2010 | Visits: 794

WFMath WFMath is a math library that focus on geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices). Most of the library classes can be divided into two sorts. The first...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (92): WFMath Download

Added: April 18, 2010 | Visits: 1.360

SDXF SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data Exchange File, a vector graphics file format. It is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...)....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (140): SDXF Download

Added: May 10, 2010 | Visits: 993

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

Added: March 18, 2010 | Visits: 1.091

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 (96): SVG::DOM Download

Added: April 03, 2010 | Visits: 1.627

Wolfpack Wolfpack project is a server-side Ultima Online MMORPG software. Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EAs Ultima Online to play on Wolfpack servers. The Wolfpack project is an effort to develop and maintain an open-source...


Platforms: *nix

License: Freeware Download (119): Wolfpack Download

Added: June 22, 2010 | Visits: 1.469

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

< 1 2 3 4 5