Google+ 2014 - CodieeHome
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”
__

LRU Page Replacement Program in C++[How to] LRU Page Replacement Program in C++[How to]

Least Recently Used  Page Replacement Goal:- Program for LRU page replacement Method. Method:-   Replace the page that has not been us...

+ Read more »

Optimal Page Replacement Program in C++[How to] Optimal Page Replacement Program in C++[How to]

Optimal Page Replacement Goal:- Program for Optimal page replacement Method. Method:-   Replace the page that will not be used for the...

+ Read more »

Life Cycle of a Process [Operating System] Life Cycle of a Process [Operating System]

Life Cycle of a Process Goal:- How a process changes its state while execution ? Explanation:- As we know a program in execution is a proces...

+ Read more »

How to do[Implement] Swipe in Android[In Eclipse] How to do[Implement] Swipe in Android[In Eclipse]

How to do Swipe in Android Goal:-   Detecting swipe events in Android ? Explanation:-   Android supports eight gestures and Swipe is o...

+ Read more »

Mutility(Nine in One) Mutility(Nine in One)

                                     Mutility (Nine in One ) Mutility is a Light Weighted application which contains nine different  ut...

+ Read more »
 
Top