openaki.wordpress.com
akshatgupta « Akshat Gupta
https://openaki.wordpress.com/author/akshatgupta
Finally invoved in Open Source :). Getting hands dirty with Linux module. I have always been intimated by people who work on Linux kernel. This May I had the opportunity to make my own module. So here is my take on this. Here are some nice Links which I found:. TIP: Do not be scared to try out things … worst (and most) case is a reboot😉. TIP: Install logrotate as the log file will be becoming long very soon. TIP: The kernel stack space is only 4KB do not allocate space that is more than this. But the pr...
openaki.wordpress.com
2008 December 01 « Akshat Gupta
https://openaki.wordpress.com/2008/12/01
Finally invoved in Open Source :). On the bright side, I did make some projects that I am going to open source. On of them is a peer to peer file system with no centralized server. Tough this project was made for grading purposes but the spec can be easily changed to what ever is required. It taught me a lot and hope it comes useful to someone else😛 . Anyway I am looking forward to mid December to take a big break and if things go as planned I would love to get in touch with phpCairo again.
openaki.wordpress.com
2008 June 30 « Akshat Gupta
https://openaki.wordpress.com/2008/06/30
Finally invoved in Open Source :). Long Time No See. Its been a long time since I have posted anything … This might be due to the fact that I have learnt nothing new (which is not possible) or I had no time(Please kick the mentor for that). Along the way there were lot of renaming of files and functions due the the PECL nomenclature which really bugged me but I guess it is required to maintain the uniformity in various extensions. Thanks a lot Anant and Elizabeth. June 30, 2008. Long Time No See. Follow ...
openaki.wordpress.com
Pit Falls for “C side” php Extensions – I « Akshat Gupta
https://openaki.wordpress.com/2008/06/06/pit-falls-for-c-side-php-extensions-i
Finally invoved in Open Source :). Pit Falls for “C side” php Extensions – I. Just thought of documenting all the pit falls that I went through😉 :. 1 For returning an object from a method use init object ex() instead of init object() as this would help one to distinguish the object then and there so that there is no ambiguity. 2 Never forget to increase the reference count of an object so that the object is not destroyed earlier than expected . believe me it can happen! June 6, 2008. Long Time No See.
openaki.wordpress.com
phpCairo Tutorial – I « Akshat Gupta
https://openaki.wordpress.com/2008/05/27/phpcairo-tutorial-i
Finally invoved in Open Source :). PhpCairo Tutorial – I. Cant stop myself from writing this post I need to tell someone how the code will look on the php user space😉. Yes this tutorial is about implementing the Hello World Program🙂. Sur = new CairoImageSurface(0,400,400);. Con = new CairoContext($sur);. Con- select font face( Sans );. Con- set font size(50.0);. Con- set source rgb(0,1,0);. Con- move to(15,75);. Con- show text( Hello World );. Con- set source rgb(1.0, 0.0, 0.0);. May 27, 2008. Yes Cont...
openaki.wordpress.com
2008 May 27 « Akshat Gupta
https://openaki.wordpress.com/2008/05/27
Finally invoved in Open Source :). PhpCairo Tutorial – I. Cant stop myself from writing this post I need to tell someone how the code will look on the php user space😉. Yes this tutorial is about implementing the Hello World Program🙂. Sur = new CairoImageSurface(0,400,400);. Con = new CairoContext($sur);. Con- select font face( Sans );. Con- set font size(50.0);. Con- set source rgb(0,1,0);. Con- move to(15,75);. Con- show text( Hello World );. Con- set source rgb(1.0, 0.0, 0.0);. May 27, 2008. PhpCairo...
openaki.wordpress.com
2009 May 21 « Akshat Gupta
https://openaki.wordpress.com/2009/05/21
Finally invoved in Open Source :). Getting hands dirty with Linux module. I have always been intimated by people who work on Linux kernel. This May I had the opportunity to make my own module. So here is my take on this. Here are some nice Links which I found:. TIP: Do not be scared to try out things … worst (and most) case is a reboot😉. TIP: Install logrotate as the log file will be becoming long very soon. TIP: The kernel stack space is only 4KB do not allocate space that is more than this.
openaki.wordpress.com
akshat[at]php.net « Akshat Gupta
https://openaki.wordpress.com/2008/07/16/akshatatphpnet
Finally invoved in Open Source :). Yes … After a lot form filling(Trick Form) I have been granted the cvs access where i can push the cairo bindings (which was phpCairo) on to PECL. Lot of things changed on the way … the entire naming convention of each method was changed to Camel Case … Apart from that I had to remove all the traces of phpCairo and so its only Cairo now (Not so cool) . July 16, 2008. 1 Comment ». Comment by Elizabeth Smith. July 16, 2008 Reply. Leave a Reply Cancel reply. You are commen...
openaki.wordpress.com
phpCairo Update « Akshat Gupta
https://openaki.wordpress.com/2008/06/06/phpcairo-update
Finally invoved in Open Source :). This is for my mentor …. The Path class and the Pattern class have been completed …. I have tested them to some extent . but intensive tests are still to be carried out …. Any way …. June 6, 2008. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Long Time No See.