Keyboard Interrupt
Pages
(Move to ...)
blog home
homesite
▼
Saturday, February 16, 2013
Easy Steps to Create a Bootable Debian Installer on a USB stick.
›
This instructions work on Ubuntu Linux. They should be trivial to implement on other Linux distributions: Acquire a hybrid Debian install...
How Disk Encryption Works
›
If you hold sensitive data on your laptop, work or home computer, you may need to implement some sort of disk encryption to keep it secure. ...
Sunday, February 10, 2013
Some Terms in Parallel Computing
›
SIMD (Single Instruction, Multiple Data) - A computer with multiple processors each of which performs the same operation on different data s...
Friday, January 25, 2013
HTML and CSS Cheatsheet
›
HTML Elements Block Elements <h1>...</h1> to <h6>...</h6> - Document headings . <div>...</div>...
Sunday, December 9, 2012
Object-Oriented Programming in C
›
As a follow up to my previous post where I demonstrated the how to create pointers to functions in C, in this post we'll look at how to...
Sunday, November 25, 2012
Creating pointers to functions in C
›
If you have used a programming language that has first-class functions , that is, supports assigning functions to variables and passing them...
Stack vs Heap in Memory Management
›
There are two types of memory available to a program running in a computer, the stack memory and heap memory. The operating system allocat...
1 comment:
›
Home
View web version