I don’t really know many people who write directly into a js file. I see them using some middleware to … More
Category: C-Langs
Everything about the C Language, and spin-offs, including pseudo spinoffs like PHP. [JavaScript and C# have their own sections.]
How to have your asp.net site convert images to embedable strings.
C# code to encode images into HTML How to embed these image into CSS How to embed these images into … More
When is your code done? When you finish the refactor refactor refactor rule.
Since unit test cases should be written before the actual code, you cannot say that code is done when the … More
Essential Links: Game, Web, & General Software Engineering
I finally added PHP and Java information to this page. Why? Read the Java notes. As for PHP, why not. … More
My current favorite collection of crypto libraries
http://openvpn.net/index.php/open-source/overview.html http://openvpn.net/index.php/open-source/documentation/miscellaneous/77-rsa-key-management.html http://www.openssl.org/ http://www.openssl.org/docs/HOWTO/ https://www.cs.auckland.ac.nz/~pgut001/cryptlib/ http://www.cryptopp.com/ http://sourceforge.net/projects/securid4dotnet/ I’ve directly linked to a few articles that I specifically like.
PHP cURL to check website availability
Originally posted on vienergie:
Website uptime and availability is important and you want your website to be always online available.…
C Code to get MAC Address and IP Address
Originally posted on vienergie:
Function in C to return the MAC Address: /* Returns the MAC Address Params: int iNetType…