programmer's blog
Sunday, November 24, 2013
credzba - check out this gist code snippet
›
Here's the code snippet!
Monday, June 24, 2013
Largest Subarray Sum
›
The largest subarray sum solution is based off of dp, and is based off previous values. Dynamic Programming (DP) is an iteratively solution...
Sunday, June 23, 2013
Sliding Window Algorithm
›
The sliding window algorithm is used for finding a pattern with the smallest window size. It is adaptable a...
Thursday, November 27, 2008
Object Manager and I/o Manager
›
Part 1: How a file (object) is created The Object Manager is the glue that creates and manages objects in the NT Executive. And as such, it ...
Friday, November 14, 2008
Important Links
›
I am doing an overall comparative study with the Linux Kernel and the ntoskrnl. And as such, I have provided a link for a basic understandin...
Tuesday, November 11, 2008
Semaphore Part 1 (__ticket_spin_lock explained)
›
We know from the previous article that semaphore uses the spin_lock_irq, which in turn, calls _raw_spin_lock, then calls, __ticket_spin_lock...
Semaphores Part 1
›
Sempahores is one of the dark arts of the xkrn1; and as such, I will go over the semaphore and spinlocks, in detail over a few tutorials. Sp...
›
Home
View web version