How to change XP Serial/License number ShowHow to change XP Serial/License number
Go to / Start Menu/ Run/ Type regedit and click OK.
Before any operation in the registry, he should make a backup of the registry as a precaution
In the Registry Editor, click File...
Adding a VBA CommandButton with its respective the code ShowAdding a VBA CommandButton with its respective the code
Paste these two sub in a general module (Module1 for example).
Sub CreateButton()
Dim Obj As Object
Dim Code As String
Sheets("Sheet1").Select
'create button
...
[C language]Checking whether an integer is a prime number Show[C language]Checking whether an integer is a prime number
Definition of a prime number
Algorithm 1: dividers between 2 and N-1 will be tested
Algorithm 2: Even dividers will not be tested, research is limited to odd dividers
Algorithm 3:...
Windows Error Codes and How to Fix them ShowWindows Error Codes and How to Fix them
Below is a list of the most common error codes that you an face while using Windows and its basic components. Some solutions have been provided for you to try to solve them. You should also note that...
Universal Remote Codes ShowUniversal Remote Codes
Universal Remote Codes by TV set Brand
The universal remote codes, needed to operate effectively your devices attached to them, are listed in the user manual for each model. If you have unfortunately lost...
[Sed] Delete one or more lines from a file Show[Sed] Delete one or more lines from a file
Removing one (or several) line (s) of a file
Syntax:
sed '{[/]||[/]}d'
sed '{[/][,][/]d'
/.../=delimiters
n = line number...
Download Code::Blocks Studio ShowCode:: Blocks is a multi-platform IDE (Linux, Mac and Windows) completely coded in C ++.
Code:: Blocks is based on a system of plugins which allows to develop it very easily without recompiling it.
Since it supports a great number of compilers, the...
Download K-Lite Codec Pack Full ShowK-Lite Codec Pack is a collection of VFW/ACM codecs, DirectShow filters and tools. Codecs and DirectShow filters are needed for encoding and decoding (playing) audio and video formats.
Contents of version 4.7.0 :
Player:
Media Player...
Download K-Lite Mega Codec Pack ShowK-Lite Codec Pack is a collection of codecs and necessary filters to encode or decode audio or video formats.
K-Lite Mega Codec Pack includes all the codecs and the necessary filters for the most part of current audio and video formats.
K-Lite Mega...
Binary encoding ShowIntroduction to binary
In the late 1930s, Claude Shannon showed that by using switches which were closed for "true" and open for "false," it was possible to carry out logical operations by assigning the number 1 to "true" and 0 for "false." This...
ASCII Code ShowData coding
Morse code was the first code used for long-distance communication. Samuel F.B. Morse invented it in 1844. This code is made up of dots and dashes (a sort of binary code). It was used to carry out communication much faster than could...
Representation of real numbers and integers ShowRepresenting a number in a computer
Representing (or encoding) a number means to express it in binary form. Representing numbers in a computer is necessary in order for it to be able to store and manipulate them. However, the problem is that a...