Amazon utility computing web service
An uber cool use of web services, Amazon has released the “Amazon Elastic Compute Cloud (Amazon EC2)” web service, it’s in limited beta right now.
Check it out.
An uber cool use of web services, Amazon has released the “Amazon Elastic Compute Cloud (Amazon EC2)” web service, it’s in limited beta right now.
Check it out.
A Spec-tacular Failure - A rant by Jeff Atwood on why the ID3 spec totally suxx.
Google Code Project Hosting - A replacement for Sourceforge? - A good overview of google code base.
An Idiot’s Guide to Neural Networks - Something a programmer can use.
What’s new in JavaScript 1.7 - Looks like they took a lot of [...]
Check out PDF Online. This blog talks about the site http://www.pdfonline.com, I think it’s a very nice way to get your google rank up plus serves as a good marketing channel for the actual conversion product.
In our application we generate web service proxies at runtime itself using something similar to this. Initially we were generating the assembly in memory by using ICodeCompiler interface and setting CompilerParameters.GenerateInMemory to true. This works fine but throws an exception when you try to invoke a web service, the message of the exception goes something [...]
Getting system level access from a limited account in WinXp - This video shows how you can get “system” level access very easily on a WinXp box. Looks totally possible. The basic crux is that we run a scheduled task that launches command prompt, since scheduler is run by the system account, we get a [...]