How Gradle is useful? Most of Java/Scala/Android projects are similar, you compile source code, unit test it and generate executable fil...
Total Pageviews
Computer's BLOG
For knowledge seekers ONLY...
About Me
- Jignesh Patel
- Hi Friends, my name is Jignesh Patel from Ahmedabad. I parsuing my B-Tech in stream of computer science and engineering from U.V.Patel College of Engineering, Ganapat University My strengths are hardworker, self motivating and dedicated towards my work. And also I'm a good learner.
Contact Form
Rate Monotonic (RM) Scheduler for RealTime System with example
Rate Monotonic Scheduler in C/C++ for real time system Code: #include<iostream> #include<fstream> #include<math.h>...
Submit Coursera assignment via github
Hi Friends, Few days ago I had joined R programming course on coursera. At there, we need to submit assignments before deadline. While sub...
Minimum Edit Distance using Dynamic Programming
The Minimum edit distance between two strings is the minimum number of editing operations required to transform string into other string. M...
Kite cutting problem using Dynamic programming program
Cloth cutting or kite cutting problem is well known problem of DP (Dynamic programming) used in real life. Here we have sheet of 9x10 and...
MultiLevel and Distributed Cache
Multi Level Cache and Distributed cache are widely used today for multiprocessor and cluster applications. Download PPT Thank You Fo...
Advanced Cache Concepts: Snoopy and Directory Cache coherence protocol
Since all the processors share the same address space, it is possible for more than one processor to cache an address at the same time.(...
Popular Posts
-
Hi Friends, Few days ago I had joined R programming course on coursera. At there, we need to submit assignments before deadline. While sub...