Tech talk!

Discussing my experiences with technology!

Thursday, September 15, 2011

Virtualbox-Windows 8 developer preview installation error

›
Downloaded the Windows 8 developers preview yesterday but only to find I could not get it installed on a Oracle Virtualbox. I tried both 32...
4 comments:
Thursday, March 17, 2011

Wxpython snippet - A date time control

›
Make sure you have installed wxwidgets . # Create date control self.dateCtrl = wx.DatePickerCtrl(panel, -1, pos=(130, 70)) #create ...
Monday, March 7, 2011

C++ - Virtual functions

›
I came across an interesting question in an interview today. It was about virtual functions. I wanted to improve my understanding of virtual...
Friday, February 4, 2011

Yii web service and php soap client

›
A web service is a method of communication between two machines. The web methods are exposed for world wide access. Yii has support for im...
10 comments:

Read from Magtek card swipe reader in HID mode using libusb-win

›
This post deals with reading card swipe information from a Magtek USB Swipe Reader when set in HID mode. I used Visual Studio C++ Express E...
4 comments:
Tuesday, February 1, 2011

Iphone 4 does not mount on Ubuntu after iOS 4.2 upgrade - DBus Error

›
After I upgraded my iphone to iOS 4.2, I was not longer able to mount it on Ubuntu 10.10. Whenever I got plugged it in, I would get an error...
Monday, January 17, 2011

C++ - prime numbers

›
I was reading about algorithms the other day and came to know of a faster algorithm to find prime numbers. It is called the Sieve of Eratos...
3 comments:
‹
›
Home
View web version
Powered by Blogger.