Posts

Showing posts from 2008

UT Employee discount

I recently found that UT employees can also get some Employee discounts in various places ! In a way it feels, US universities are not less than a corporate house ! I dint know this earlier and it seems like a good list to look at it! http://www.utexas.edu/hr/edp/employee/ Though similar settings worked in my previous school in India (MNIT) as well ! There we could un-officially go to a shop keeper and claim the undocumented MREC (10%) discount! But the university here seems to be taking it one step further and they have it officially setup! I guess they tie up with these local and big businesses (hopefully according to the need of the students and other people in the University), for example Wireless services, restaurnets etc. This is a win-win for both, because UT people get some good discounts and business get bulk exposure! This could be certainly useful to many Universities and students in other places of the world !

Terrific Love

Terrific Love missing u missing u makes me miss u, longing to love u.. makes me lose the moments of loving u. when i wanted to say u that I love u, we ended up fighting till i left u. But, when u were in deep sleep, I found myself dreaming, I was in your arms and dancing on your beats, the world was so peaceful, happiness was embracing me. Is that exactly what I wanted? I knew the answer of me. and I saw the smile on ur face and love in your eyes and isshhhhh..........u kissed me! every moment with u is precious, and your love , my Darling, is terrific ...

C++: const

const is trick to begin with ... this is what I found while working with it ... 1. References: They cannot be changed to point to some other object 2. Pointers: Can be changed to point to something else 1 class Foo { 2 int i; 3 public: 4 5 void doit (const Foo &that) { 6 that.i = i; //Error 7 } 8 void doit (Foo &that) { 9 that.i = i; //Okay 10 } 11 void doit (const Foo *that) { 12 that->i = i; //Error 13 that = this; //Okay 14 } 15 void doit (Foo * const that) { 16 that->i = i; //Okay 17 that = this; //Error 18 } 19 void doit (const Foo &that) { 20 i = that.i; //Okay 21 } 22 void doit (const Foo &that) const { 23 i = that.i; //Error 24 } 19 }; --Sorry about the alignment, I dont know a way as of now to correct this ... I guess it is readable though ! If someone already knows, let me know (how to preserve the formatting like we do in wiki) test2.cpp: In member function `void Foo::doit(const Foo&)': test2.cpp:6: error: assignment of data-member `Foo::i'

Lecture by Prof. Sanjay Patel, UIUC

Today I attended a lecture by Prof. Sanjay Patel, famous Prof in Comp Arch from UIUC... Crux: a 1000+ core architecture Motivation: Some real-time apps Main processor can delegate some work to it ! Implementation: As of now as a co-processor type thing, which has lots of threads, has a different program or thread model ! How did they come up with the design? Choose the benchmark apps ! Interestingly, to figure out implementation, fed these apps and some hardware parameters, like Issue Width: L1 Cache Size: L2 Cache Size: CPU Frequency etc To an optimizer, which then analyses these apps against these hardware choices : Result: a plot on the AREA vs Performance curve for each of these configs Final result choose the design that looks reasonable ! Then decision about the programming / thread model and SIMD vs MIMD model Again benchmark apps, analyze the dependency graphs for these apps ... You can use any tool like PIN easily to figure out this dependency graphs and things like RAW, WAW k

For new students at UT, Austin

New students who joined UT this fall, may have, by now, realized the amount of work in the classes and in general about the hectic life... Dont worry, you will get adjusted to it sooner than later .. Good Luck with that ! But I wanted to point out one important thing in this post for new students: About ECAC or the recruitment drive in ECE... Be sure to register for ECAC and submit your resumes to companies for Internships! You should also know that CS people have different governing body (for Natural Sciences, like ECAC for Engineering).. So be sure to keep in touch with that and submit your resume if you are interested in purely CS type (software related jobs).. You might wonder why dont you see yahoo, amazon and other purely software companies a lot in the ECAC fair ... They are more likely to be in the Natural Sciences fair than ECAC.. All the best for the internship search ! If you are in Austin, and want to learn driving and/or take driving lisence test, the best person for you i

Useful Links for GRE exam

Here, I have compiled the links to all the useful websites for GRE preparation and exam. One needs to refer many websites for GRE test preparation, registration and sample tests, etc., so this might help saving some of your precious time if all those links are at one place. For GRE test registration Free GRE practice tests : Kaplan Before starting preparation for Verbal section (ideally 6-8 months before your GRE test date), you might find it helpful to read my friend's article: http://ranjit.puri. googlepages.com/ The800VerbalWalkthrough.htm For GRE test preparation : Number2 For list of Analytical Writing Topics in GRE exam : click here For sample Essays and Argument writings in GRE exam, click here or download from: http://jainvinita.googlepages.com/sampleessaysandargumentwritings.zip Sample formats for various Application process documents for MS admission. Details on how you should take visa appointment Sample documents and checklists for USA student visa application.

Q&A about MS Admissions

Here I have compiled some general queries that I and many other students have regarding admission in MS. I will put my questions one by one in this post. Feel free to put up more questions and I will be pleased to answer you or direct you to the right source for it. Q&A before GRE/TOEFL and till before the Admission 0. What is the right time to take GRE/TOEFL tests? The best time to take the tests is 1 year before you plan to start your MS. This will give you sufficient time for the lengthy application process. Having 2 years of work experience before MS is not essential but can help you get good understanding of what you want to do in your MS. First I will tell you my plans, please DO comment on it. I'm planning to write GRE/TOEFEL in August, want to apply for MS in OS or computer architecture in fall next year. Comp Arch is usually misunderstood by lot of people , this is if you wish to design processor etc. And that needs VLSI too... So truly speaking you will have to wor

Some info about Comp Arch for new students at UT

During in initial days at UT, I happened to talk to lots of people about the courses I should be taking etc. This post contains some excerpts from that : I also talk about a few questions that have been asked by various new students joining UT, specially in computer engineering. What courses to choose for the first sem? People mostly end up choosing the courses which are either necessary prerequisites for other courses or if they are only offered say, once in two years or so. And definitely this sounds pretty reasonable. So for computer engineering the basic and interesting course I have heard of, in UT are UG Computer Architecture (360N), Algorithms (360C), Introduction to OS (CS372H), Compilers, Distributed Computing, Grad EPL (specially by Prof. Craig Chase), VLSI-1 (these are not easy classes, but basic) For the courses which are exotic / rarely offered, I think the best way is to sit in those classes for a couple of lectures, and carefully understand what the course offer

On Friendship Day

For my childhood friends If you ask me what friendship day gift I want, I wish for a magic stick that can take me to my past. May be there were homeworks, may be there were tests, but with all of them, there were my friends! Those fun-filled school days, those afternoons of laughter, the evenings in the streets, where are those days? Antaakshri in last period, and radio-show in summers, how can I ever forget those outings together? We all lived in the Malviya Nagar, now I can't even envision, when one of us is in Noida and one in London! On this friendship day, although you are miles away, but I am sure we all have new friends to celebrate the Day. So stop being nostalgic with the memories you have, of exchanging those friendship bands in Shreemaya that day! I hope my funny poem makes you laugh, and hey! .....did you just show your teeth??? than thats my gift on friendship day! Love You All, vinita

MS admission odyssey

It all began with my husband, Gaurav taking his GRE test, although the seeds were sowed during our undergrad years in MNIT itself when we started reading word lists from Barrons book. He got a score of 1350 and how can I forget mentioning here that I got 1390 after fifteen days in my GRE test. After that TOEFL came easy and we both got decent scores to proceed on to the next challenging task of deciding on which universities to apply to. It is indeed one of the most difficult part I must say, because each university application costs between $ 50- $80 (plus some additional cost of sending the official GRE and TOEFL tests scores to them, and mailing the official transcripts etc.) How many universities should I apply to and which?? My advice to anyone who is at the same stage of the admission process is that make your budget the deciding factor on the number of schools you want to apply. Assuming 75$ to 100$, as the total spending per application, you can decide on whether you ha

Information for some good US Universities

Long ago (about 500 days ago, isn't it long enough?) we had compiled some information about the admission to US Universities and here are some links to them. I said long ago, because we don't want you to trust the information in these links without verifying them at the actual website. Another caveat is that most of the information is useful to ECE and CS aspirants but at the least some names and web-links can be useful to others too. I'll try to add more information about and update some of this, but I don't know when. So till then this is what it is :) 1. Info for univs1 Ohio Jhon Hopkins Michigan UC, Irvine UC, Santa Barbar 2. Info for univs2 MIT UC, Berkley Stanford Univ UIUC GTECH 3. Info for univs3 RPI USC Cornell Rice UT, A&M UT, Austin UC, SD 4. Info for univs4 Caltech CMU Michigan Univ of Washington Wisconsin Madison 5. Info for univs5 Princeton Purdue UC, LA Penn State Maryland

Happy Parenting

Hi everybody I attended a two day discourse taken up by CHINAMAYA MISSION here at IIT Roorkee. I want to share a few points which I learned and which could be of help to all of us. DAY 1 The topic was “HAPPY PARENTING” Few points discussed were:- What is the job of a parent? Why do children these days feel bored so often? What should be given to a child and at what stage? Well then I’ll make an attempt to explain the first question… The job of a parent is similar to that of a potter. A potter uses both his hands to make a pot. The inner hand is expands the pot or makes it big, while the outer hand controls its shape and size. Similarly parents should raise their child with an inner hand of love and an outer hand of discipline. The inner hand widens the vision of the child while the outer prevents him from getting out of control and fall prey to perversions. Furthermore, the job of a parent also resembles that of a gardener. The gardener does not grow plants. This is because growth is s

For my papa - On Father's Day.

Whenever I say the two words " My Papa ", there comes a glitter in my eyes and my heart fills with great pride for the world's best papa that I have. Ever since I remember, I have always seen the immense love and faith you have for me. I cherish every one of the moments that I spend with you everyday telling you about my day and my activities, ever since my childhood when I used to tell you the new words I learnt in school "fan", "yellow", to the time I used to talk to you about my IIT preparation, and later about my relationship with Gaurav, and now about my work and happy married life :). I thank God for such an understanding papa who has always been my best friend. I never had a moment when I had thought of hiding anything from you. I remember the secret confessions that I made to you for my childish mischiefs - remember the time when I got less marks in Maths, and modified the letters in marksheet for signature?? Now that is a laughable incident, b

Menu Options

Here I plan to put down the list of all vegetarian options we can have at home. This list will not only help us in buying groceries efficiently but also it will be fun to decide what to prepare everyday by just looking at the Menu like we do in restaurants :). And the list is expendable ! So lets start with Breakfast options : 1. Milk, Yogurt 2. Cereals 3. Bread, Cheese Sandwich 4. Poha 5. moong 6. Almonds, Walnuts, Raisins 7. Khaman Dhokla 8. Idly/Dosa (Brunch on weekends) 9. Oatmeal, Daliya 10. Upma Snack Options: 1. Yogurt, Juice 2. Fresh Fruits : Apple, Banana, Orange, Strawberries, Peach, Pears, grapes. 3. Nuts : Cashews, Raisins, Walnuts 4. Shakes: Papaya, Banana, melon, Pineapple 5. Cookies, namkeen 6. Granola Bars Lunch Menu : Curries 1. Dal Fry, Dal Makhani, Chana Masala, Kaale Chane, Pinto Beans, Chauwle 2. Zuccini, Ghiya, Turayi 3. Alu-gobhi (Cabbage), alu-broccoli 4. Capsicum-alu-tomato 5. Bhindi masala 6. Alu-palak 7. Palak Paneer, Kadhai Paneer, matar paneer (Paneer or To

Love you Mom

'Mom', the sweetest word in life. No one can ever forget her self-less love and care. Inspite of being in delicate body of a girl, she bravely bears the biggest pain for us. She is the strength of a family. She can quit the biggest of her dreams, for the welfare of her kids and family. And if she works, she still makes sure that her kids get every bit of her love and care. She is the one to balance the work-life schedule for entire family. We all tend to take her sacrifices for granted ever since our birth. While we are kids, we depend on her for just everything. She happily takes care of us. She cooks for us, takes us to play and chats with us never bringing a sign of her hectic schedule and tiring day on her face. She just sees the happy faces of her kids and that makes her day happy. Then we grow up, and start living our own lives. Slowly, every activity of her daily life, like cooking food for us, talking about our day, worrying about our healths, taking care of our thing