How to Parse Twitter's Date Time Format with C#
The Twitter API has its own custom date time format. Tue Dec 01 22:35:28 +0000 2015 DateTime.Parse will barf if you try to parse it. I searched around a bit and didn’t find a quick resolution. Lucki
The Twitter API has its own custom date time format. Tue Dec 01 22:35:28 +0000 2015 DateTime.Parse will barf if you try to parse it. I searched around a bit and didn’t find a quick resolution. Lucki
I was just setting up a new IFTTT.com recipe and got this error: “search query is too long or complex”. I did a bunch of poking around and discovered that my IFTTT->Twitter integration was disconn
Truth be told – I haven’t done a lot of ASP.NET dev over the last couple of years, but since I do a good amount of maker projects that involve webhooks, I had to checkout the new ASP.NET WebHooks feat
Scenario: You have a SQL Server database and you edit that data using Access. You make a schema change to the SQL Server table and you want that change to be reflected in Access. It’s easy, yet unintu
Hooking up a 16x2 LCD screen to a Particle Photon is pretty easy one you get it all wired up correctly and find the right library to use. I spent a bunch of time digging through forums to get this wor
I got some new monitors and went to go run my monitor color calibrator – HueyPro by Pantone – and saw that they didn’t have a Windows 10 driver. I pinged them to see if they had one and got this respo
I was just installing particle-cli on a new machine and got this error: Error: Can't find Python executable "python", you can set the PYTHON env variable. Super obvious what is going on – you need to
If you get this exception when connecting to an Azure SQL Database from Access: “Built-in function ‘has_dbaccess’ is not supported in this version of SQL Server.”, you are using the wrong driver. Her
I’m investigating automatic REST API SDK generation options and I’d like your help narrowing things down. We, at Power BI, have a REST/JSON API and our documentation is up on apiary, which supports “A
It took me a few minutes to figure out how to get the Power Pivot Excel Add-in installed, so I figured I’d do a post to save you some time. Instead of a download it’s actually already installed when y
[TLDR; I just joined Power BI and I’m hiring developers. Click here to jump to the job description and apply. Here are some of my previous blog posts to give you an idea of how I operate: On Work/Lif
I’m working on project that uses the Bing Maps Routing API and couldn’t find a way to easily convert a Directions URL that you would get from Bing.com/maps to the Bing Maps Routing API URL format, so
I found a usability bug in Amazon’s Wish List functionality…there’s no obvious way to change a Wish List name. After some searching I discovered that the “Edit list name” feature is in the “List Actio
](http://www.snapcircuits.net/) I recently bought my 5 year old kid a Snap Circuits Jr. SC-100 kit and the black wire broken almost immediately. It went on the shelf and sat for a while because I thou
Here’s a quick post to show you how to get your Particle Photon setup with Node.js. I also have instructions for doing so with PuTTY here. Put Photon in Listening Mode 1. Plug Photon into your compute
beakn is my Skype for Business (aka Lync) Status Light project that I have been building since late last year. Very simply, it’s a hardware device that will change color to Red, Yellow or Green as you
This post is all about just getting your Photon connected to WiFi with Windows. Particle has some slick iOS and Android apps to help you connect your Photons to Wifi and associate them with your accou
Here’s how to get your Particle Photon’s MAC address before you connect it to a WiFi network. 1. Connect your Photon to your computer’s USB port 2. Download putty 3. Open Device Manager and find out w
1. Plug Photon into laptop via USB 1a. Go ahead and install the Particle Photon driver now: https://particle.io 2. Put Photon into DFU mode. a) Hold down both Setup and Reset buttons b) Release the Re
I spent spent way too much time with this one. Hope this post saves you from doing the same. Here’s the exception we are dealing with: can’t be invoked from Azure WebJobs SDK. Is it missing Azure Web