
Genshin Impact Resin Calculator (Windows Application) that would help to calculate the remaining time it would take to be full. (Helpful to know when you need certain resin amount)
Genshin Impact Resin Calculator (Windows Application) that would help to calculate the remaining time it would take to be full. (Helpful to know when you need certain resin amount)
IP switcher is a windows utility that helps manages static ip address profiles that enables you to quickly apply fix ip address and/or proxy to a network adapter.
Unlike most network profile management tool, IP switcher does the very minimum ( set ip address to adapter/disable or enable proxy ) via the standard windows netsh command thus negating the common issues of a complex network profile management tool.
The network profiles are stored in individual JSON text format and thus can easily be transferred from one pc to another.
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
p.s. This is for the hardware id USB\VID_0079&PID_0006&REV_0107 for what seems to be a generic game pad (mine is labeled AVF Doubleshock Controller).
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[ ...]] /B Matches pattern if at the beginning of a line. /E Matches pattern if at the end of a line. /L Uses search strings literally. /R Uses search strings as regular expressions. /S Searches for matching files in the current directory and all subdirectories. /I Specifies that the search is not to be case-sensitive. /X Prints lines that match exactly. /V Prints only lines that do not contain a match. /N Prints the line number before each line that matches. /M Prints only the filename if a file contains a match. /O Prints character offset before each matching line. /P Skip files with non-printable characters. /OFF[LINE] Do not skip files with offline attribute set. /A:attr Specifies color attribute with two hex digits. See "color /?" /F:file Reads file list from the specified file(/ stands for console). /C:string Uses specified string as a literal search string. /G:file Gets search strings from the specified file(/ stands for console). /D:dir Search a semicolon delimited list of directories strings Text to be searched for. [drive:][path]filename Specifies a file or files to search. Use spaces to separate multiple search strings unless the argument is prefixed with /C. For example, 'FINDSTR "hello there" x.y' searches for "hello" or "there" in file x.y. 'FINDSTR /C:"hello there" x.y' searches for "hello there" in file x.y. Regular expression quick reference: . Wildcard: any character * Repeat: zero or more occurrences of previous character or class ^ Line position: beginning of line $ Line position: end of line [class] Character class: any one character in set [^class] Inverse class: any one character not in set [x-y] Range: any characters within the specified range \x Escape: literal use of metacharacter x \Word position: end of word For full information on FINDSTR regular expressions refer to the online Command Reference.
%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
Since I manage to find the Driver CD, I am sharing it here.
The drivers within the zip file is for
p.s. The manufacturer name is SUNRISING Semiconductor, Inc. and the device is called SR9600 USB To Fast Ethernet Adapter.
Steps taken to resolve:
Issue
Unable to query mail logs from the Message Tracking of the IMSS web console
Solution
1. Backup policy_event_bookmark
2. Modify the policy_event_bookmark
0000000000000000.polevt.imss.20080401.0001
in which 20080401 is the date to start import the data from
3. Restart the Trend IMSS services
Breakdown
<0000000000000194> = database table log entry
<20080401> = date
<0001> = count