When eye-candy and function meet, you get perfection. Now add ease of use and offloading of a few CPU cycles to the client and you get flot. It’s a JavaScript library for jQuery that creates beautiful diagrams from your raw data… just like that. It just works.
Take a look at this… awesome!
This picture was generated [...]
Archives for posts tagged ‘mysql’
flot: Javascript plotting for jQuery
Saturday, 23 January 2010
Python: Building MySQL-python 1.2.3c1 on Solaris 10 with MySQL 5.1.42
Thursday, 14 January 2010
Trying to build MySQL-python from source on Solaris 10 when using MySQL 5.1.42 (pkg from mysql.com) may fail with something like this:
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Dversion_info=(1,2,3,’gamma’,1) -D__version__=1.2.3c1 -I/opt/mysql/mysql/include -I/opt/alcatel/logger/include/python2.6 -c _mysql.c -o build/temp.solaris-2.10-sun4u-2.6/_mysql.o -g -mt -m32 -xarch=sparc -DHAVE_RWLOCK_T -DUNIV_SOLARIS -DUNIV_SOLARIS
gcc: warning: `-x arch=sparc’ after last input file has no effect
cc1: [...]
Perl: Net::MySQL affected_rows_length
Sunday, 10 January 2010
I just came across this minor issue in the pure Perl MySQL module Net::MySQL. There are a few open bugs, not much activity on the bug-tracker so who knows if this gets fixed — submitted it anyway.
Assuming an error like 1452 happened after a successful insert statement that inserted eg. 1 row. If you now [...]
Twitter Weekly for 2009-10-24
Saturday, 24 October 2009
RT @IMDb #IMDb turns 19 today. Thank you all. #
got a blinking cursor in firefox and scrolling with the keyboard sucks now? … disable “caret” mode by pressing F7 or via about:config. #
MySQL Python/Connector actually only works with Python >= 2.6, because of extensive use of the “as” keyword. https://launchpad.net/myconnpy #
“Everything will be okay in [...]

