Recent content by Abhinand

  1. A

    Laptop Buying advice Dell,ASUS,Toshiba, sony or Hp

    Been using an eeepc for the past 2 years. Top notch quality, not a single problem. Heard that service centres are few in number, the dealer himself discouraged me from buying asus! Took a leap of faith, didn't have to visit one until now. :)
  2. A

    Linux What are the First things you do after installing Linux (any distro)

    well, I install X, kde and then amarok :D (archlinux)
  3. A

    Creative EP-630 @ Rs :400/- + Shipping Rs :60 [ In Stock ASAP Shipping ]

    is this deal still on? I'm intrested in one, let me know the details please....
  4. A

    Help debug this doubly linked list

    I implemented doubly linked list using the following program in C but the create function is not working as intended. strangely the insert functions work great. if i create a list with more than two values and display it it enters an infinite loop. #include <stdio.h> #include <stdlib.h>...
  5. A

    eBay India Hot Deals and Coupons

    can someone give me new 10% off cupon codes :)
  6. A

    Buffalo Routers

    lemme know the cost of shipping too (Andhra pradesh)
  7. A

    How to run a loop until a keypress in C?

    thanks guys.... managed to get it working by creating a new thread using pthread.h (have to get a better understanding of threading though) heres the program incase anyone's interested #include <unistd.h> #include <curses.h> #include <stdlib.h> #include <pthread.h> int wx,wy,x,y; int...
  8. A

    How to run a loop until a keypress in C?

    How do i keep running a loop until user presses a key. I'm coding a snake game with ncurses (linux) and its all done except that the snake does not move automatically :D i heard it can be done be creating a seperate thread using pthreads?
  9. A

    Linux KDE 4.x discussion thread

    KDEmod 4.2 on arch crashed only twice for me in about 4 months. I guess 4.3 must be more stable.
  10. A

    Linux KDE 4.x discussion thread

    hey guys.... one more interesting thing to look out for in kde 4.3 is the new system tray rWBfwloevgc
Back
Top