https://www.developerfusion.com/t/open-source/code/ Open Source Sample code from Developer Fusion 2006-05-20T02:00:00.00Z 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/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/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/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/4514/cextstatuscontrolbar-managing-status-bars-panes/ CExtStatusControlBar - Managing status bar's panes 2004-03-09T06:17:00.00Z An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. Dmitriy Yakovlev 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/3088/php-port-scanner/ PHP Port Scanner 2003-09-05T08:47:00.00Z 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. Gringod 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/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/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/2118/handling-multiple-direct-odbc-calls-that-fail/ Handling multiple Direct ODBC calls that fail. 2002-03-13T15:13:00.00Z The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. Dale Harkness 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/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/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/1923/domain-scanner/ Domain scanner 2002-02-20T08:28:00.00Z This simple code gets a list of domains with a certain extension from google.com Akas Triono Hadi 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/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 http://www.developerfusion.com/code/1755/total-size-of-a-directory/ Total size of a directory 2001-10-17T16:10:00.00Z How to calculate the total size of a directory from a PHP script Alt-PHP-Faq 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/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