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...
Advertisement
Multithreading with C# is an easy to learn tutorial in which the author gives suggestion for the programmers to choose C# threading in .NET threading. Here the author compares between java and C# threading process and gives several advantages of...
Extend the reach of SQL Server with SQLXML classes in .NET is an user friendly tutorial which concentrates on SQLXML, through which XML features can be used along with SQL server in .NET. In this tutorial the author explains about SQLXML classes...
Usage of Operator Overloading in C# is a tutorial for the beginners to know about the operator overloading feature in C#. Operator overloading is an object oriented feature which does not affect the actual meaning of the in-built operators of C#....
A Coding Convention for C Code is a multi-platform compatible script that makes it easier for us to read each other's code, here are a few guidelines to follow when writing C code.
Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...
Getting Started with C# is a tutorial for those who need to gather information about the C# language. In this tutorial the author explains the requirement for installing the C# software, how to download .NET software development kit, perform...
Focusing on the essential knowledge needed to quickly learn how to write Active Server Pages, this book teaches by example rather than theory. Containing 24 examples of ASP coding, with each followed by a detailed explanation, tips are given and...
This article is helpful for the programmers which guides the learners about the usage of random class with sample code snippets. The output of given code in this article will return a random number between 1 and 950000 using random class and the...
Like my earlier C function decorator, this recipe is designed to make it easier to interact with C by removing some of the boilerplate code from defining C structs in Python.
The website shows some examples of what can be done with Flash if it is used the right way. For some of the examples the source code (.fla) is available with good comments. The Web site developer, Stuart Schoneveld is one of the leading...
Some concrete examples of using object oriented principles in PHP along with plenty of sample code that helps guide you through the learning process.
Dream Controls is a set of five modules:With Dream Scripter you will be able to integrate VBScript, JavaScript, Perl, Python or Delphi scripting languages into your Delphi or C++ Builder applications. Now you can useDream Script Debugger to debug...
I originally posted this code in Recipe 577132 and this is a repost of that recipe with corrections since there was an error in the original recipe. Added here is an error analysis to show the effectiveness of the Laplace inversion method for...
There are plenty of ways to declare C-like enums in Python. This one tries to be minimalistic and with a nice syntax, (ab)using decorators.
The code is also available here: http://codespeak.net/svn/user/antocuni/hack/enum.py
This recipe is Python implementation of few lines of C-code that get useful information about current working console on Windows. It may be useful for console application to proper formatting output. Recipe need ctypes package to be installed.
Part 1: Retrieving Data From SQL Server 7.0 with C# is a tutorial in which the author shows the step-by-step process of creating table in Sql Server database, establishing the DSN connection and using various object of the ADO.NET it fetches the...
TurboExcel converts Excel spreadsheets to C++ code. / This helps developers create perfect code instantly. Whenever you have to write a new function, prototype it in Excel first, getting the logic working before writing a single line of code....
Shows the product code and serial number of a Thinkpad (of any computer with those information actually) and opens the Lenovo support and warranty pages for that system. It might work with other Lenovo computers too.
These are just some simple examples of how you can leverage the operator module to help gain performance with something like map (it works great with sort too). There are times where techniques like this may be necessary. Generally, you'd want... |