Search results 246

Sorted from new to old.
Card image
Luhn

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

Card image
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image
Between_HTMLtag

Returns the full text found between HTML tag open and close by either and index ...

Card image
Times_inHours

Calculate the total number of hours between two times and return in format ...

Card image
LXFormat

Formats a number found at end of string to have additional leading zeros to ...

Card image
SubZero

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

Card image
NumberDigitImage

Creates list of images to represents a number. Basically multiple < img > tags ...

Card image
NumberEnding

Add st, nd, rd or th to end of number, can be used for dates also

Card image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

Card image
ReadBinaryBuffer

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

Card image
ReadBinaryChunk

Reads certain chunk of a file in binary. Used with large files (like ~7gb ...

Card image
ReadLastChars

Reads last some characters of a file, needs to see contents of large files that ...

Card image
Windows Common Controls 6.0

This is the needed library to have Windows Common Controls installed to be used ...

Card image
UnixDateTimeNumber

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

Card image
JsBarcode

Generate barcode in js Tested and works better than others

Card image
SwapNumbers

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