Codepainters - blog.codepainters.com - Code Painters

Latest News:

Embedded Android from O’Reilly – finally! 29 Jan 2013 | 01:40 am

I've just received an e-mail about a new update of "Embedded Android" e-book available. Finally! It took 15 months to write all the chapters (the first early preview from October 2011 contained only 4...

Embedded Android from O’Reilly – finally! 29 Jan 2013 | 01:40 am

I've just received an e-mail about a new update of "Embedded Android" e-book available. Finally! It took 15 months to write all the chapters (the first early preview from October 2011 contained only 4...

How to get the CPU type on Mac? 28 Dec 2012 | 11:52 pm

For those (like me) missing /proc/cpuinfo badly: Sure, it only gives a CPU model, but well... It's still better than System Information level of details More detailed info can be obtained by printing...

How to get the CPU type on Mac? 28 Dec 2012 | 11:52 pm

For those (like me) missing /proc/cpuinfo badly: slimac:~ czajnik$ sysctl -n machdep.cpu.brand_string Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Sure, it only gives a CPU model, but well... It's still b...

Gevent monkey patching versus sniffer & nose 20 Nov 2012 | 05:25 pm

Unless you already know, gevent is a great library built on top of greenlet module and libevent event loop, that allows for easy coroutine-based cooperative multitasking in networked applications. By ...

Gevent monkey patching versus sniffer & nose 20 Nov 2012 | 05:25 pm

Unless you already know, gevent is a great library built on top of greenlet module and libevent event loop, that allows for easy coroutine-based cooperative multitasking in networked applications. By ...

Python care and feeding, the Dropbox way 17 Sep 2012 | 03:59 pm

I've just revealed (by pure accident, actually), that Dropbox client binary (i.e. Dropbox.exe file) is in fact a zip file with compiled Python files inside (.pyc files, that is). Interesting, huh? A c...

Python care and feeding, the Dropbox way 17 Sep 2012 | 03:59 pm

I've just revealed (by pure accident, actually), that Dropbox client binary (i.e. Dropbox.exe file) is in fact a zip file with compiled Python files inside (.pyc files, that is). Interesting, huh? A c...

WSGI deployment under a subpath using uWSGI and Nginx 5 Aug 2012 | 10:26 pm

It's relatively obvious how to deploy a WSGI application using Nginx, and there are many tutorials out there dealing with this very task. It took me quite a few minutes, however, to figure out how to ...

WSGI deployment under a subpath using uWSGI and Nginx 5 Aug 2012 | 07:26 pm

It's relatively obvious how to deploy a WSGI application using Nginx, and there are many tutorials out there dealing with this very task. It took me quite a few minutes, however, to figure out how to ...

Recently parsed news:

Recent searches: