oldblog.antirez.com
Scripting branch released
http://oldblog.antirez.com/post/scripting-branch-released.html
Monday, 02 May 11. The scripting API was modified in recent versions of 'scripting' and '2.2-scripting' branch. Now Lua can call Redis commands using Redis.call('get',.) instead of Redis('get',.). Also the EVALSHA command is now available in both branches. So after some Lua C API crash course, roughly 400 lines of code, and 8 hours of work in two days, this is the result in the scripting branch at github. But most of the code is self contained in the scripting.c. The above example shows two important poi...
oldblog.antirez.com
About unique visitors of this blog - antirez weblog
http://oldblog.antirez.com/page/uniquevisitors
About unique visitors of this blog. An unique visitor in this blog is every access from a given IP address not seen in the previous 24 hours. Pagina creata il Sunday, 22 April 07 stampa. Welcome, this blog is about programming, web, open source projects I develop, and rants I love to share from time to time. From the point of view of a programmer that loves to define himself a craftsman. How to take advantage of Redis just adding it to your stack. Auto Complete with Redis. Everything about Redis 2.4.
mapidev.blogspot.com
yet another: December 2008
http://mapidev.blogspot.com/2008_12_01_archive.html
Yet another programming blog. Monday, December 1, 2008. After vain attemps to realize a good drag method in a web enviorment, i finally understand what i guess is the best way. A little bit of history :p . I started months ago, interested in web dashboard, to implement a dom-drag, i done but it works bad. Sometimes the dragged element "loose the focus" so the mouse pointer go ahead and the element stays back; then when i try to drag it once again it goes away far from mouse :p. This event should be set i...
mapidev.blogspot.com
yet another: Eclipse 3.5 SR1 Galileo (C/C++ IDE) devkitpro on Linux Mint 7
http://mapidev.blogspot.com/2009/10/eclipse-35-sr1-galileo-cc-ide-devkitpro.html
Yet another programming blog. Saturday, October 24, 2009. Eclipse 3.5 SR1 Galileo (C/C IDE) devkitpro on Linux Mint 7. Im trying different enviorment on which devel. Today i wanna keep information i found on how to set up an linux eclipse c/cpp IDE for nintendo DS programming. Especially this work for Linux Mint 7 but i guess this should work for most linux distros. So the way you have to follow is to download the latest eclipse version from the official site. Tar -C /opt/ -xvjf archivename. Follow the i...
mapidev.blogspot.com
yet another: Bluetooth Device Discovery in c language HOW TO
http://mapidev.blogspot.com/2009/11/bluetooth-device-discovery-in-c.html
Yet another programming blog. Tuesday, November 3, 2009. Bluetooth Device Discovery in c language HOW TO. Today i wanna show a simple how to about bluetooth programming. I will start witha brief theory follow by a full commented c source compile under linux. This two functions convert a string address in a bdaddr t (a defined structure which is a bluetooth device address) and viceversa. Str2ba (const char * str , bdaddr t * ba) ba2str (const bdaddr t * ba , char * str). Int hci get route (bdaddr t * addr).
mapidev.blogspot.com
yet another: November 2009
http://mapidev.blogspot.com/2009_11_01_archive.html
Yet another programming blog. Tuesday, November 3, 2009. Bluetooth Device Discovery in c language HOW TO. Today i wanna show a simple how to about bluetooth programming. I will start witha brief theory follow by a full commented c source compile under linux. This two functions convert a string address in a bdaddr t (a defined structure which is a bluetooth device address) and viceversa. Str2ba (const char * str , bdaddr t * ba) ba2str (const bdaddr t * ba , char * str). Int hci get route (bdaddr t * addr).
mapidev.blogspot.com
yet another: April 2009
http://mapidev.blogspot.com/2009_04_01_archive.html
Yet another programming blog. Wednesday, April 1, 2009. MySql Table to HTML Table. Happy april :p like CADIE. Well now i want to exctract a little preview form dbi. That should be useful to someone. Function in table($query, $repeat = 50) {. Result = mysql query($query);. Echo "Error: ".mysql error();. Counter = 0;. Echo " table ";. While($data = mysql fetch assoc($result) {. Echo " tr ";. If($counter % $repeat = 0) {. Fields = array keys($data);. Echo " th $field /th ";. Echo " /tr tr ";. Counter = 0;.
mapidev.blogspot.com
yet another: March 2009
http://mapidev.blogspot.com/2009_03_01_archive.html
Yet another programming blog. Tuesday, March 31, 2009. Actually im working on improve this args:. Change a little the workflow, and a query monitor will appear =). And XML Schema for Charting - a first implementation. Finally define a schema for a line chart and a xslt =). It should be nice to turn the schema into EBNF as another final example! Have a nice day! Friday, March 13, 2009. Xiaolin wu circle php implementation. In this post i will finally close this works: Xiaolin Wu look like circle. Alpha = ...
mapidev.blogspot.com
yet another: January 2010
http://mapidev.blogspot.com/2010_01_01_archive.html
Yet another programming blog. Tuesday, January 19, 2010. Yesterday i talked with an old friends! He helped me about finding a way to code "something". He is damn formal and accademic (and effective developers too), and i was so suprised on how two minds can works in sync. So we started to chill around a lil project, which maybe we are gonna to develop. That scheme will be the data structure to work and interact with a web-based tool. Nothing more, stay tuned. Subscribe to: Posts (Atom). My Dick In a Box.