Open Source Sample code from Developer Fusion https://www.developerfusion.com/t/open-source/code/ Open Source Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 20 May 2006 02:00:00 GMT 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 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 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 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 CExtStatusControlBar - Managing status bar's panes An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ http://www.developerfusion.com/code/4514/cextstatuscontrolbar-managing-status-bars-panes/ Tue, 09 Mar 2004 06:17:00 GMT Dmitriy Yakovlev 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 PHP Port Scanner An object-oriented port scanner class. Can be used for scanning any number of ports on a range of ip-addresses. Useful for checking you network for un-authorised webservers or possible trojans. http://www.developerfusion.com/code/3088/php-port-scanner/ http://www.developerfusion.com/code/3088/php-port-scanner/ Fri, 05 Sep 2003 08:47:00 GMT Gringod 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 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 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 Handling multiple Direct ODBC calls that fail. The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ Wed, 13 Mar 2002 15:13:00 GMT Dale Harkness 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 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 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 Domain scanner This simple code gets a list of domains with a certain extension from google.com http://www.developerfusion.com/code/1923/domain-scanner/ http://www.developerfusion.com/code/1923/domain-scanner/ Wed, 20 Feb 2002 08:28:00 GMT Akas Triono Hadi 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 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 Total size of a directory How to calculate the total size of a directory from a PHP script http://www.developerfusion.com/code/1755/total-size-of-a-directory/ http://www.developerfusion.com/code/1755/total-size-of-a-directory/ Wed, 17 Oct 2001 16:10:00 GMT Alt-PHP-Faq 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 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