LATEST POSTS - page 3
PLAYING WITH OLD CISCO® IP PHONES![]()
Cisco® IP phones are generally found everywhere in offices for the last nearly 20 years. As of this writing, there are several models that have reached their end of life and official support from Cisco®. One such model is the This is going to be a series of posts in my adventures with these phones, with this being the introductory one. Several people have setup these end-of-life phones with Asterisk or FreePBX and I will be doing the same. In addition to that, I will try to get to the internals of the phone and understand the chipset and write applications that run on the phone. Read More → |
Posted on by Vikas N. Kumar. |
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. |
Pages: | ← Newer | | | 1 | | | 2 | | | 3 | | | 4 | | | 5 | | | Older → |