Live data from Hacker News

Viewing profile — varrunr

varrunr

HN member
Joined
Fri, Mar 09, 2012, 11:30 PM UTC
HN karma
3
Public activity
4 items

About varrunr

A graduate student in Computer Science at Stony Brook University. Interested in open source, parallel computing and any challenging problem. Looking for a Summer 2012 Software Engineering intern. Please contact me if you have an open position. I would like to work in a cool startup as well. LinkedIn profile: http://www.linkedin.com/in/varrunr Tech Blog: http://varrunr.wordpress.com Code: http://github.com/varrunr

Recent public activity

  1. comment
    Comment #4610985

    OK, maybe some students do outsource their projects. This does not mean that hard working students who can prove themselves otherwise are ignored. To companies like Infosys, CTS et…

  2. comment
    Comment #4476012

    strcmp() should be the least of security concerns. The input buffer in test.c is directly passed to the url_sort() function => Buffer overflow attacks.

  3. comment
    Comment #3688301

    Thanks a lot! I am also looking for some resource which would help me design classes well in C++

  4. story
    How to go about designing Data structures/models for a large program?

    I am writing a chess program but my experience with writing large programs from scratch is limited, and I would like to get better at it. Can anyone suggest me good practices/best …