Search

Cloud

Photo of clouds spelling cloud (actually a cunning crop of a sky writing advert).

Server Migration Complete

ITCHWY has migrated to a beefer box and a new OS and still seems to be working. Oh, and search is faster!

CodePlex Shutdown: Shapefile, Orb, StackHash and Blogger2BlogML Migration

CodePlex is gone. Shapefile, Orb, StackHash and Blogger2BlogML have been migrated to GitHib.

Using the Azure Monitor REST API from Google Apps Script

How to call the Azure Monitor REST API via OAuth from Google Apps Script. Worked example shows how to log average response time for an Azure App Service.

Backup locked files on Windows 10: Volume Shadow Copy Update

Command line tool that mounts a shadow copy of any NTFS drive in Windows 10 so you can grab a locked file or run a complete crash-consistent XCOPY backup.

Apparently you can’t build an alternative to Facebook without Facebook integration…

Altly prepares to launch an alternative to Facebook... and it has a Like button!

Reading and Writing Office 365 Excel from a Console app using the Microsoft.Graph C# Client API

How to read and write data to an Office 365 Excel workbook using the Microsoft.Graph client library from a C# console application.

Outlook/Office iCal feed 400 bad request error with C# WebClient

How to fix a 400 / bad request error with the C# WebClient when downloading an Office iCal feed.

Personal Finger Daemon for Windows

An impractical attempt to bring finger back (the awesome UNIX utility for pinging a person, so much better than Facebook!)

BadImageFormatException for a 64-bit ASP MVC web application

Visual Studio will try to use the 32-bit version of IIS Express to launch a 64-bit web application. Here's how to fix this problem by telling Visual Studio to use 64-bit IIS Express instead.