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

Dartboard Distance To Line freeware
Filter: All | Freeware | Demo
 

Dartboard Distance To Line

< 1 2 3 4 5 
Added: July 13, 2010 | Visits: 945

m3u123 m3u123 is a very simple command line music player that uses XMMS I/O plugins to play music, independently of XMMS. m3u123 project does not require an X server..



Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): m3u123 Download

Added: September 22, 2010 | Visits: 1.571

GIS::Distance::Polar GIS::Distance::Polar can do Polar coordinate flat-earth distance calculations. SYNOPSIS my $calc = GIS::Distance::Polar->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); Supposedly this is a formula to better calculate distances at the poles. While implimented, this...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (165): GIS::Distance::Polar Download

Added: August 24, 2010 | Visits: 1.489

GIS::Distance::Vincenty GIS::Distance::Vincenty Perl module contains Thaddeus Vincenty distance calculations. SYNOPSIS my $calc = GIS::Distance::Vincenty->new(); my $distance = $calc->distance( $lon1, $lat1 => $lon2, $lat2 ); For the benefit of the terminally obsessive (as well as the genuinely needy), Thaddeus...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (125): GIS::Distance::Vincenty Download

Added: August 04, 2010 | Visits: 1.241

ppsei ppsei short from PPS Extract Images is a simple command line program, which tries to extract images from Microsoft PowerPoint documents (PPS/PPT). Because i get a lot of mails with attached PPS/PPT in, containing some nice images (about universe, about pretty girls, etc). The sender people are...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (172): ppsei Download

Added: May 23, 2010 | Visits: 903

chilli_control chilli_control is a script that takes a command-line argument telling it what to do with your smoothwall, ie connect, disconnect, or get the status. This version is designed for smoothwall version 2.0 beta. You will need to edit the script to set it up for your smoothwall. If you use the same...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): chilli_control Download

Added: February 05, 2010 | Visits: 2.254

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: March 20, 2010 | Visits: 1.434

JBinHex JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present,...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): JBinHex Download

Added: May 27, 2010 | Visits: 1.187

khtml2png 1.0.3 / khtml2png is a command line program to create screenshots of webpages. The project uses libkhtml (the library that is used in the KDE webbrowser Konqueror). In khtml2png 2.0.5 to 2.5.0 "convert" from the ImageMagick graphic conversion toolkit is used to create the output files in various image...


Platforms: *nix

License: Freeware Download (109): khtml2png 1.0.3 / Download

Added: September 27, 2010 | Visits: 960

Fmd2ctl Fmd2ctl is a command line utility used to control the radio receiver in a SF16-FMD2 soundcard. Options for usage: /usr/local/bin/fmd2ctl [-l level] [-f freq] [-d] [-u] [-s] -l level Set search-level of station to level -f freq Preset frequency to freq -u Search up -d Search down -U...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): Fmd2ctl Download

Added: May 25, 2010 | Visits: 1.720

Html To Xhtml Convertor Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Installation: To install, simply run the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): Html To Xhtml Convertor Download

Added: January 23, 2010 | Visits: 1.055

PyMP3Cut PyMP3Cut is a Python command line tool designed to cut huge (> 100MB) MP3 files at high speed without requiring the extra disk space and processing time usually needed by visual audio editing tools, which convert the MP3 format to more easily manageable formats like WAV before doing anything....


Platforms: *nix

License: Freeware Size: 16.38 KB Download (105): PyMP3Cut Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.570

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: October 18, 2010 | Visits: 1.071

sersnoop serialsnoop is a command-line tool for Linux that echoes bytes to and from any two serial ports, PTYs, or network sockets , and prints all traffic to stdout in hex and ASCII. to install (binary, debian): get the latest x86 .deb file and dpkg -i the thing. to install (from source): youll...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (105): sersnoop Download

Added: August 09, 2010 | Visits: 894

mkcdtoc mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. mkcdtoc project reads a list of audio files and outputs a TOC file with a track specification for each audio file. Input data can be a raw list with one file name on each line, or an m3u play list. The program...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (94): mkcdtoc 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: November 25, 2010 | Visits: 1.740

Sethi Search Utility Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is...


Platforms: *nix

License: Freeware Download (102): Sethi Search Utility Download

Added: June 26, 2010 | Visits: 924

KAddressBook to iPod Synchronisation KAddressBook to iPod Synchronisation lets you synchronise your KAddressBook to your iPod by executing this simple script. The script makes a few modifications to the addressbook file to make it readable by the iPod. Amarok recently released the ability to synchonise music to your iPod, so I...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): KAddressBook to iPod Synchronisation Download

Added: January 25, 2010 | Visits: 661

Going To School Students are shown a line graph (time versus distance) of a person's journey from home to school. After studying the graph students use the mouse to move a little person around an on-screen map so that the little person's time and position match that shown on the graph. This program was written...


Platforms: Mac

License: Freeware Size: 293 KB Download (101): Going To School Download

Added: January 25, 2010 | Visits: 1.625

Add Item to Dock Add Item to Dock is a flexible, open-source tool, released for the benefit of system administrators, and developers.Add Item to Dock is provides an interface to the defaults program, allowing you to add items to the dock via the command line.


Platforms: Mac

License: Freeware Size: 668 KB Download (100): Add Item to Dock Download

Added: January 25, 2010 | Visits: 821

fscript Command-line Tool fscript is a program that allows F-Script scripts to be run from the command line. It also provides some useful classes and methods that make the language more appropriate for general scripting tasks, such as line-oriented input/output, regular expressions, and a library importing system.


Platforms: Mac

License: Freeware Size: 210 KB Download (96): fscript Command-line Tool Download

< 1 2 3 4 5