Open Source Sample code from Developer Fusion https://www.developerfusion.com/t/open-source/code/sort/popularity/ Open Source Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 20 May 2006 02:00:00 GMT Determine execution time in PHP 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. http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Fri, 08 Mar 2002 07:13:00 GMT Gringod How to create XML files How to generate XML files in PHP using its new_child function. http://www.developerfusion.com/code/3944/how-to-create-xml-files/ http://www.developerfusion.com/code/3944/how-to-create-xml-files/ Wed, 13 Aug 2003 10:23:00 GMT Edward Tanguay Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512 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. http://www.developerfusion.com/code/4601/create-hashes-md5-sha1-sha256-sha384-sha512/ http://www.developerfusion.com/code/4601/create-hashes-md5-sha1-sha256-sha384-sha512/ Mon, 05 Apr 2004 05:57:00 GMT David Cumps Storing / Retrieving pictures from database This sample code demonstrates how to save and retrieve pictures from a database using PHP. http://www.developerfusion.com/code/2667/storing-retrieving-pictures-from-database/ http://www.developerfusion.com/code/2667/storing-retrieving-pictures-from-database/ Fri, 05 Sep 2003 08:56:00 GMT Imthiaz Rafiq Executing a .CS file Demonstrates how to write a C# program that can "launch" a .cs file and execute it. http://www.developerfusion.com/code/4590/executing-a-cs-file/ http://www.developerfusion.com/code/4590/executing-a-cs-file/ Wed, 31 Mar 2004 06:53:00 GMT David Cumps String Concatenation How to join/append two strings together in VB http://www.developerfusion.com/code/1728/string-concatenation/ http://www.developerfusion.com/code/1728/string-concatenation/ Sun, 14 Oct 2001 18:59:00 GMT James Crowley Get metadata on MySQL databases 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. http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Wed, 13 Aug 2003 10:26:00 GMT Edward Tanguay Accessing COM objects from PHP How to load a Windows COM object from a PHP script http://www.developerfusion.com/code/1753/accessing-com-objects-from-php/ http://www.developerfusion.com/code/1753/accessing-com-objects-from-php/ Wed, 17 Oct 2001 16:06:00 GMT Alt-PHP-Faq TAPI Application This is a short application showing you how to create a small telephony application. http://www.developerfusion.com/code/1839/tapi-application/ http://www.developerfusion.com/code/1839/tapi-application/ Tue, 30 Oct 2001 13:18:00 GMT S.S. Ahmed Replace only the first occurance in a string How to replace only the first occurance of some text in a string http://www.developerfusion.com/code/1750/replace-only-the-first-occurance-in-a-string/ http://www.developerfusion.com/code/1750/replace-only-the-first-occurance-in-a-string/ Wed, 17 Oct 2001 15:51:00 GMT Alt-PHP-Faq Getting Started with Database Programming 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. http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Sun, 24 Feb 2002 11:24:00 GMT gigsv00 Large Number Operations 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. http://www.developerfusion.com/code/4670/large-number-operations/ http://www.developerfusion.com/code/4670/large-number-operations/ Sun, 20 Feb 2005 10:24:00 GMT Eric Creating your own GUIDs 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. http://www.developerfusion.com/code/2122/creating-your-own-guids/ http://www.developerfusion.com/code/2122/creating-your-own-guids/ Sat, 09 Mar 2002 13:57:00 GMT Joseph M. Newcomer Determine if a variable is numeric How to determine if the contents of a variable is numeric http://www.developerfusion.com/code/1666/determine-if-a-variable-is-numeric/ http://www.developerfusion.com/code/1666/determine-if-a-variable-is-numeric/ Fri, 28 Sep 2001 17:40:00 GMT James Crowley A timer without a timer control Thought this was impossible? Find out how with the AddressOf operator, and a bit of Windows API! http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ http://www.developerfusion.com/code/1090/a-timer-without-a-timer-control/ Sat, 14 Jul 2001 14:48:00 GMT MerrionComputing Output number with leading zeros How to output a number with leading zeros http://www.developerfusion.com/code/1754/output-number-with-leading-zeros/ http://www.developerfusion.com/code/1754/output-number-with-leading-zeros/ Wed, 17 Oct 2001 16:09:00 GMT Alt-PHP-Faq Screen Capture to the Clipboard 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. http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ http://www.developerfusion.com/code/1708/screen-capture-to-the-clipboard/ Sat, 13 Oct 2001 10:23:00 GMT Joseph M. Newcomer How to Create a Sprite using MFC 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 http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ http://www.developerfusion.com/code/2471/how-to-create-a-sprite-using-mfc/ Fri, 21 Jun 2002 07:06:00 GMT David Nishimoto Interacting with TinyPic from C# 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. http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Sat, 20 May 2006 02:00:00 GMT Fernando Sanchez Asynchronous Process Notification 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. http://www.developerfusion.com/code/1780/asynchronous-process-notification/ http://www.developerfusion.com/code/1780/asynchronous-process-notification/ Sat, 20 Oct 2001 13:04:00 GMT Joseph M. Newcomer