Archive for October, 2007

x-eye usb camera drivers

Friday, October 26th, 2007

x-eye usb camerathis was really hard to find (>10minutes in google).

Searched first for “x-eye” as it was the only writing on the camera.

Dead ends.

A forum post mentions looking at the device id when it is plugged in.

It was usb\vid_093a&pid_2468 and registered as an unknown device named “CIF Single Chip”.

Searching again revealed in another forum post drivers are actually made by ORITE.

Here are the x-eye usb camera driver files (drivers).

Jad Command Line Options

Friday, October 19th, 2007

This is README file for Jad - the fast Java Decompiler.
Jad home page
Copyright 2001 Pavel Kouznetsov (jad@kpdus.com).

0. Please read the disclaimer on the Jad home page.

1. Installation.

Unzip jad.zip file into any appropriate directory on your hard drive.
This will create two files:

- an executable file named ‘jad.exe’ (Windows *)
or ‘jad’ (*n*x)

- this README file

No other setup is required.
(more…)

Regular Expression to Strip FONT

Wednesday, October 17th, 2007

Regular expression to match style=”everything in here”

style=\"([0-9A-Za-z:\\;\\(\\)%\\-\\.s,\\/]+)\"

Here is the regular expression to strip the font and its contents.

<font[ a-z0-9="#]*>

And here is code to strip SPAN

<span[ a-z0-9="#:-]*>