
VIVEKR.WORDPRESS.COM
Name it Later | Programming is an ART. Code is a Poem.Programming is an ART. Code is a Poem. (by Vivek Ragunathan)
http://vivekr.wordpress.com/
Programming is an ART. Code is a Poem. (by Vivek Ragunathan)
http://vivekr.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
1.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
1.529 sec
SCORE
6.2
Name it Later | Programming is an ART. Code is a Poem. | vivekr.wordpress.com Reviews
https://vivekr.wordpress.com
Programming is an ART. Code is a Poem. (by Vivek Ragunathan)
Name it Later | Programming is an ART. Code is a Poem. | Page 2
https://vivekr.wordpress.com/page/2
Programming is an ART. Code is a Poem. April 14, 2006. This DSCTOR is very much necessary, else the exception thrown will not be caught as the one thrown and you will get this excepetion The constructor to deserialize an object of type MyException was not found. If any custom data needs to be transferred with the MyException thown, it must be added to the SerializationInfo object on the call to GetObjectData() and to take them from this object in this secondary [deserialization] constructor. It compiled ...
Where is my C++ ? | Name it Later
https://vivekr.wordpress.com/2006/05/04/where-is-my-c
Programming is an ART. Code is a Poem. Where is my C? I am not sure why I am writing this. Is it the fear or sorrow of getting away from C? Or am I just expecting much elegant syntax and features like in C#? That is the way I consoled myself. But I wish that C never go exile in my programming life. This entry was posted on Thursday, May 4th, 2006 at 6:10 am and is filed under General. You can follow any responses to this entry through the RSS 2.0. Feed You can leave a response. From your own site. An eff...
Implementing COM OutOfProc Servers in C# .NET !!! | Name it Later
https://vivekr.wordpress.com/2006/04/26/implementing-com-outofproc-servers-in-c-net
Programming is an ART. Code is a Poem. Implementing COM OutOfProc Servers in C# .NET! Implement IClassFactory in a class in .NET. DllImport(ole32.dll)] private static extern int CoRegisterClassObject(ref Guid rclsid, [MarshalAs(UnmanagedType.Interface)]IClassFactory pUnkn, int dwClsContext, int flags, out int lpdwRegister); [DllImport(ole32.dll)] private static extern int CoRevokeClassObject(int dwRegister);. Use these functions to register your own IClassFactory. Feed You can leave a response. You are c...
out, ref and InvokeMember !!! | Name it Later
https://vivekr.wordpress.com/2006/05/12/out-ref-and-invokemember
Programming is an ART. Code is a Poem. Out, ref and InvokeMember! When I was working on the .NET reflection extravaganza thing that I explained in my previous column, i learnt one another interesting thing, that is about the Type.InvokeMember. How will pass out or ref parameters for the method invoked using Type.InvokeMember? If you are going to invoke a method with the prototype. Int DoSomething(string someString, int someInt);. Then you would use InvokeMember like this:-. Object[] args = new object[2];...
mov(wordpress, livespaces); | Name it Later
https://vivekr.wordpress.com/2007/01/26/movwordpress-livespaces
Programming is an ART. Code is a Poem. Mov(wordpress, livespaces);. I no longer blog here. Visit me @ http:/ vivekragunathan.spaces.live.com. This entry was posted on Friday, January 26th, 2007 at 1:07 am and is filed under Programming. You can follow any responses to this entry through the RSS 2.0. Feed You can leave a response. From your own site. Laquo; Previous Post. Mov(wordpress, livespaces);. April 8, 2016 at 1:27 pm. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
TOTAL PAGES IN THIS WEBSITE
10
UNDER CONSTRUCTION
Is currently UNDER CONSTRUCTION. This Web site is currently under construction. Please be sure to visit this Web site again in the near future! This is your current default homepage; it has been setup with your new account. To update this Under Construction page, please replace your index.html file.
Vivek Puri's Blog
Vivek Puri’s Blog. November 25, 2014 • 9:02 am. Airtel Dongle and iMessages. Ps -ef grep imagent. Kill -9 { pid}. In the above code, line 2, the pid would the process id of imagent process that you get from line 1. Once you run the above commands, try using the connecting to each of your Google Talk accounts from iMessages. April 10, 2013 • 6:42 am. MapReduce on Google AppEngine SDK 1.7.6. We recently upgraded to Python 2.7 webapp2 forced in part by the SDK release 1.7.6. For the Google AppEngine. Well i...
Vivek's Test Blog
Monday, October 21, 2013. எல்பராடிக்கு இந்திராகாந்தி அமைதி விருது. எல்பராடிக்கு இந்திராகாந்தி . http:/ lnk.im/mClIO. Sdhfoishdofhsodfhsohfoshdfos . http:/ lnk.im/1a1Bjqt. Sdhfosdhfosdhfosdhofghsodfghosdhfgosh . http:/ lnk.im/GZ8YId. Friday, October 14, 2011. Acer Aspire S3 Ultrabook review. Until now, Windows fans have had precious few alternatives to the MacBo . http:/ p.ost.im/p/eMMMXR . http:/ lnk.im/oVUzLq. Huawei blocked from first responder network contract, US cites national security concerns.
an austere mind and its weird thoughts...
An austere mind and its weird thoughts. Sunday, November 25, 2012. The tale of the two. I was never someone who sided with the favorites. Anywhere. Any time. It was always the underdogs. Karthik will stick with Brazil, I will switch between France, Germany, Portugal and Greece as the Football World Cups progress. And he will go with Arsenal but the reds were my favorites - I knew well that they were in such a mess - forget winning even being in the top half of the table was a struggle. Ganguly retired an...
Electronics Blog - Taking Electronics Further
Advanced Home Automation Using Raspberry Pi, Arduino and Node.js : heimcontrol.js. September 24, 2013. Home Automation is one of the popular topic among the Electronics hobbyists because its still under heavy development and you cannot find good commercial and universal home automation system. Hobbyist naturally get attract by things that still not commercialized and much space for improvement to the … [Read more.]. Filed Under: Electronics Projects. Tagged With: Home Automation. August 14, 2013. Raspber...
Name it Later | Programming is an ART. Code is a Poem.
Programming is an ART. Code is a Poem. Mov(wordpress, livespaces);. January 26, 2007. I no longer blog here. Visit me @ http:/ vivekragunathan.spaces.live.com. Posted by Vivek Ragunathan. Out, ref and InvokeMember! May 12, 2006. When I was working on the .NET reflection extravaganza thing that I explained in my previous column, i learnt one another interesting thing, that is about the Type.InvokeMember. How will pass out or ref parameters for the method invoked using Type.InvokeMember? Object[] args = ne...
Vivek Raghavan | Just another WordPress.com weblog
Just another WordPress.com weblog. September 17, 2009. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Create a free website or blog at WordPress.com. Follow “Vivek Raghavan”. Get every new post delivered to your Inbox. Build a website with WordPress.com.
Vivek Raghuram
Vivekraghuram.com" me@vivekraghuram.com. University of California Berkeley. Blueprint - External VP. Dec 2014 - Current. Managing relationships with companies and developing the Blueprint brand. Blueprint - Project Leader. May 2014 - Dec 2014. Worked directly with our client, RE-volv, to develop a crowdfunding app to spread solar to communities. Led a four person team in designing and developing the application and reviewed all their code. Developed a custom payments model and integrated DjangoCMS. Plann...
A Developer's Experience – The romantic image of an über-programmer is someone who fires up Emacs, types like a machine gun, and delivers a flawless final product from scratch. A more accurate image would be someone who stares quietly into space
A Developer's Experience. The romantic image of an über-programmer is someone who fires up Emacs, types like a machine gun, and delivers a flawless final product from scratch. A more accurate image would be someone who stares quietly into space for a few minutes and then says Hmm. I think I’ve seen something like this before John D. Cook. The Court Room Climax. C 0x Like Algorithms. C /CLI Primer – An Apress Book. Earlier this year, I wrote. C /CLI Primer on LeanPub.com. A couple of months back Apress.
Vivek Ragupathy - Middleware Administrator | Web Developer | Programmer | Computer Explorer
I am working as a Middleware admin in an organisation. I create beautiful web interfaces for the digital world. I am focused on the learning new things daily. I worked with so many big clients. I am the king. Middle St, Madukkur North, Pattukkottai. Lead UX Designer 2011 - Present. Worked in so many projects for best clients around the world and i get so many experiences based on my job. Game Designer 2007 - 2011. Also i have designed levels of some cool games everyone plays. Web Developer 2004 - 2007.
SOCIAL ENGAGEMENT