ANmarAmdeen 900

Card image cap
SettingRead+SettingSave

This is the final version of my set of Setting functions SettingRead, ...

Card image cap
IsThere1

Finds out if a file exists, can pass either mapped file path, or unmapped

Card image cap
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

Card image cap
FileDate_Formatted

Returns a formated version of file 'LastModified' date

Card image cap
RandBetween

Generating random number between two

Card image cap
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...

Card image cap
LogoutALL

Logs out Linkedin by running two commands One will open new window to logout ...

Card image cap
DB_AllRows

Returns all rows found from an SQL Query as string Separated by row and column ...

Card image cap
FilesIn + FilesIn_Count

Returns list of files found in a folder, list separated with custom separator

Card image cap
WordsCount

Counts the words in a string (using spaces)

Card image cap
Modal512

Bootstrap modal variable, my constant to use dynamically in code Edit: ...

Card image cap
ClearAllCookies

Clears all cookies created by Linkedin login, and clear sessions