Search results 60

Sorted from new to old.
Card image
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

Card image
Delete_Unwanted_Rows

Delete rows in a different way I used to delete rows by looping through those ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
Counters

Finally, a neat simple js counter This one allows me to have negative counting, ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
GeneratePostID

Two functions to generate ID that is unique (not found in database) ...

Card image
ANmaRedirect

Simple redirecting function, used to direct users from one domain into another ...

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
Bootstrap 3 DateTime picker

Bootstrap 3 Date/Time Picker v4.17.47 An old, yet good date/time picker From ...

Card image
Bootstrap DateTime Picker

Date-Time picker in Bootstrap and Material Design

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
Detect if Browser supports Flash

Detect if Browser supports Flash or not ( using ShockwaveFlash.ShockwaveFlash) ...

Card image
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image
FilesCount_Swift

Count how many files in a folder, with no loop, faster if you just need all ...

Card image
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...

Card image
Digital Clock

Actually working digital clock JavaScript-based, refreshes every second Found ...