-
Recent Posts
Recent Comments
luan78zao on Cavro XL-3000 Syringe Pump… luan78zao on Cavro XL-3000 Syringe Pump… Charles Yang on Cavro XL-3000 Syringe Pump… luan78zao on Repairing my Solis Crema SL90… Urs Kloter (Switzerl… on Repairing my Solis Crema SL90… Archives
Categories
Meta
Category Archives: Computers
C++: Outputting a string as hexadecimal characters…
… is easy with the boost format library: Digging the net for examples was not very productive, so I started my own approach: The trick is the “%x” which will output the numerical value (uint)s[i] as hexadecimal value.
Posted in code snippets, Programming
Leave a comment
How to save videos from ARTE +7 on your computer to watch them offline
[Edit (20141105)]: The old stuff below probably does not work anymore (at least, it’s pretty tedious to follow these weird instructions). ARTE has changed their web site makeup. What to do? -> Search for “ARTE greasemonkey” wih your favorite Google, … Continue reading
Posted in Computers
14 Comments
Installing the CodeLite IDE and the boost c++ Libraries
At least for the demo at here, and Windows 7, this worked for me. The solution for boost is pretty straightforward and as one would expect: Downloaded and installed the CodeLite IDE including MinGW and wxWidgets from here. Downloaded the … Continue reading
Posted in Computers, Programming
Leave a comment
Find a driver for 1a86:7523 usb to serial converter (W2K)
I intend to use this (in the beginning not so) nice dingy to attach serial ports over USB to a Virtual Machine running W2KSP4 on my Opensuse Linux notebook. Yep, you guessed right, many things in my collection have serial … Continue reading
Posted in Computers
9 Comments