An Examination of .NET and How and Where ASP.NET Fits In is an article which describes you about the .NET framework and how ASP.NET fits into that framework. The author also discusses about how a source code is translated into an executable...
Advertisement
Working with a Code Behind Class and the @Page Directive is a simple tutorial through which ASP.NET programmers can get an idea about page directive and its attributes. The author describes the process of working with code-behind class for using...
A Practical Comparison of ADO and ADO.NET - Part II is an article in which the author compares the recordset of ADO with the Rowset of the ADO.NET. The rowset of the ADO.NET belongs to the OleDbDataReader and SqlDataReader classes. Using Recordset...
A Practical Comparison of XSLT and ASP.NET is an article in which the author shows you the diference in the performace of ASP.NET and XSLT. The author compares both ASP.NET and XSLT by providing the solution for getting the XML data and convert it...
A Quick Comparison of ADO and ADO.NET - Part I is an interesting article in which the author discusses about the difference between ADO and ADO.NET. ADO 2.x contains 9 classes to perform various database operations. But in ADO.NET you have two...
Take Advantage of Streams and Formatters in VB.NET is a web based tutorial in which the author gives details about basic concepts of stream, which is originated from UNIX that act as a channel for data flow. The author offers details for the...
Web version of a popular dice game. Collect emails and generate banner ad revenue while users play. There are two configurable prizes: one is given away weekly to the user with the highest score and the other is a progressive jackpot that grows...
Breakoutx is a funny game of dexterity and ability where the uniques rules is not to leave fall a lovable ball and to rebound it in a bar to break blocks Every 10,000 points a live is gived to permit a major duration of the game. There...
Source code of Inno Setup - free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Edit and visualize source code of files Delphi project and Pascal. This version is language portuguese/brazil. Governador Valadares, MG - Brazil.
This code extends the pickle module to enable pickling of functions and classes defined interactively at the command prompt. You can save the interpreter state by pickling the __main__ module and restore it later.
PathCatcher is a Windows utility that allows one to right-click on a file or a folder or a group of files and folders in Explorer and save its path to the clipboard.
To install, save the code as PathCatcher.py, then double-click the...
The doctester extracts code from stdin and tests it using the doctest module in the standard library. It can be invoked from the command line, but it is best called from you editor of choice. I just give an example for Emacs.
This code shows how to call the low-level POSIX interface of Python, and handle the return values with the struct module.
IPN Interface Tool Is a set of Perl and HTML code for Developers to creat their own IPN Interface to PayPals Shopping Cart or Single Item Sales, and back-end database (MySQL & PostgreSQL).
Easy Editor is a set of components and controls, allowing integration of highly flexible editors and memos. With Easy Editor you can view and edit Delphi, C++, HTML, Perl and other languages source code. Easy Editor includes all key features of...
This context manager provides a convenient, Pythonic way to temporarily replace the file descriptors of stdout and stderr, redirecting to either os.devnull or files of your choosing. Swapping the C-level file descriptors is required when...
Returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a...
This is a large collection of date and time scripts.
This will run through a section of text and change all occurrences of a word into something else using the PHP str_replace function. |