Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
3 Commented Posts
0 Endorsements
Ranked #1K

64 Posted Topics

Member Avatar for smapira

practice practice practice, with problems :D solve puzzles.. solve math problems..

Member Avatar for Theirligh
0
701
Member Avatar for paeez

Check these tutorials, hopefully it will help you out [URL]http://www.programmerstalk.net/thread845.html[/URL] [COLOR=#0033cc][URL]http://www.cs.mtu.edu/~shene/NSF-3/e-Book/MUTEX/TM-example-philos-1.html[/URL][/COLOR] [COLOR=#0033cc][URL]http://www.cs.utk.edu/~plank/plank/classes/cs560/560/notes/Dphil/lecture.html[/URL][/COLOR] [COLOR=#0033cc][/COLOR] [COLOR=#0033cc]Hopefully it would be helpful for you :)[/COLOR]

Member Avatar for S1nfulAngel
0
1K
Member Avatar for buddylee614
Member Avatar for Pim

are you sure that the way it's implemnented in VB: a: array[1..5] of Integer; it looks really weird for me... seroiusly.. :-/ btw, ignore this post I'm just looked at it and it's really weird... but yeah, above me said it correctly :)

Member Avatar for Ionelul
0
261
Member Avatar for yaaraer
Member Avatar for chihwei
Member Avatar for sciocosmist
Member Avatar for losthope10
Member Avatar for bdvenom
0
145
Member Avatar for Dave Sinkula

smoke <== make me more stupid (I'm already stupid, can't be even more stupid than this.. seriously lol..)

Member Avatar for jbennet
0
4K
Member Avatar for ProgrammersTalk
Member Avatar for Ezzaral
0
602
Member Avatar for dajiebuda

[quote=dajiebuda;389346]I'm learning java. I have one Jframe with 5 jbuttons. I want to click button1 to have a new Jframe come up. How should I define the 2nd Jframe? class? public class?[/quote] you just need to add Action Litener to your button, and use JPanel there, if that's ok for …

Member Avatar for VernonDozier
0
143
Member Avatar for vamsikgummadi
Member Avatar for shortd81

there are many link directories that's open source, please google them :)

Member Avatar for dvduval
0
274
Member Avatar for miryousafzai

there are many introduction out there.. :-/ pelase to go Google, and post problems :D

Member Avatar for tnthomas
0
286
Member Avatar for ProgrammersTalk

I'm learning ASP.NET now :-/ People said it's no difference betwen PHP and ASP.NET I personally prefer the way C# works in the flow of my code :D

Member Avatar for MattEvans
0
226
Member Avatar for ProgrammersTalk

what do you guys do everyday other than being in front of computer? :P just a little bit survey.. hehe..

Member Avatar for EnderX
0
320
Member Avatar for zandiago

that's really easy, you can use many solution.. binary search is one thing that you may want to use.. :) but there's also another algorithm that basically do the same thing, but it won't be as optimize... find the number first, and save it, if there's any, then remove it.. …

Member Avatar for Lerner
0
422
Member Avatar for halomaster

it can be caused by anything, but your problem is most likely caused by hardware incompatibility... (if there's a word..?) so check your hardware whether it's compatible with motherboard, and try to change your PSU :)

Member Avatar for halomaster
0
138
Member Avatar for aravindkishore

seperate CSS file :) it's much more organized hehe.. give example? * { background-color: #000000 } in something.css

Member Avatar for kedar_challa
0
178
Member Avatar for GypsyTeaRoom
Member Avatar for aravindkishore

errr... you should at least google it first, and then ask question once you tried it and didn't work XD but basically you need to learn how to use class in C#, it's similar to Java :D

Member Avatar for abdul4484
0
117
Member Avatar for MB1765

There's one way to do it, there's one program called HTML Encryptor, you can google search to that. I used to use it a while back.. but it seems useless and crappy because it changed several things... XD a.k.a it's not a reliable software.. :) but pretty nice, they encrypted …

