In a previous job I saw candidates come in who had C# experience primarily and they did well. They were bright and I think they had had some knowledge of C++ so that helped.
I'm attempting to get a MD5 hash of a file by reading it in through the HTML 5.0 File API. I'm doing something wrong as I can read the file in and get a hash but it isn't the same as the hash...
Second, not massively constructive to the thread but this is an interesting requirement, surely the installer is just a means to an end, it seems odd that you might need to...
In the end I created the web service from scratch. There is still some work to do to make it more conformant with standard web services but it's about there.
I'm struggling with a webservice at the moment. I can invoke the service from multiple clients and get a response. The problem is the server seems to be returning the XML that I want it to...
I suppose it doesn't help but I'm probably a little confused, I know what I want to achieve but don't quite know what it is called. Mod rewriting looks close but I'm not sure.
To give some context, I'm more of a newbie to putting a single modern web system together than any one technology. I have a question about incoming requests and returning the correct...
I know a group of indivudals who have listed their compression as lossless but to 70db PSNR. I will have to find a way to break it to them that they have been...
JVene, thanks for the reply. I understand that if there are differences expected you write some sort of abstraction so that you only need to change how you use the library code while your core code...
I started a foray into graphics programming using the Allegro 2D games programming library. It is a good library, but I now I want to look into using Open GL.
I am trying to write a game using the Allegro game programming library. I have a character class which I want to create six instances of. Each instance of the class is a separate character that needs...