Search results 657

Sorted from new to old.
Card image cap
InsertHyperlinks + GetHref

Converts https found in text into anchers < a > Comes with GetHref as bonus ...

Card image cap
FA5Icon_FromExt

Gets FontAwesome 5 icon for a file using its extension Used in MyDev website

Card image cap
SettingRead+SettingSave

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

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 formatted version of file 'LastModified' date. Pass parameter ...

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
InsertHyperlinks+GetHref

Changes all URLs or email addresses in a text into hyperlinks

Card image cap
WordsCount

Counts the words in a string (using spaces)

Card image cap
Form Maker

This is an application that creates a form in HTML depending on user specs

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

Card image cap
Make HTML File

This script will make a HTML file

Card image cap
No Cache

No cache on client browser

Card image cap
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

Card image cap
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my tools, very ...