Search results 60

Sorted from new to old.
Card image
Captcha34

jQuery and bootstrap-based captcha, Restricted Content + Input Validator. ...

Card image
CSS Charts

Great articel about making charts in CSS. It has 3 main types, bar, column, ...

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
jQuery File Upload

File upload widget Handles images and other types, with php, go and python ...

Card image
Bootstrap-DatePicker

bootstrap-datepicker This is a fork of Stefan Petre's [original code](

Card image
FilesCount_Swift

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

Card image
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Files_MostRecentN

Gets most recent N files from a given folder. Uses Arrays, and the function ...

Card image
IsEven + IsOdd

Returns True if integer is even by using IsEven While IsOdd, will returns True ...

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

Card image
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

Card image
SQL Join

Different types of join in SQL. A good illustration image i found during my ...