Search results 168

Sorted from new to old.
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
IsPrime

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

Card image
ProtectText + UnProtectText

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

Card image
MetricToUSStandard

Converts a Metric Measure into a US Standard Measure. Arguments: ...

Card image
USStandardToMetric

Converts US Standard Measure into a Metric Measure. Arguments: ...

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image
Error_Raise

To raise a friendly error message with option to show custom error number and ...

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
Num2En

Convert number to English words, convert 450 to 4 hundreds and fifty dollars

Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...