Razier

Personal Thoughts, Tech and More

Author: Raz

To enjoy peace

Those who knows me knows that I am a normally a tensed person who have difficulties on relaxing, this however does not mean I am always on my toes but in particular I view every action as a task and focus on completing the task on a serious matter. Perhaps way too seriously. Now having […]

Farewell and Hello

Yesterday was my last day at work, it was a heavy decision for me to part ways with my amazing colleagues. There were many up and down throughout my 7 years of tenure, but there were never once where I was truly alone; whenever I am stuck or needed help everyone was just a phone […]

The leap to the unknown

The past few years of my life has been a journey of ups and downs, and while I enjoy the little things in life; I had began to realize that I had stalled in multiple aspects of my life. It’s like standing at the middle of the edge, petrified of what things will be. That […]

AVF Doubleshock Controller Driver Windows 7 64bit

Sharing this since it seems a bit hard to find a 64bit driver for rumble operation. (Without this driver it would still work on Windows 7 but without vibration / rumble operation) The drivers within the zip file is for Windows 7 64bit p.s. This is for the hardware id USB\VID_0079&PID_0006&REV_0107 for what seems to […]

Recursive string search

Quick note on recursive string search within files on the scope of an entire directory and sub-directory. (Windows) Example findstr /S /L “stringtofind” *.txt Command Arguments Searches for strings in files. FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file] [/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]] strings [[drive:][path]filename[ …]] […]

Shuffle Array via Lotusscript

%REM Function arrayShuffle Description: Lotuscript Shuffle Array Function %END REM Function arrayShuffle(arrayData As Variant) As Variant Dim y As Integer Dim randomPos As Integer Dim tmp As Variant For y = 0 To UBound(arrayData) randomPos = Round(Rnd() * UBound(arrayData),0) tmp = arrayData(y) arrayData(y) = arrayData(randomPos) arrayData(randomPos) = tmp Next arrayShuffle = arrayData End Function

USB to Lan Fullwin FY-618SM

Since I manage to find the Driver CD, I am sharing it here. The drivers within the zip file is for Windows XP Windows 2000 Windows 98 Vista p.s. The manufacturer name is SUNRISING Semiconductor, Inc. and the device is called SR9600 USB To Fast Ethernet Adapter. USB to Lan Fullwin FY-618SM driver download