GLOBALSAT BU353 Waterproof USB GPS Receiver
GARMIN 010-00321-00 GPS 18 Deluxe USB SensorThe Globalsat BU-353 would be my first choice, it has very good reviews and it is waterproof.
December 6th, 2008 Alex Posted in electronics, hardware, linux, windows Comments Off
GLOBALSAT BU353 Waterproof USB GPS Receiver
GARMIN 010-00321-00 GPS 18 Deluxe USB SensorThe Globalsat BU-353 would be my first choice, it has very good reviews and it is waterproof.
December 5th, 2008 Alex Posted in linux, web, windows Comments Off
There are only 3 files you need to backup:
You can find those in your Firefox profile:
~/.mozilla/firefox/xxxxxxxx.default/
You can then copy those file to another computer in your Firefox profile to use them.
August 6th, 2008 Alex Posted in cad, windows Comments Off
Autocad plot pdf text as text with PDFCreator (instead of images of text):
File - Page Setup Manager - Manage Page Setups - Page Setup Manager - Modify - Printer/Plotter, PDFCreator.pc3, Properties - Graphics - True Type Text - True Type Text as Text
August 6th, 2008 Alex Posted in linux, productivity, windows Comments Off
For example, you have 2 sheets, Sheet1 and Sheet2: they both have a list of part numbers in column A and a list of prices in column B. You want to compare the prices for the same part numbers in each sheets. One way to do this is to copy the prices from Sheet1 to Sheet2 in a third column and then use conditional formatting to highlight the different prices:
Copy this formula in cell C2 of Sheet2 (and then drag it down to the cells below):
=INDEX($Sheet1.A$2:B$3001;MATCH(A2;$Sheet1.A$2:A$3001;0);2)
This formula assumes that there is a maximum of 3000 different products in Sheet1 (starting at cell A2).
Sample file:compare_four_columns.ods
July 17th, 2008 Alex Posted in linux, perl, programming, windows Comments Off
The following perl scripts index *.txt in the current folder and search for “TEST”. The first one is using Perl’s KinoSearch module and the other one is using Plucene. KinoSearch is alot faster then Plucene and also gives better results.
(right click to download)