LATEST POSTS - page 3
NEW LIFE WITH JEKYLL!
After more than 10 years of using a custom Perl script to generate this static website and not making any updates to it, I have finally gone the distance and converted the site to work with Jekyll which is written in Ruby, a language that I can read but cannot write. This brings my site into
the modern world of using Markdown to write my pages and posts, and be able to add information much more quickly than I would do with my custom Perl script. The CSS theme is still the same |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: HILBERT MATRIX
The aim of solving this problem is to learn how to use the |
Posted on by Vikas N. Kumar. |
LABOUCHERE SYSTEM PROGRAM USING x86-64 REGISTERS
This program does not use any fixed memory locations for the head or tail of the
link list, but uses all the registers available to it. However, for some of the
functions it does not follow the convention of saving all the registers |
Posted on by Vikas N. Kumar. |
LABOUCHERE SYSTEM C PROGRAM
Here is the full C code for the Doubly Linked List: Labouchere System. Read More → |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: DOUBLY LINKED LIST
THE LABOUCHERE SYSTEMThe Labouchere system for roulette is played as follows. Write down a list of
numbers, usually |
Posted on by Vikas N. Kumar. |
Pages: | ← Newer | | | 1 | | | 2 | | | 3 | | | 4 | | | 5 | | | Older → |