29 Aug 2011 Omnima UK sell a tiny little board for less than £40, that runs on openWRT Linux and has ethernet, WiFi and a USB port. It seems to be a great base for simple projects, when we need more power than one arduino. Link to product I’ve ordered one to try something I […]
Month: August 2011
From your command line type tasklist to see all the tasks that are running. If you want to kill the instance of notepad++ which happened to crash (…), type: Taskkill /IM notepad++.exe /F
1 2 3 import ImageGrab img = ImageGrab.grab() img.save(’arkadian.png’,’PNG’)import ImageGrab img = ImageGrab.grab() img.save(‘arkadian.png’,’PNG’) A quick and easy way to take a snapshot of your current window. You can always use JPG, but the quality is better in PNG. Works in Windows and requires PIL.