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

Xyz Raethe Input Coordinates freeware
Filter: All | Freeware | Demo
 

Xyz Raethe Input Coordinates

1 2 3 4 5 > 
Added: August 02, 2013 | Visits: 436

xyz2rae A variation of Matlab's cart2sph, that transforms a vector of Cartesian coordinates (East, North, Up) to radar coordinates (Range, Azimuth, Elevation). Note the different definition of radar coords vs. spherical coords, which require this different function (see exact definitions within the help... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): xyz2rae Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 290

LGML LGML is designed as an accessible and Open Source GML parser. LGML has two dependencies: · XmlBeans (from Apache Software Foundation), · and a GML 3.1.1 schema compiled with Xmlbeans itself. The aim of the project is to parse a GML document or fragment in order to get a WKT output. 2D and... Platforms: Windows

License: Freeware Download (48): LGML Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 285

Geosphere The Geosphere project provides a versatile interactive globe Java 1.1 applet which can be embedded in web pages. You can use the globe to display points that are linked to URLs and/or use it to input coordinates via a javascript interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 85.69 KB Download (44): Geosphere Download

Added: July 01, 2013 | Visits: 576

Minimum Enclosing Circle This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points.This code is based on that of Yazan Ahed, and contains no changes in the algorithm but only in the structure.The previous code was... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Minimum Enclosing Circle Download

Added: September 24, 2010 | Visits: 1.454

XMMS DVB Input Plugin XMMS DVB Input Plugin is a plugin for XMMS for users with a DVB-S (Digital Video Broadcast/Satellite) PCI adapter supported by the driver from LinuxTV to record and receive audio streams from this adapter. The incoming MPEG-1 layer II audio data is decompressed and fed to XMMS which can then in... Platforms: *nix

License: Freeware Size: 327.68 KB Download (152): XMMS DVB Input Plugin Download

Added: September 17, 2010 | Visits: 2.286

Input Filter extension for PHP Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data.. Platforms: *nix

License: Freeware Size: 24.58 KB Download (137): Input Filter extension for PHP Download

Added: July 31, 2013 | Visits: 1.572

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD. Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: June 22, 2010 | Visits: 1.607

Audio Input-Output Library Audio Input-Output Library (libaio) is meant to solve the problem of differing digital audio platforms once and for all. JACK is unnecessarily complex for most applications, and while libaos support for file output is cool, it limits what the API can do and is therefore inadequate for any kind... Platforms: *nix

License: Freeware Size: 153.6 KB Download (225): Audio Input-Output Library Download

Added: July 09, 2010 | Visits: 1.789

Linux::Input Linux::Input is a Linux input event interface. SYNOPSIS Example: 1 joystick using event API my $js1 = Linux::Input->new(/dev/input/event3); while (1) { while (my @events = $js1->poll(0.01)) { foreach (@event) { } } } Example: 2 joysticks using joystick API (different event... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Linux::Input Download

Added: October 06, 2010 | Visits: 1.057

Linux::Input::Joystick Linux::Input::Joystick is a joystick-specific interface for Linux 2.2+ SYNOPSIS Usage use YAML; my $js = Linux::Input::Joystick->new(/dev/input/js0); while (1) { my @event = $js->poll(0.01); print Dump($_) foreach (@event); } This is a subclass of Linux::Input that implements the... Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Linux::Input::Joystick Download

Added: July 13, 2010 | Visits: 1.023

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible... Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: October 25, 2010 | Visits: 974

Geo::Coordinates::VandH Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates. SYNOPSIS To convert V: 5498 H: 2895 to lat/long coordinates: use Geo::Coordinates::VandH; $blah=new Geo::Coordinates::VandH; ($lat,$lon) = $blah->vh2ll(5498,2895); printf... Platforms: *nix

License: Freeware Size: 4.1 KB Download (115): Geo::Coordinates::VandH Download

Added: May 11, 2010 | Visits: 1.223

GNU CD Input and Control Library GNU CD Input and Control Library (libcdio) encapsulates CD-ROM reading and control. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Some... Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): GNU CD Input and Control Library Download

Added: July 02, 2010 | Visits: 1.558

XMMS Picture Viewer Input Plugin XMMS Picture Viewer (alias Xmms-Slideshow) is an Input Plugin for XMMS. Although XMMS was mainly intended for use as audio player its features and its broad usage makes it also interesting for use with other medias. An example is eg. the XMMS Mplayer Input Plugin which enables XMMS to play video... Platforms: *nix

License: Freeware Size: 317.44 KB Download (100): XMMS Picture Viewer Input Plugin Download

Added: July 12, 2010 | Visits: 1.312

Geo::Coordinates::OSGB Geo::Coordinates::OSGB is a Perl module that can convert coordinates from Lat/Long to UK Grid. A UK-specific implementation of co-ordinate conversion, following formulae from the Ordnance Survey of Great Britain (hence the name). SYNOPSIS use Geo::Coordinates::OSGB qw(ll2grid grid2ll); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (113): Geo::Coordinates::OSGB Download

Added: May 10, 2013 | Visits: 596

Echo input with a time delay after each line This script echos the input with a time delay after each line. The input can be from standard input or a list of files on the command line, like the Unix 'cat' command. The delay between lines is adjustable, and defaults to 1 second. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 21, 2013 | Visits: 464

Window Coordinates Window Coordinates code creates a window (with the Win32 API) and displays the coordinates of the windows client area in pixels in the form of X-Axis, Y-Axis.The window can be moved, and the coordinates will be re-displayed with the new position. Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (52): Window Coordinates Download

Added: August 03, 2013 | Visits: 1.046

KeyBoard Input KeyBoard Input script allows your visitors to fill in a form field using a dynamic keyboard popup. Platforms: JavaScript

License: Freeware Size: 20.48 KB Download (46): KeyBoard Input Download

Added: March 29, 2013 | Visits: 542

Format Input Format Input script allows visitors to format the text entered in a textbox. Platforms: JavaScript

License: Freeware Size: 81.92 KB Download (52): Format Input Download

Added: June 25, 2013 | Visits: 477

Highlight active text input This script is easy to configure. All you have to do is to define how the active input should be highlighted. This is done by CSS. Then you have to call a function at the bottom of your page to initialize the script..textInput,textarea is the rule for the inputs when they're not highlighted. I'm... Platforms: JavaScript

License: Freeware Size: 10 KB Download (51): Highlight active text input Download

1 2 3 4 5 >