Python and Bitwise Rotation
The other day I found myself wondering how to perform bitwise rotations in Python, particular bit rotations (circular shifts). There’s lots of complex ways to do it – bitstring, bitarray, and […]
The other day I found myself wondering how to perform bitwise rotations in Python, particular bit rotations (circular shifts). There’s lots of complex ways to do it – bitstring, bitarray, and […]
After my recent experiments with the Logos RGB backpack I stumbled upon the Colorduino (a cousin if not a descendant of the Rainbowduino), which is a very interesting little device! It not […]
Note: this is directed at Python 2.7 developers, but the same principles should apply to Python 3.x as well. First, a shout-out for the Unofficial Windows Binaries for Python site: as […]
As mentioned in a previous post, I recently bought an RGB LED Matrix “backpack” (with 8×8 RGB LED display) created by Logos Electromechanical. It’s an open design, and you can […]
Note: In the course of all this I created an improved Arduino I2C bus scanner. Check it out! First, a thank-you to Pierce from Logos Electromechanical who clued me in […]
I had a great time at Maker Faire this weekend! I picked up a few items which I’ll quickly summarize here: First, I snagged a BeagleBone Black kit. I haven’t […]
Tonight I moved my installation of Eclipse to another folder. I made sure to update the registry accordingly… this is where NirSoft’s free RegScanner utility came in handy: it’s something like […]
> I’ve finally posted some hobby code to Github! < In this case, an Arduino project I’ve been dabbling with for a few weeks now… I’ve successfully combined a Wii nunchuck controller […]
Update 2016-08-25: LTSpice XVII is out! It doesn’t look that different from IV but it’s definitely improved under the hood. There is a quirk though: it installs a set of component […]