Member Avatar for MB1765
0
198
Member Avatar for lupyana muhiche
Member Avatar for marjan_m

There's no difference between them, it's just one is open source and the other one is from Microsoft. :D

Member Avatar for Ezzaral
0
219
Member Avatar for qasauria
Member Avatar for John_Brown
Member Avatar for GiorgosK
0
233
Member Avatar for vijaygandhi559

There are many ways, but I suggest you to use Java API to do this, read their documentation about XML parsing :)

Member Avatar for masijade
0
169
Member Avatar for suriname0
Member Avatar for peter_budo
0
141
Member Avatar for jbartow27
Member Avatar for hamada_1990
0
96
Member Avatar for lubsite2002

dank, you reply all of the intro.. ck ck.. good job usa.. btw, welcome :D

Member Avatar for ProgrammersTalk
1
77
Member Avatar for mhdie
Member Avatar for Akilah712

I personally don't really get the project, can you give me an example of an input and output..? thx

Member Avatar for Member #46692
0
190
Member Avatar for ameyerwd4

wow, you actually play those game with only 1GB ram??? hmm... what was your graphic card? did it work before?

Member Avatar for ameyerwd4
0
119
Member Avatar for no1zson

to store inventory, i recommend you to use some kind of database. In java you can use JDMC i think it's called. or, save them in a file if you don't want it to be too much complicated

Member Avatar for Ezzaral
0
220
Member Avatar for basarathaleem
Member Avatar for hitesh_mathpal
Member Avatar for Angel8552

hey btw if you want to get O'reilly's book, it's better to just sign up to safari online. They have nice database there ;) all read online one time sign up.. :)

Member Avatar for ProgrammersTalk
0
155
Member Avatar for satish.paluvai

[QUOTE]Yes, but it won't work the way you expect it to work.[/QUOTE] it will work!!! but only as a method, not thread. It won't run simultaneously :)

Member Avatar for ProgrammersTalk
0
134
Member Avatar for sadaka
Member Avatar for Uladzimir
Member Avatar for PAPANUKU

I think you should just get the C# VS Express Edition and then start looking tutorial online for Hello World program, and then get into the deeper one using variables etc, and more rules how to create method, class, namespace, inheritance, etc.. there's one tutorial from Sam's that will teach …

Member Avatar for ProgrammersTalk
0
113
Member Avatar for Gamzarme

I recommend you to just get 2GB + 2GB :D set it on dual channel, much faster.. only a little bit more money.. haha..

Member Avatar for Gamzarme
0
111
Member Avatar for LiamPotter
Member Avatar for Killer_Typo

[QUOTE]You're telling getline that it can store up to 100 characters in getwords. This is called [URL="http://www.daniweb.com/forums/thread83474.html#"]buffer overflow[/URL], and it's undefined. That's a very bad thing.[/QUOTE] how much buffer or say... space in memory...? does that variable may take up to?

Member Avatar for Killer_Typo
0
271
Member Avatar for DoubleShot

map the network drive on windows, and make sure you do have network HDD :-/ well you can just put it on your computer, but i guess you will need to share it. Create your own small network :)

Member Avatar for ProgrammersTalk
0
91
Member Avatar for Qwazil

get GTS is much better i think, for now... GTX is still too expensive, but you can if you have enough cash :D

Member Avatar for ProgrammersTalk
0
84
Member Avatar for Blue house Bill

[quote=geeeez;86833]best way is to buy new copmuter...hehehe :cheesy: :cheesy: good luck[/quote] LOL!!! always good solution to do this :D

Member Avatar for ProgrammersTalk
0
164
Member Avatar for lost101
Member Avatar for djmabeizy
Member Avatar for ProgrammersTalk
0
80
Member Avatar for vssp

btw, paypal have their own system, so I think you probably need to call them up. If you're planning to integrate it with vBulletin, then they have the mod for this (I knew it) you can find it in vbulletin.org, free if you're licensed :)

Member Avatar for ProgrammersTalk
0
114

The End.