Sorting a table without using the sort function Sorting a table without using the sort function Getting started Pseudocode The coding Getting started First of all we initialize a... Oct 22, 2009Programming > Languages > Perl |
Axis 2 [Part 1] Axis 2 [Part 1] Intro Runtime Axis2 : WSDL2Java Axis versions Notes Intro The concept of Web service revolves around the three... Oct 22, 2009Programming > Languages > Java |
VBA macro to move to the cell 'underneath' VBA macro to move to the cell 'underneath' Issue Solution Issue If you need need VBA macro to move to the cell 'underneath' the... Oct 8, 2009Programming > Languages > Visual Basic |
Generating random numbers with rand() Generating random numbers with rand() You may have noticed when using the rand() found in the standard library of C language, you often... Oct 3, 2009Programming > Languages > C Language |
[C language]Handling 64-bit integers [C language]Handling 64-bit integers Unsigned 64-bit integer Example: Signed 64-bit integer Example: Basically in C language, an... Oct 3, 2009Programming > Languages > C Language |
[C Language] finding the square root of a number [C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number.... Oct 1, 2009Programming > Languages > C Language |
INLINES FOR C++ INLINES FOR C++ Definition Inline and headers Definition The keyword inline apply to a function under C++ by indicating that each call... Sep 29, 2009Programming > Languages > C++ Language |
Assembly - Multiplication by a constant Assembly - Multiplication by a constant Short intro Multiplication under assembly Short intro Assembly languages are set of low-level... Sep 26, 2009Programming > Languages |
X86 assembly occurrence of a character x86 assembly occurrence of a character Introduction Issue Solution Explanation Introduction The small assembly exercise below is for... Sep 26, 2009Programming > Languages |
Conversion of an IP address 32-bit Conversion of an IP address 32-bit We will make a ping kioskea.net in view retrieve the IP address (in bold) $ Ping-c1 kioskea.net PING... Sep 23, 2009Programming > Languages > Perl |
Visual FoxPro and SQL Server Visual FoxPro and SQL Server Visual Foxpro 9 and SQL Server 2005 Is there a better alternative than using Visual FoxPro to manage... Sep 20, 2009Programming > Languages > Visual FoxPro |
[Caml] Official tutorials and resources [Caml] Official tutorials and resources Home page: http://caml.inria.fr/index.en.html Documentation : Caml light :... Sep 16, 2009Programming > Languages |
[Elipse] Installation and usage of FindBugs Plugin [Elipse] Installation and usage of FindBugs Plugin Installing the plugin Using the plugin Viewing bugs FindBugs is a static analysis... Aug 28, 2009Programming > Languages > Java |
[Pascal]TRI SHELL -Recursion [Pascal]TRI SHELL -Recursion Tri Shell Recursion Note: Tri Shell Recursion Below is a recursive process that allows sorting n integers... Aug 23, 2009Programming > Languages |
VB6: Modifying the image of the desktop VB6: Modifying the image of the desktop + write changes to the registry Project initialization Testing As stated here is a short tip,... Aug 23, 2009Programming > Languages > Visual Basic |
[Pascal Language Screen management [Pascal Language]Managing screens under Pascal Under Pascal Language screen management is done through functions and procedures of the... Aug 16, 2009Programming > Languages |
Swapping two variables without using a temp variable Swapping two variables without using a temp variable Using pointers Making use of a Macro Using pointers #include <stdio.h> void... Aug 9, 2009Programming > Languages > C Language |
To see the content of a .jar file. To see the content of a .jar file. A simple method to see the content of a .jar file: firstly rename it in .zip file and open it. If... Aug 8, 2009Programming > Languages > Java |
CAML: Online Guides and Tutorials CAML: Online Guides and Tutorials For Beginners For Advanced Users CAML is a programming language that has been created by INRIA in... Aug 8, 2009Programming > Languages > Object Oriented Programming |
Inputs / Outputs: The streams in C ++ Inputs / Outputs: The streams in C ++ Open a file for reading Open a file for writing To save data after closing your programs, you... Aug 8, 2009Programming > Languages > C++ Language |