Archive for April, 2007
last one b4 exams..
hi,
comin back after a long time i guess.. have been busy with mipt for two days.. solved 24 as of now, much more to do..
finally all project submissions are over .. got an A+ for our ‘alien invasion’ XNA game.. and semester starts from this thursday.. two days to go
meanwhile i have started [...]
Filed under: general/musings | Leave a Comment
that versata intern question
found this on the net.. Haroon sayed’s blog:
public void PrintInSpiral(int [][] numbers, int size)
{
for(int i = size – 1 , j = 0 ; i >= 0 ; i–, j++)
{
for(int k = j ; k < i; k++)
Console.Write(numbers[j][k]+ ” “);
for(int k = j ; k < i; k++)
Console.Write(numbers[k][i]+ ” “);
for(int k = i ; k > [...]
Filed under: coding | 1 Comment
time to get seriousss…
the title should be clear enough.. most classes of sixth sem ended today..
have 3 lab exams next week from mon to wed and semester starts on april 19.. this sem is easily the worst in 3 years, my internals are all well below what i had in prev sems.. very poor performance.. would [...]
Filed under: general/musings | Leave a Comment