Asus MyPal A686 PDA with GPS
- Introduction
- Package
- Pictures
- GPS accuracy
- Connecting to internet via bluetooth phone
- Troubleshooting
- Conclusion


Posted by: z24 | Sun, Jul 24 2011 |
Category: /hardware |
Permanent link |
home
Tagged as: bluetooth, google earth, gps, hardware, pda, phone
Panorado Flyer
License: freeware for private use
Author: Karl Maloszek
Install: yes
Size: 250 KBytes (114 KBytes installer)
Requirement: Windows with COM support
Panorado Flyer is a compact program that gathers GPS coordinates from Google Earth and writes them into images EXIF information.


Posted by: Z24 | Wed, May 04 2011 |
Category: /software/windows |
Permanent link |
home
Tagged as: freeware, google earth, gps, images, software, tools, windows
Regular expressions pattern options
In regular expressions there are some constructs that influence the way a pattern is matched:
- Non-greedy
?
- Non-capturing
(?:pattern)
- Positive lookahead
(?=pattern)
- Negative lookahead
(?!pattern)
- Positive lookbehind
(?<=pattern)
- Negative lookbehind
(?<!pattern)
- Testing regular expressions


Posted by: Z24 | Sun, Dec 23 2007 |
Category: /programming |
Permanent link |
home
Tagged as: perl, programming, regex, visual basic