Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for Yzk
Member Avatar for amjones

We are offering a coupon for a free soft drink to everyone who fills out our survey. When the user hits the Submit button at the end of the survey, a page appears with the coupon and a Print button. Currently, the whole page prints, including headings and links. I …

Member Avatar for fxm
0
239
Member Avatar for ushineon

Hi All, Awesome site. Thank You !! Just a few quickies , is the C language here to stay ? Does anyone know of a language that may replace it in the future? What compiler do you all recommend for compiling C? What languages should I learn to help me …

Member Avatar for jwenting
0
213
Member Avatar for plasmafire

Hi, My select box contains some very large text values. eg: [CODE]<select name=mytext> <option name=one value=one> one </option> <option name=two value=two> a very very huge option that cannot be accomodated</option> <option name=three value=three selected> three </option> <option name=four value=four> four </option> </select>[/CODE] i need to make the selectbox size 100px, …

Member Avatar for plasmafire
0
273
Member Avatar for bigbluesky

I can only get 2 of the buttons to work - what am I doing wrong? I have been working on this for 5 days. I also cannot get my icon to work - do I need more of an address? [CODE] import java.util.ArrayList; //For ArrayList public class Product implements …

Member Avatar for plasmafire
0
128
Member Avatar for Monte

Here we go guys. Got a cool new looking desktop for the new month of Feburary? Go ahead and post! I'll show ya screen shot of mine when i get home :) [b]Rules/Moderator Edit:[/b] Please make sure to attach your image - not link to it or insert it into …

Member Avatar for wizmonster
0
732
Member Avatar for plasmafire

need to do the conversion as said above. eg. "one thousand five hundred" --> 1500 1500-->"one thousand five hundred" upto billion.. tried using this logic.. separate billion, million, thousnd, units..made std fn fn_conv(){ convert to hundredth place.. then store to var.. million, billion ..} then print in format.. ("%d,%d,%d,%d",billion,million,thousnd,units); but …

Member Avatar for plasmafire
0
149