-

HubSpot Forms (REST) API checkbox values
HubSpot doesn’t adequately explain how to pass in boolean values through its Forms API. I recently had to work with this API and wrote down some hints.
-

SHA2 Hash Generator
I recently wrote a Windows .NET application that generates SHA1/2 hashes for a given input. It has SHA1, SHA256, SHA384, and SHA512 support as well as PBKDF2 support (1-100,000 rounds).
-

OneDrive Linux Client Project Published – FOSS
A great foundation for a proper open-source community project that I really hope others will get involved with to grow this into a proper solution for Linux users seeking OneDrive connectivity.
-

Intel 8254x Ethernet Controller Example Driver
Writing a custom or hobby driver for the Intel 8254x series Ethernet controllers? I’ve been down that road before and luckily there are quite a few resources to help you along your journey. For starters, if you’re not already a member of OSDev.org, I’d highly recommend joining. They’re a great community and the wiki and…
-

How To Load A PKCS#11 library DLL in C / C++
In This Programming Tutorial We Show Using LoadLibrary() and GetProcAddress() to load an RSA PKCS#11 library with C and C++