Search results 199

Sorted from new to old.
Card image
bootstrap-linkpreview

Preview link js script uses jquery and bootstrap From

Card image
ContainerHTMLTag

Returns HTML tag of the container of certain location inside HTML block. ...

Card image
Subdomain to a folder

Redirects a subdomain into a folder child of main domain, named same as ...

Card image
Any2Dec

Converts a number of any base to decimal. Hexa to decimal, octa to decimal, ...

Card image
Web.config redirect

Redirect URLs to certain page passing its name. This is web.config from one of ...

Card image
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image
DB connection driver

What is the Driver part in ConnectionString

Card image
SubZero

Forces Excel to not convert numbers during moving them across sheets, or ...

Card image
ReadBinaryBuffer

Reads file in binary mode as blocks Starts reading from start in sequential ...

Card image
Convert_Dash_to_Zero

Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...

Card image
NavigatePost

Reads content of webpage with optional post data two main differences from

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
UnixDateTimeNumber

Calculates Unix date/time number of a given date/time. Needed it to pass ...

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...

Card image
SwapNumbers

Swap two numbers variables without using third variable A trick worth saving ...