Search results 218

Sorted from new to old.
Card image
ImagesIn_Count

Counts number of image files found in a folder Images defined here are files ...

Card image
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image
DetectEmailServers

Detects mail servers available by returning number of available mail servers ...

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
Records Affected by Execute command

Records affected by sql Execute command https://docs.microsoft. ...

Card image
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image
Pagination call

How to read certain page from SQL table Originally from from http://social. ...

Card image
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image
IsPrime

Checks to see if a number is a primary number. Prime numbers are commonly found ...

Card image
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...