basicsuncovered.blogspot.com
Basics Uncovered...: January 2007
http://basicsuncovered.blogspot.com/2007_01_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Sunday, January 14, 2007. Original post dated: 14th Jan 2007. Guess the redirection is not handled. Hope Yahoo! Fix this. Here is once such where the url. Is not redirected to error page/home page. Repost Dated: 30th Jan 2007. The above url was fixed, Now gets redirected to the Yahoo search page. Subscribe to: Posts (Atom).
basicsuncovered.blogspot.com
Basics Uncovered...: How to secure wireless network
http://basicsuncovered.blogspot.com/2008/08/how-to-secure-wireless-network.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Monday, August 04, 2008. How to secure wireless network. I'm mainly writing down the point to secure a " HOME. Better set SSID to some random junk characters. Copy the SSID and save for later use. This may not be much security, but its good not to offer low hanging fruits - encouraging someone to actually get them. 3 Change router's password. Upgrade firmw...
basicsuncovered.blogspot.com
Basics Uncovered...: Find a fast solution
http://basicsuncovered.blogspot.com/2009/09/find-fast-solution.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Wednesday, September 16, 2009. Find a fast solution. I came across this problem recently and found it interesting. Say you got an input array and output array of equal length. The input array has random integers and you need to populate the output array by following this criteria. Ie output[k] = Product of i's { i=0.n-1, where i≠k }. Find a fast solution.
basicsuncovered.blogspot.com
Basics Uncovered...: May 2009
http://basicsuncovered.blogspot.com/2009_05_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Monday, May 18, 2009. I happened to think about the following possibility in Java and just wondered how good or bad is to do it - both return a value from a method and also modified the mutable contents of an object referred to by the reference passed as a parameter. Team whoWonTheMatch(Team pCSK, Team pKKR) {. Btw the match wasn't a tie!
basicsuncovered.blogspot.com
Basics Uncovered...: November 2006
http://basicsuncovered.blogspot.com/2006_11_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Friday, November 10, 2006. Learn Shallow and Deep Copy - In Minutes. Recently I was in a talking with my HOD, he was telling this example for "Shallow Copy" and "Deep Copy" in C! Subscribe to: Posts (Atom). Learn Shallow and Deep Copy - In Minutes.
basicsuncovered.blogspot.com
Basics Uncovered...: July 2008
http://basicsuncovered.blogspot.com/2008_07_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Wednesday, July 23, 2008. Cannot detect USB drives on Windows? Recently in my home PC (windows XP) none of the USB drives started detecting. External hard drives, Ipod (gets detected via iTunes) but not through explorer or even an USB drive. Googling around landed me with this Microsoft support link. Hope this will help, next time around when you face this.
basicsuncovered.blogspot.com
Basics Uncovered...: October 2008
http://basicsuncovered.blogspot.com/2008_10_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Thursday, October 30, 2008. Exploring the topics least spoken about - 2. Exploring the topics least spoken about - 1. There are certain topics in Java that are not discussed in detail in a lot of places. As a new grad student, the chances are quite high that the candidate wouldn't have heard about these topics. So I would like to talk about these t...In an...
basicsuncovered.blogspot.com
Basics Uncovered...: git - a stupid content tracker
http://basicsuncovered.blogspot.com/2008/11/git-stupid-content-tracker.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Saturday, November 08, 2008. Git - a stupid content tracker. Maintaining code is equally important to writing good code". Are there any major flaw with CVS or SVN? I wouldn't say "Yes". But few things can be improved. Like. SVN or CVS have one single source repository! In simple, all developers in the code base commit their changes to the server 34.56&...
basicsuncovered.blogspot.com
Basics Uncovered...: June 2006
http://basicsuncovered.blogspot.com/2006_06_01_archive.html
Being college students, we know the difficulties that a student will encounter in finding solutions. We are making an effort to help students like us. Wednesday, June 21, 2006. Perhaps, it needs a few people to be assigned explicitly to maintain the code alone! Well, then came the Object Oriented Programming style. This proved to be a great solution to maintain the complexity of the coding and code maintanence. So, we try to develop an application with this Object Oriented Programming style. We come ...