Greatest projector / iPhone clone combo handset in the world now up for sale
N70 Mini Video Projector 2.4″ Touch LCD Dualband GSM Cell Phone * EMS
Brand: |
Model: |
IMEI: |
Format: |
Operating System: |
Special Features: |
LCD Screen: |
Touch Sensitive: |
Network Bands: |
SIM Slots: |
Data Connections: |
Bluetooth: |
Bluetooth Stereo Music Profile: |
Wifi/Wireless LAN/WLAN: |
Speakers: |
Memory Slot Type: |
Built-in/Included Memory: |
Digital Camera(s): |
JAVA: |
Playback Formats: |
TV Tuner: |
FM Radio Tuner: |
Voice Recording: |
Batteries: |
AC Charger: |
Phone Language(s): |
User’s Guide: |
Other Accessories Included: |
Manufacturer’s Warranty: |
http://www.gsmworld.com/roaming/gsminfo/index.shtml
23 Sep 2008
UPDATE:
- Type about:config
in Firefox’s address bar - Type: mousewheel.default.delta_multiplier_y
in the filter box - Change mousewheel.default.delta_multiplier_y’s value to 200 if you want to double it. I use 400.
1. Type about:config
2. Optional Type: mousewheel.withnokey
3. Set mousewheel.withnokey.sysnumlines to false
This makes Firefox use its own setting instead of the system-wide setting.
4. Change mousewheel.withnokey.numlines to how many lines you want to scroll at a time.
I use 8
Source: http://episteme.arstechnica.com/groupee/forums/a/tpc/f/99609816/m/480004345731
21 Sep 2008
The following resources allow you to edit any web page and print only what you need to save paper and/or ink.
-
Bookmarklets To use a bookmarklet, you need to bookmark it; either drag it to your bookmark toolbar or right click the link and choose bookmark this. Next, when you visit a web page you would like to edit, click on that new bookmark. My favorite one is PrintWhatYouLike, there is no extension to install and it is a very easy and efficient.
- PrintWhatYouLike Bookmarklet
- EditThis Bookmarklet (Demo)
- List of bookmarklets to remove (zap) annoyances from web pages
-
Firefox Extension
14 Sep 2008
This example Bash script replaces “.JPG” with “.jpg” recursively in the current directory (It can handle filenames with spaces):
#!/bin/bash
find ./ -type f -name "*.JPG" | while read FILE
do
newname=echo $FILE | sed s/.JPG/.jpg/
echo $newname
mv "$FILE" "$newname"
done
Convert all characters to lowercase:
#!/bin/bash
find ./ -type f -name "*" | while read FILE
do
newname=echo $FILE | tr 'a-z' 'A-Z'
echo $newname
mv "$FILE" "$newname"
done
06 Aug 2008
06 Aug 2008
It allows you to get Perl pre-compiled packages. You can avoid installing a C compiler which is needed for some packages (KinoSearch for example).
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/
Alternate packages repositories:
06 Aug 2008
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
06 Aug 2008
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
12 Jul 2008
04 Jun 2008
How to record a screencast with sound from the sound server (e.g.: ALSA) using ffmpeg:
ffmpeg -f oss -i /dev/audio -f x11grab -s 800x600 -r 15 -i :0.0 output.avi
28 May 2008
Batch renaming made easy with Renamer
“ReNamer is a very powerful and flexible file renaming tool, which offers all the standard renaming procedures, including prefixes, suffixes, replacements, case changes, as well as removing contents of brackets, adding number sequences, changing file extensions, etc. For advanced users, there is a PascalScript rule, which let users program their very own renaming rule. Program allows you to combine multiple renaming actions as a rule set, applying each action in a logical sequence, which can be saved, loaded, and managed within the program. In addition, it has an ability to rename folders, process regular expressions, Unicode capable, and supports variety of meta tags, such as: ID3v1, ID3v2, EXIF, OLE, AVI, MD5, CRC32, and SHA1.”
27 May 2008
- Free Satellite TV from United States
- Hulu
- Crackle
- TVU Network
- Satellite Receiver/antenna for your PC: SkyStar 2 TV PCI + Multytenne
- Watch PC-based TV, music and pictures on your TV (Hauppauge MediaMVP)
- Hack your MediaMVP
- Capture video from your computer and send it to the network (or hacked MediaMVP)
- MythTV (Free PVR/DVR software for your computer)
- Wireless N HD Media Center Extender (D-Link DSM-750)
- dontwatchme.com (Your new online television)
- Joost
- Beeline TV
- surfthechannel.com/
- eztv.it
27 May 2008
Sometimes, when you print to PDF using PDFCreator, you can get the following error on the last page of your PDF output: “ERROR: undefined […] OFFENDING COMMAND:_ […] STACK: [….]”
You can fix this problem following these instructions:
First, you must Rollback to PDFCreator 0.9.3 (unless a newer version then 0.9.5 is out).
Find the PDFCreator printer in the Printer and Faxes control panel. Right-click on it and select Properties:
Select the Advanced tab:
and select Print directly to the printer (this prevents spooling the PDF output to the disk twice). Now select the Device Settings tab:
and set Send CTRL-D After Each Job to No. Also change the Wait Timeout to 1 seconds:
Thanks to David Taft, Brent Powers and http://www.stat.tamu.edu/~henrik/GSWriter/GSWriter.html.
PS: If PDFCreator truncates, trims or cuts filenames, make sure the path is not too deep. Try copying your files to the root folder and see if it fixes the problem.
Note: I re-posted this solution with different keywords because I had a hard time finding it because it was specific to GhostScript/Redmon.
27 May 2008
20 May 2008
How to have AutoCAD publish to multiple PDF files instead of one PDF file with multiple pages:
The following variables need to be set to “0”:
PUBLISHCOLLATE = 0
BACKGROUNDPLOT = 0
In Sheet Set Publish Options, change the general DWF options “TYPE” from Multi-Sheet DWF to Single-Sheet DWF.
07 May 2008
InfraRecorder is another free open-source CD/DVD burning solution for Microsoft Windows.
Features
-
Create custom data, audio and mixed-mode
projects and record them to physical discs as well as disc
images. -
Supports recording to dual-layer DVDs.
-
Blank (erase) rewritable discs using four
different methods. -
Record disc images (ISO and BIN/CUE).
-
Fixate discs (write lead-out information to
prevent further data from being added to the disc). -
Scan the
-
Create disc copies, on the fly and using a
temporary disc image. -
Import session data from multi-session discs and
add more sessions to them. - Display disc information.
-
Save audio and data tracks to files (.wav, .wma,
.ogg, .mp3 and .iso).
07 May 2008
Bonding multiple network interfaces can be used for load balancing or fault tolerance.
Note: Bonding is also called port trunking or teaming.
05 May 2008
The AntennaWeb.org mapping program, provided by the Consumer Electronics Association (CEA) and the National Association of Broadcasters (NAB), locates the proper outdoor antenna to receive your local television broadcast channels.
Based on geographical maps and signal strengths, AntennaWeb locates the best antenna for you — whether the antenna is for use with a home satellite system, high-definition television (HDTV) or a traditional analog set.
12 Apr 2008
Keep track of you transactions and bank accounts. Also get a report of your spendings per categories.