Skip to main content

Posts

Showing posts from December, 2010

World's best source code hosting websites

1-Google Code Hosting code.google.com Google code is the most popular hosting site which hosts the likes of jQuery and other popular libraries. 2-Github Github Next in the line is Github, it provides fast and easy hosting which version support and as well as code monitoring. 3-Sourceforge Sourceforge Not much of a code hosting site but you can create project and is the leading open source hosting site which well supports all type of languages. 4-Launchpad Launchpad Launchpad is an online collaboration platform that provides services like bug tracking, version control , code reviews and much more. 5-Codeplex Codeplex A popular hosting site hosted by microsoft so not much features you can expect. 6-Bitbucket Bitbucket Develop code as a team. Keep all your development in one place, be it issue tracking, documentation or sharing code. 7-Assembla Assembla Not a free code hosting and sharing site, though excellent features such at agile development tools makes it well wo

Deadlock Detection Software

 Download: http://sourceforge.net/projects/dlockdetection/   Example Inputs Deadlock Detection 1.0 Copy pink colored text in their appropriate fields. --------------------------------------------------------------------- 1-No. of Processes : 4 2-No. of Resource Classes : 5 3-Current Allocation Matrix : 1,0,1,1,0|1,1,0,0,0|0,0,0,1,0|0,0,0,0,0 4-Request Matrix  ; 0,1,0,0,1|0,0,1,0,1|0,0,0,0,1|1,0,1,0,1 5-Available Resource vector  ; 0,0,0,0,1 1-No. of Processes : 3 2-No. of Resource Classes : 4 3-Current Allocation Matrix : 0,0,1,0|2,0,0,1|0,1,2,0 4-Request Matrix  ; 2,0,0,1|2,1,0,1|2,1,0,0 5-Available Resource vector  ; 2,1,0,0 1-No. of Processes : 3 2-No. of Resource Classes : 4 3-Current Allocation Matrix : 0,0,1,0|2,0,0,1|0,1,2,0 4-Request Matrix  ; 2,0,0,1|1,0,1,0|2,1,0,0 5-Available Resource vector  ; 2,1,0,0