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

One Line Drawing freeware
Filter: All | Freeware | Demo
 

One Line Drawing

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 484

Binary search in one line This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Binary search in one line Download

Added: June 04, 2013 | Visits: 548

My One Line SQL Several types of common queries can be run with a single call by using eventual parameters to define queries that take variable values.Key Features of My One Line SQL:- SELECT what FROM tablename- SELECT what FROM tablename WHERE where_expression- SELECT what FROM tablename ORDER BY... Platforms: PHP

License: Freeware Size: 10 KB Download (48): My One Line SQL Download

Added: July 07, 2010 | Visits: 1.327

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 (140): Algorithm::Line::Bresenham Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 417

One-Liner One-Liner creates one-line paragraphs from CR/LF- or LF-delimited text.Scanners normally return delimited text; substitution of complementary characters such as `` and '' for ' in paragraphs becomes easier when the delimiters are removed. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.12 KB Download (50): One-Liner Download

Released: February 28, 2017  |  Added: March 13, 2017 | Visits: 920

GraphicsJS GraphicsJS is a free and open-source JavaScript library for easily drawing absolutely anything including interactive and significantly more powerful in terms of out-of-the-box features than Raphael, Bonsai, and other existing SVG/VML based components. Key features of GraphicsJS library making... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, iOS, Android, iPhone,iPad

License: Freeware Size: 418 KB Download (43): GraphicsJS Download

Added: May 27, 2006 | Visits: 2.581

puzzle 5 stones Make 5 stones at one line. Build five black stones at one line. You need to build 5 stones on vertical, horizontal or diagonal line. Do not build five white stones. Platforms: Windows, Mac

License: Freeware Size: 11 KB Download (142): puzzle 5 stones Download

Added: August 22, 2008 | Visits: 818

puzzle 5 stones mode 02 Make five stones in one line. Build five black stones at one line. You need to build 5 stones on vertical, horizontal or diagonal line. Do not build five white stones. Collect 5 black stones in one line (vertical, horizontal or diagonal). Do not collect 5 white stones. A fun and relaxing 5 stones... Platforms: Windows, Mac

License: Freeware Size: 10 KB Download (92): puzzle 5 stones mode 02 Download

Added: April 22, 2010 | Visits: 1.073

Easiest Validate On Submit Easiest Validate On Submit project enables Web developers to validate any number of form fields, client side (in Javascript), with only one line of code per HTML page.. online appointment network Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Easiest Validate On Submit Download

Added: March 03, 2010 | Visits: 2.051

Traffic Control Super Script Traffic Control Super Script implements traffic shaping for IP traffic passing through a NAT/bridge box with a single configuration file with one line per host. Traffic Control Super Script can manage bandwidth to user-specified speeds based on the u32 classifier, and can identify traffic by... Platforms: *nix

License: Freeware Size: 40.96 KB Download (167): Traffic Control Super Script Download

Added: March 01, 2010 | Visits: 756

Text::VisualWidth Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width. Now this module support EUC-JP... Platforms: *nix

License: Freeware Size: 31.74 KB Download (88): Text::VisualWidth Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 457

Light on online puzzle Light on all lamps one line. Play and fun this free online flash Light on off game. You need to on (off) all light from the field. When you on one lamp then other lamps off. when you off lamp then other lamp on. Use logic and math mind. Platforms: All

License: Freeware Size: 20.48 KB Download (484): Light on online puzzle Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 477

Freestyle Freestyle is a software for Non-Photorealistic Line Drawing rendering from 3D scenes. Inspired by Pixar's Renderman, it is designed as a programmable interface to allow maximum control over the style of the output image. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 17.23 MB Download (56): Freestyle Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 416

Plane Control Lite This is a very simple and fun game from the "line drawing" genre. You can play 1 map (6 maps in the full version, each presents a unique game experience. Some require fast fingers, others require careful planning) Platforms: Mac

License: Freeware Size: 19.2 MB Download (44): Plane Control Lite Download

Added: May 10, 2013 | Visits: 552

Simple string checksum This one line function adds up the ascii values of a string and returns the total as a checksum. Also included is a variation which returns the checksum mod 256 (so it can be used as a single byte).The same technique can be used to add up a list of numbers, or to return the average of a list... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Simple string checksum Download

Added: May 10, 2013 | Visits: 576

Generic PHP Stacktrace Debugging Module PHP just reports one line and not a stacktrace - so this guessing took an awful lot of time. Therefore I've written an enhanced PHP-Errorhandler to be included with just one line in application_top.The code can be used with about any PHP project, but is dedicated to OSC due to the nature of the... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Generic PHP Stacktrace Debugging Module Download

Added: May 10, 2013 | Visits: 340

infobox header entire row link Modification involves one file and adding one line of code to that file. Install should take about 15 seconds. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): infobox header entire row link Download

Added: May 10, 2013 | Visits: 258

LRU cache decorator This one-line decorator call adds caching to functions with hashable arguments and no keyword arguments.When the maximum size is reached, the least recently used entry is discarded -- appropriate for long-running processes which cannot allow caches to grow without bound. Includes built-in... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): LRU cache decorator Download

Added: July 04, 2013 | Visits: 1.158

Advanced Password Protect Advanced Password Protect script allows you to password protect web pages by adding one line of PHP code to the page source.Script will show login form to protect content from unauthorized access.It includes login form, signup form, password reminder, and user management page for admin. Uses flat... Platforms: PHP

License: Freeware Size: 10 KB Download (55): Advanced Password Protect Download

Released: September 27, 2009  |  Added: October 01, 2009 | Visits: 2.207

LanDTM There is not any professional program on internet like this and you can get it without any effort. I think this could be a handicap because it's dificult to believe, but it's true; try it and you'll be surprised. It's not only a program to calculate a delaunay triangulation but you can input... Platforms: Windows

License: Freeware Size: 12.28 MB Download (307): LanDTM Download

Added: June 13, 2010 | Visits: 1.147

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

1 2 3 4 5 >