<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=5154467150494545852&amp;blogName=My+Stuffs&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Fkcstuffs.blogspot.com%2Fsearch&amp;blogLocale=en_US&amp;homepageUrl=http%3A%2F%2Fkcstuffs.blogspot.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

About

It is me Kasun Chathuranga, who is doing Electrical Engineering in University of Moratuwa, Sri Lanka.

CS 202 Assignment 1 - release Monday, November 26, 2007 |

Hi,
Here I include my CS 202 Assignment 1project. Download the final release. It takes 2 mins to read data from text file. Use always release configuration to run this in visual studio. Otherwise it will be very slow

Final realease - Visual Studio Project

Beta release 1 Download
Alpha release 1 Download


CGI Application in IIS Thursday, November 22, 2007 |

Hi pals,
Here is the way to run CGI applications on IIS.





Download

Prentice Hall - William Stallings - Data and Computer Communications (5th Edition) Ebook |

Hi,
Here Prentice Hall - Data and Computer Communications, William Stallings , 5th Edition Ebook.


Download


Mirror2
Mirror3

Kurose and Ross - Computer Networking A Top-Down Approach Featuring The Internet - Ebook |

Hi,
Here is the ebook of Computer Networking A Top-Down Approach Featuring The Internet by Kurose and Ross .


Download


Mirror 2


Mirror 3

Quine–McCluskey algorithm in C++ |

Hi friends,
I found a C++ program to do Quine–McCluskey minimization. It is a Dev-C++ project. However all the stuffs are main.cpp.


Download

i-kon (USB device icon changer) |





Download

CGI Application in Apache and IIS (Screenshot) |


CGI applications can be run from both Apache and IIS. Here I have configured Apache to 8080 and IIS to 80

IIS Configuration |

Hi Pals,
This the the way to configure IIS web server.




Download