lookup anyone
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 521
Wikipedia Lookup Extension 0.3.2
Lookups up the selected word in the Wikipedia encyclopedia. more>> Wikipedia Lookup Extension 0.3.2 is a powerful tool that makes it quick and easy to look up the selected word in the Wikipedia encyclopedia.<<less
Added: 2009-07-15 License: MPL Price: FREE
19 downloads
Geo::Lookup::ByTime 0.0.2
Geo::Lookup::ByTime is a Perl module to lookup location by time. more>>
Geo::Lookup::ByTime is a Perl module to lookup location by time.
SYNOPSIS
use Geo::Lookup::ByTime;
$lookup = Geo::Lookup::ByTime->new( @points );
my $pt = $lookup->nearest( $tm );
Given a set of timestamped locations guess the location at a particular time. This is a useful operation for, e.g., adding location information to pictures based on their timestamp and a GPS trace that covers the same time period.
INTERFACE
new( [ points ] )
Create a new object optionally supplying a list of points. The points may be supplied as an array or as a reference to an array. Each point may be a reference to a hash containing at least the keys lat, lon and time or a reference to an object that supports accessor methods called latitude, longitude and time.
If a coderef is supplied it is assumed to be an iterator that may be called repeatedly to yield a set of points.
add_points( [ points ] )
Add points. The specification for what constitutes a point is the same as for new.
nearest( $time [ , $max_dist ] )
Return a hash indicating the estimated position at the specified time. The returned hash has lat, lon and time keys like this:
my $best = {
lat => 54.29344,
lon => -2.02393,
time => $time
};
Returns undef if the position cant be computed. By default a position will be calculated for any point that lies within the range of time covered by the reference points. Optionally $max_dist may be specified in which case undef will be returned if the closest real point is more than that many metres away from the computed point.
If the requested time coincides exactly with the timestamp of one of the points the returned point will be at the same location as the matching point. If the time falls between the timestamps of two points the returned point will be linearly interpolated from those two points.
In an array context returns a list containing the synthetic point at the specified time (i.e. the value that would be returned in scalar context), the closest real point and the distance between the two in metres
my ($best, $nearest, $dist) = $lookup->nearest( $tm );
get_points()
Return a reference to an array containing all the points in ascending time order.
time_range()
Return as a two element list the time range from earliest to latest of the points in the index. Returns undef if the index is empty.
hav_distance($pt, ...)
Exportable function. Computes the Haversine distance in metres along the line described by the points passed in. Points must be references to hashes with keys lat and lon.
<<lessSYNOPSIS
use Geo::Lookup::ByTime;
$lookup = Geo::Lookup::ByTime->new( @points );
my $pt = $lookup->nearest( $tm );
Given a set of timestamped locations guess the location at a particular time. This is a useful operation for, e.g., adding location information to pictures based on their timestamp and a GPS trace that covers the same time period.
INTERFACE
new( [ points ] )
Create a new object optionally supplying a list of points. The points may be supplied as an array or as a reference to an array. Each point may be a reference to a hash containing at least the keys lat, lon and time or a reference to an object that supports accessor methods called latitude, longitude and time.
If a coderef is supplied it is assumed to be an iterator that may be called repeatedly to yield a set of points.
add_points( [ points ] )
Add points. The specification for what constitutes a point is the same as for new.
nearest( $time [ , $max_dist ] )
Return a hash indicating the estimated position at the specified time. The returned hash has lat, lon and time keys like this:
my $best = {
lat => 54.29344,
lon => -2.02393,
time => $time
};
Returns undef if the position cant be computed. By default a position will be calculated for any point that lies within the range of time covered by the reference points. Optionally $max_dist may be specified in which case undef will be returned if the closest real point is more than that many metres away from the computed point.
If the requested time coincides exactly with the timestamp of one of the points the returned point will be at the same location as the matching point. If the time falls between the timestamps of two points the returned point will be linearly interpolated from those two points.
In an array context returns a list containing the synthetic point at the specified time (i.e. the value that would be returned in scalar context), the closest real point and the distance between the two in metres
my ($best, $nearest, $dist) = $lookup->nearest( $tm );
get_points()
Return a reference to an array containing all the points in ascending time order.
time_range()
Return as a two element list the time range from earliest to latest of the points in the index. Returns undef if the index is empty.
hav_distance($pt, ...)
Exportable function. Computes the Haversine distance in metres along the line described by the points passed in. Points must be references to hashes with keys lat and lon.
Download (0.015MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Fuzz Engine 0.5
Fuzz Engine is an SDL/Mono-based 2D game engine. more>>
Fuzz Engine is an SDL/Mono-based 2D game engine that loads its games from XML so that anyone with a simple text editor can produce their own high-performance games in minutes.
Known problems: the platform game system is still pretty flaky.
<<lessKnown problems: the platform game system is still pretty flaky.
Download (0.38MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1119 downloads
LPQ Control 1.0
LPQ Control is a PHP script that parses the output of the lpq command. more>>
Anyone who has spent enough time in Linux probably believes that you can never have enough control.
LPQ Control PHP script is a tool that parses the output of the lpq command and provides a web interface that allows you to remove print jobs from a printer.
You need to make sure that Apache can execute the lprm command. For a
default Apache installation, you will need to add the following line to
your /etc/sudoers file:
apache ALL=(root) NOPASSWD:/usr/bin/lprm
This allows the PHP program to remove *ANY* specified print job.
<<lessLPQ Control PHP script is a tool that parses the output of the lpq command and provides a web interface that allows you to remove print jobs from a printer.
You need to make sure that Apache can execute the lprm command. For a
default Apache installation, you will need to add the following line to
your /etc/sudoers file:
apache ALL=(root) NOPASSWD:/usr/bin/lprm
This allows the PHP program to remove *ANY* specified print job.
Download (0.003MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1384 downloads
pingmon 2.2
pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.
Dont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
<<lessDont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
KaPooka 0.3
KaPooka project is a logic game involving pushing blobbies around and finding your way to the exit. more>>
KaPooka project is a logic game involving pushing blobbies around and finding your way to the exit.
Its kind of a cross between Sokoban and Pengo with regards to gameplay.
You move your red blobby around, pushing the green blobbies out of the way and finding the exit.
The game currently consists of 30 levels.
Anyone that feels like contributing other levels is most welcome.
<<lessIts kind of a cross between Sokoban and Pengo with regards to gameplay.
You move your red blobby around, pushing the green blobbies out of the way and finding the exit.
The game currently consists of 30 levels.
Anyone that feels like contributing other levels is most welcome.
Download (0.58MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1069 downloads
Pawn Project 0.3.1
Pawn Project is an easy-to-use desktop. more>>
The Pawn Project aims to make computing easy for anyone with an easy-to-use desktop environment.
How often have you felt that your computer could be smarter ? Arent you tired of the old drag and drop style desktop and the horribly command promps.
Well Open Pawn Projekt (OPP) is about to change all that. The Pawn shall make it possibly for you to command your computer exactly what you would like it to do.
Order it in plain and simple english or whatever your natural language is.
Pawn is written in Perl, TCL TK and C++. Just to make it so portable as possible. Currently it will run on any Unix/Linux system.
<<lessHow often have you felt that your computer could be smarter ? Arent you tired of the old drag and drop style desktop and the horribly command promps.
Well Open Pawn Projekt (OPP) is about to change all that. The Pawn shall make it possibly for you to command your computer exactly what you would like it to do.
Order it in plain and simple english or whatever your natural language is.
Pawn is written in Perl, TCL TK and C++. Just to make it so portable as possible. Currently it will run on any Unix/Linux system.
Download (4.58MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1647 downloads
SDLjump 1.0.0
SDLjump is a clone of the Xjump game. more>>
SDLjump is a clone of the Xjump game. Jump as long as you can!
SDLjump is a clone of the simple yet addictive game Xjump, adding new features like multiplaying, unlimited FPS, smooth floor falling, themable graphics etc...
The goal in this game is to jump to the next floor so you dont fall down. As you go upper in the Falling Tower the floors will fall faster.
Try to survive longer than anyone. It might seem too simple but once youve tried youll realize how addictive this is.
<<lessSDLjump is a clone of the simple yet addictive game Xjump, adding new features like multiplaying, unlimited FPS, smooth floor falling, themable graphics etc...
The goal in this game is to jump to the next floor so you dont fall down. As you go upper in the Falling Tower the floors will fall faster.
Try to survive longer than anyone. It might seem too simple but once youve tried youll realize how addictive this is.
Download (1.5MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1123 downloads
Kiosk Admin Tool 1.0
Kiosk Admin Tool is a Point&Click tool for system administrators. more>>
Kiosk Admin Tool is a Point&Click tool for system administrators to enable KDEs KIOSK features or otherwise preconfigure KDE for groups of users.
Enhancements:
- Fixed lookup of UNIX-groups in kiosktool-kdedirs
- Removed "Lock down system wide Desktop icons", it was not implemented
- Removed duplicate "Disable Menu Editing" entry
<<lessEnhancements:
- Fixed lookup of UNIX-groups in kiosktool-kdedirs
- Removed "Lock down system wide Desktop icons", it was not implemented
- Removed duplicate "Disable Menu Editing" entry
Download (1.1MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
882 downloads
SEO Rank Checker 2.1
Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization. more>>
Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization strategies to the next gear.
The web is a constantly changing place, expecially search engines, but there are numerous search engine optimization strategies that are consistant across all the major search engines, and are probably going to be very useful for a long time to come.
Read on to learn what they are and how to employ them in the development of your web site.
Main features:
SEO Rank Checker is a nice little script for checking your keyword status for a few select keywords without going through the trouble of checking the search engine result pages yourself.
- Automated fetching of the top 100 results for MSN, Yahoo and Google to check for your site.
- Easy to read, compare and print output
- Installation is super easy, just upload to your server and youre done!
- Super small script, just a few KBs of space!
<<lessThe web is a constantly changing place, expecially search engines, but there are numerous search engine optimization strategies that are consistant across all the major search engines, and are probably going to be very useful for a long time to come.
Read on to learn what they are and how to employ them in the development of your web site.
Main features:
SEO Rank Checker is a nice little script for checking your keyword status for a few select keywords without going through the trouble of checking the search engine result pages yourself.
- Automated fetching of the top 100 results for MSN, Yahoo and Google to check for your site.
- Easy to read, compare and print output
- Installation is super easy, just upload to your server and youre done!
- Super small script, just a few KBs of space!
Download (0.003MB)
Added: 2006-01-24 License: Freeware Price:
1371 downloads
Free Unlisted Phone Numbers Lookup Tool 2.0
With the Free Unlisted Phone Numbers Lookup Tool, You Can Input Unknown Numbers and Run them Across Databases of Phone Numbers to See if the Owners I... more>> <<less
Download (532KB)
Added: 2009-04-14 License: Freeware Price: Free
195 downloads
WoodPusher 0.1.1
WoodPusher is a chess application written in C# for the Mono framework. more>>
WoodPusher is a chess application written in C# for the Mono framework.
While in early development, the intention is for WoodPusher to become a full-featured chess application, including the ability to connect to ICS (Internet Chess Servers), play against engines such as Crafty, Phalanx, and gnuchess, and lookup positions in move databases.
Initially Were focusing on its ICS client abilities. This is a great project to get involved with if you want to get your hands dirty with some C# and Gtk#.
<<lessWhile in early development, the intention is for WoodPusher to become a full-featured chess application, including the ability to connect to ICS (Internet Chess Servers), play against engines such as Crafty, Phalanx, and gnuchess, and lookup positions in move databases.
Initially Were focusing on its ICS client abilities. This is a great project to get involved with if you want to get your hands dirty with some C# and Gtk#.
Download (0.14MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1556 downloads
Nmap Parser 1.11
Nmap Parser is a Perl module to ease the pain of developing scripts or collecting network information from nmap scans. more>>
Nmap Parser is a module that implements a interface to the information contained in an nmap scan. It is implemented by parsing the xml scan data that is generated by nmap.
This will enable anyone who utilizes nmap to quickly create fast and robust security scripts that utilize the powerful port scanning abilities of nmap.
Enhancements:
- Parsing of distance information was added. Ignoring of taskend, taskbegin, and taskprogress information was added.
- Tests for nmap 4.20 were added.
- The license was changed to the MIT-style.
- The "always null" bug for the service->protocol call was fixed.
<<lessThis will enable anyone who utilizes nmap to quickly create fast and robust security scripts that utilize the powerful port scanning abilities of nmap.
Enhancements:
- Parsing of distance information was added. Ignoring of taskend, taskbegin, and taskprogress information was added.
- Tests for nmap 4.20 were added.
- The license was changed to the MIT-style.
- The "always null" bug for the service->protocol call was fixed.
Download (0.035MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
862 downloads
AFELO 6.7
AFELO allows you to compress and send images to your webserver. more>>
AFELO allows you to compress and send images to your webserver.
Compressing images and sending them to your webserver has never been so easy before! AFELO allows to select images on your local computer, to resize and compress them and to send them to your server with only a few clicks!
AFELO is free and can be used by anyone! You can send your images to your OLEFA server (using your usual OLEFA username & password), to any other website (via FTP) or save them to your local computer.
AFELO can be used on any computer and is fully compatible with Microsoft Windows, Apple MacOS X and Linux/UNIX operating systems!
<<lessCompressing images and sending them to your webserver has never been so easy before! AFELO allows to select images on your local computer, to resize and compress them and to send them to your server with only a few clicks!
AFELO is free and can be used by anyone! You can send your images to your OLEFA server (using your usual OLEFA username & password), to any other website (via FTP) or save them to your local computer.
AFELO can be used on any computer and is fully compatible with Microsoft Windows, Apple MacOS X and Linux/UNIX operating systems!
Download (1.4MB)
Added: 2006-08-29 License: Freeware Price:
1151 downloads
Kanji Nirvana 1.3
Kanji Nirvana project is a learning tool for Japanese Kanji. more>>
Kanji Nirvana project is a learning tool for Japanese Kanji.
Kanji Nirvana is a tool for the assisted study of Japanese Kanji characters.
KanjiNirvana is a kanji reference and learning tool for Sharps SL5x00 and A300 Zaurus PDAs. It is aimed at students of the japanese language and anyone else who is interested in japanese characters.
One of the many difficulties students of the japanese language have to cope with, is the huge number of unique characters (kanji) they have to memorize.
Everyone who has tried to learn japanese knows the problem: When reading a text you very often encounter a kanji you havent memorized yet and a lot of time has to be spend finding the character in a kanji dictionary.
After finding it you normally would like to memorize it, so that you dont have to look it up again and again.
KanjiNirvana combines a flexible kanji lookup method with a simple kanji quiz for memorizing to help with these two common tasks.
Enhancements:
- editable hand multi-selectable itfield
- new "smart" quizz algorithm
- better conformance to QTopia desktop
<<lessKanji Nirvana is a tool for the assisted study of Japanese Kanji characters.
KanjiNirvana is a kanji reference and learning tool for Sharps SL5x00 and A300 Zaurus PDAs. It is aimed at students of the japanese language and anyone else who is interested in japanese characters.
One of the many difficulties students of the japanese language have to cope with, is the huge number of unique characters (kanji) they have to memorize.
Everyone who has tried to learn japanese knows the problem: When reading a text you very often encounter a kanji you havent memorized yet and a lot of time has to be spend finding the character in a kanji dictionary.
After finding it you normally would like to memorize it, so that you dont have to look it up again and again.
KanjiNirvana combines a flexible kanji lookup method with a simple kanji quiz for memorizing to help with these two common tasks.
Enhancements:
- editable hand multi-selectable itfield
- new "smart" quizz algorithm
- better conformance to QTopia desktop
Download (0.19MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1092 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above lookup anyone search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed