https://www.developerfusion.com/t/open-source/code/sort/popularity/ Open Source Sample code from Developer Fusion 2006-05-20T02:00:00.00Z http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Determine execution time in PHP 2002-03-08T07:13:00.00Z This is based on the ASP script posted by Lio. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds. Gringod http://www.developerfusion.com/code/3944/how-to-create-xml-files/ How to create XML files 2003-08-13T10:23:00.00Z How to generate XML files in PHP using its new_child function. Edward Tanguay http://www.developerfusion.com/code/4601/create-hashes-md5-sha1-sha256-sha384-sha512/ Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512 2004-04-05T05:57:00.00Z In PHP its a simple task to generate hashes, but in C# it takes a little more work. We'll create a Hash class to simplify the process. David Cumps http://www.developerfusion.com/code/2667/storing-retrieving-pictures-from-database/ Storing / Retrieving pictures from database 2003-09-05T08:56:00.00Z This sample code demonstrates how to save and retrieve pictures from a database using PHP. Imthiaz Rafiq http://www.developerfusion.com/code/4590/executing-a-cs-file/ Executing a .CS file 2004-03-31T06:53:00.00Z Demonstrates how to write a C# program that can "launch" a .cs file and execute it. David Cumps http://www.developerfusion.com/code/1728/string-concatenation/ String Concatenation 2001-10-14T18:59:00.00Z How to join/append two strings together in VB James Crowley http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Get metadata on MySQL databases 2003-08-13T10:26:00.00Z An example of how to get metadata - such as all the databases on the server, all of their tables, and the corresponding field information for that table. Edward Tanguay http://www.developerfusion.com/code/1753/accessing-com-objects-from-php/ Accessing COM objects from PHP 2001-10-17T16:06:00.00Z How to load a Windows COM object from a PHP script Alt-PHP-Faq http://www.developerfusion.com/code/1839/tapi-application/ TAPI Application 2001-10-30T13:18:00.00Z This is a short application showing you how to create a small telephony application. S.S. Ahmed http://www.developerfusion.com/code/1750/replace-only-the-first-occurance-in-a-string/ Replace only the first occurance in a string 2001-10-17T15:51:00.00Z How to replace only the first occurance of some text in a string Alt-PHP-Faq http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/4670/large-number-operations/ Large Number Operations 2005-02-20T10:24:00.00Z What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these. Eric http://www.developerfusion.com/code/2122/creating-your-own-guids/ Creating your own GUIDs 2002-03-09T13:57:00.00Z GUIDs are a useful entity to guarantee that you have a unique name for a kernel object, Registered Window Message, clipboard format, or other object that must be guaranteed to be unique. However, there are times when a program needs to create a GUID; for example, a program that writes .h files. This essay tells how I created my own unique IDs. Joseph M. Newcomer http://www.developerfusion.com/code/1666/determine-if-a-variable-is-numeric/ Determine if a variable is numeric 2001-09-28T17:40:00.00Z How to determine if the contents of a variable is numeric James Crowley http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ A timer without a timer control 2001-07-14T14:48:00.00Z Thought this was impossible? Find out how with the AddressOf operator, and a bit of Windows API! MerrionComputing http://www.developerfusion.com/code/1754/output-number-with-leading-zeros/ Output number with leading zeros 2001-10-17T16:09:00.00Z How to output a number with leading zeros Alt-PHP-Faq http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ Screen Capture to the Clipboard 2001-10-13T10:23:00.00Z This is a very simple subroutine that illustrates a technique for capturing the bitmap of an arbitrary window, and then shows how to save it to the clipboard. Joseph M. Newcomer http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ How to Create a Sprite using MFC 2002-06-21T07:06:00.00Z This sample demonstarates how to create a bitmap, create a DC in MFC VC++, and then how to tell the DC to draw the bitmap David Nishimoto http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Interacting with TinyPic from C# 2006-05-20T02:00:00.00Z The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. Fernando Sanchez http://www.developerfusion.com/code/1780/asynchronous-process-notification/ Asynchronous Process Notification 2001-10-20T13:04:00.00Z This example consists of a simple dialog-based application that can launch another application and have the GUI remain alive while the launched process runs, instead of just blocking and being non-responsive. Joseph M. Newcomer