Viewing profile — varrunr
varrunr
HN member- Joined
- Fri, Mar 09, 2012, 11:30 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
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
-
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…
-
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.
-
comment
Comment #3688301
Thanks a lot! I am also looking for some resource which would help me design classes well in C++
-
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 …