Jump to content
xisto Community

apurva

Members
  • Content Count

    265
  • Joined

  • Last visited

Everything posted by apurva

  1. creating a game in java with just having core knowledge of java.java is basically divided into two core and advanced java. you need to also know advanced java if at all you want to create game. in universities they teach just basics as in OOPs. if you really want to create a game go to Guru.com and get yourself a professional java coder.
  2. even i am thinking to add drupal. do you guys have better experience with drupal?
  3. Hello folks,i am thinking to create a new directory.So just want to know any good script available?or anyone personally coded it?or any of the trap member have actually created directory? i would like to view it. and ask few doubts that i have.please do reply to my query thanks in advance people.
  4. hey google adsense is much better than adbrite. adbrite firstly pays very less. in that matter adsense pays quite a lot
  5. apurva

    Pdf Reader ?

    hey acrobat reader is very heavy on system most of the time. try foxit reader. its very light...just google it dude
  6. hey delvi whats this pidgin? i would like to use it too. i have contacts all over on yahoo,live google, aim and icqopening new program for all is not possible.
  7. Well i am still looking for writers..hoping someone replies!i will try to arrange for hosting credits for that person,but since i am not hosted on here it will take time.i am thinking to give domain name. .info for those who work
  8. The best way would be to verify your paypal account through credit card provided by your bank. As far as i know debit cards are not allowed in verifying process.
  9. thats not new to me either. but it is the responsibility of watchman of the school to take care that no one who do not have school id should enter the school premises.also strict action ahould be taken against such roamers.
  10. hey buddy thanks for replying. i will pm you.guys feel free to reply here or pm me i need more writers.
  11. i live in apartment so the question of stairs is ruled out. and secondly i live on 1st floor and we have lift facility lol
  12. apurva

    Bux.to

    Well i would ask people to please keep ethics here. dont cheat other by usung those auto clicks for gods sake.
  13. hello friends i need 2-3 writers to work under me in your free time. please pm me for further details.i hope this thing is not banned over here. if it is mod please close this thread.Reply fast its urgentthanks
  14. try out in https://forums.digitalpoint.com/ according to your talent you will be paid.
  15. firefox never came with something innovative.it always tends to copy what opera does
  16. this is phishing site. someone wants to crack your gmail account and thus has sent you the fake url.its like they will create fake login page. which will look similar to the original site.once you enter your login details your details will be forwarded to their email. so dont fall in all this.
  17. even i am using trillian buddy. I guess your IM id is with some spammer. there is no problem with trillian as i aint recieving any spams.
  18. hello i have just started to learn java by myself and i am stuck here with this example i want to show a file in console please tell me where am i making mistake. i am getting erroe variable fin maight not be initialised here is the code /** Display a text file To use this program,specify the name of file that you want to see */ import java.io.*; class showfile { public static void main(String args[])throws IOException { int i; FileInputStream fin; try { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter file name:"); String filename=br.readLine(); fin=new FileInputStream(filename); } catch(FileNotFoundException e) { System.out.println("File not found"); return; } catch(ArrayIndexOutOfBoundsException e) { System.out.println("Ussag:Showfile file"); } //Read characters untill Eof id encountered do { i=fin.read(); if(i!=-1) System.out.println((char)i); } while(i!=-1); fin.close(); } }
  19. i am using windows xp sp2. and to edit/code php i use php maker software
  20. you will be surprised to know but i have never used these softwares.firstly cause my internet speed is very slow if i start downloading any movie or software it will tak eme bout one complete day to download it. And my mom doesnt allow to keep my computer ON for some bizzare reason :)secondly i have heard these software carry loads of virus with them . i am scared of them :Pand whatever i want i get it through LAN network in my area those guys are so sweet they will download anything i want and share it with me
  21. hey whats the problem? all the links seems to work for me. you havent added any posts yet so as to test the search function.most specially i really liked the design.luck with your blog ahead :-D
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.