Search results 131

Sorted from new to old.
Card image
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

Card image
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...

Card image
GetHeaders

Reads page headers into dictionary object. an example of using Dictionary in ...

Card image
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...

Card image
Hide SQL table

A simple easy way to hide tables in SQL Server

Card image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

Card image
ServerXMLHTTP stream

Using ServerXMLHTTP object to show (stream or download) and image , or any ...

Card image
Wrong file permissions

Fix to unable to delete file from FTP server after uploading using PHP function ...

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
Online JSON Formatter

Online JSON Formatter, helpful when you suck at json, found it during my search ...

Card image
FolderSize_Swift

Gets total of folder size in bytes. With some tweaks, you can modify it to use ...

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
Auth_User

Find the user name (and domain) for logged in user for in an internal intranet ...

Card image
IsThere2

Finds a file in giving its full path Similar to IsThere1 except this one uses ...

Card image
Max + Min

Calculate maximum of array of numbers or Minimum of array of numbers Also, ...