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 unboxing value types, and also offers solutions for solving such problems inorder to improve the performance.
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#....
CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository. The code can be customized to suit your needs.
The source code can be easily ported to any common used operating...
This recipe draws a dendrogram (horizontal format used for evolutionary trees), as ASCII text, given as input a binary tree in the form of a tuple for each tree node. Tree leaves can be any Python object other than a length-2 tuple, and are...
graphical representation of the arrays
This article is to display the calendar of the present month or any other month, even for any years. There is no necessity to search your old diary or calender for the exact dates and months of any particular month and year. Use of DATE Jargon in...
DIRECTORIES: - SMALLPART/ smallpart.m clusterindex.m
- PARTITIONS/ partition.m cluster.m BLLSG.m
Both are based on the Cluster Polynomial Representation of binary words of arbitrary length. The...
MySQL2JSON can execute given MySQL and traverse the result set to generate a JSON representation of the data in the result rows and columns.
The JSON code that was generated gets returned as a string.
The aim of this project is to develop a full implementation of OSGi R4 in C++. Currently, there are a lot of projects in the academy as in the industry written in C++ that could take advantage of the features described by the OSGi specification.
This function takes in any base-10 integer and returns the string representation of that number in its specified base-n form. The code was inspired from http://code.activestate.com/recipes/65212-convert-from-decimal-to-any-base-number/ ,...
Python's built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This enhanced version of str() and unicode() can be used as handy functions to convert between byte string...
This code provides you a pluggable library for fast computation of mathematical expressions in C programs with x86 JIT compiler.
HWnd = GETHWND retrieves the current figure (gcf)'s underlying Windows handle, thus enabling integration of Matlab GUI in C/C++/C# programs.
HWnd = GETHWND(hFig) retrieves a specific figure's underlying Windows handle. hFig is a...
An implementation of data structures in C, for now there is a a dynamic list and stack, the rest are to come.
OpenGL Sanity Layer is an object-oriented 3D graphics API on top of OpenGL written in C++. It is designed not just to provide an encapsulation of OpenGL objects, but to provide a cleaner and more streamlined interface similar to Direct3D and hide...
The project contains classes for implementation of binomial option pricing model and Newton method for finding roots of a function in C++.
You are welcome to browse and download the source code.
Graphical Representation of Weekly Schedule By AJAX. The input schedule are XML format and AJAX help to visualize the input. It\'s useful to see the graphical representation of Weekly Schedule generated by AJAX It\'s very straight forward...
PlopProxy is a graphical HTTP proxy/tracer programmed in C, for Windows and Unix platforms. Its main features are : a simple GTK2 GUI, support for HTTP 1.0 and 1.1, log file export, syntax high-lighting and potentially HTTPS support at some later...
Yet Another Object Request Broker is an implementation of CORBA, written in C++
A simple, cross platform performance monitoring application specifically designed to be used with nVidia's instrumented driver and the NVPerfSDK to give a graphical representation of internal GPU counters. Support for non-GPU counters is also... |