Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~27.0K People Reached
About Me

aspiring engineer

PC Specs
Gigabyte UD5 moboquad i7 2.674166 ddr3 (6 gig)cheap graphics card - but when i return to gaming (ie.…
Member Avatar for caustin

I have a Gateway MT3422 that will not power up properly - dead LCD screen, dvd spins, CPU cooling fan runs, indicator lights blink but no display or bios, etc. Tried external VGA display - same result. Took unit apart and redid CPU heat sink connection using artic silver grease, …

Member Avatar for Reverend Jim
0
265
Member Avatar for Isky

Hi, I'm new to this Java world, and just can't figure out this problem. After I use nextInt or nextDouble, and try to use nextLine, it won't work unless I put nextLine twice. What's the problem there, and what would be the good way to handle this? Just gave a …

Member Avatar for stultuske
0
21K
Member Avatar for flebber

Is there a good portable environment I can use to put on a USB so I can learn wherever I go. So that I have a basic editor and environment to view results. I do plan to use it at work so as self contained as possible.

Member Avatar for NardCake
0
235
Member Avatar for MooGeek
Member Avatar for ajst
0
168
Member Avatar for bibiki

I am working on this exercise: Write an application that asks its user to type a complete sentence on one line. The application then displays in the console window the words in the sentence, one word per line, less any punctuation. I have the following code: [CODE] import javax.swing.*; import …

Member Avatar for bibiki
0
145
Member Avatar for virendra_sharma

Hi frnds, i want to display profile from linkedin like , name , address , company and pic in my application. as "xobni" use to display . can anyone plz help me out for to do this.

Member Avatar for jmaat7
0
78
Member Avatar for mahdi68

Hi , i download ADT-0.9.1.zip file but i cant add it to eclipse !!! please help me , how should i add this plugin to use eclipse to programming for android ???

Member Avatar for Rigved
0
496
Member Avatar for carliux

I have a problem with my Dell Latitude CPX. It happened that my P3 latitude died last time. Motherboard burned was the cause. I used an aftermarket power supply and it burned the motherboard. So I went online and bought a new motherboard for it. Now after installing everything the …

Member Avatar for jmaat7
0
343
Member Avatar for dereknewland

Hello, my name is Derek and I'm a geek. I've been playing with computers for about 10 years now. I'm 23 and I am not sure which area of IT I would like to specialize in. I hope some of you may have some advice for me. Background I convinced …

Member Avatar for timha
0
232
Member Avatar for mahgobb

Do u still read today? I mean, in today's world, do u still read books? The printed books?

Member Avatar for richman0829
2
203
Member Avatar for BunniRabbi

I'm doing this project on Geek Culture for class. Towards that end I created a survey, link below. [url]http://www.surveymonkey.com/s.aspx?sm=7piKZvysQfNvuM_2bLjk_2b1ZQ_3d_3d[/url] Feel free to post this link elsewhere, but I need the results by Wednesday. On a more conversational tone, what do you think most identifies a Geek or Nerd?

Member Avatar for jbennet
0
140
Member Avatar for neelamdwivedi

hello friends i m working on a project wherein we have to capture a photo using web cam for the web application.. can anybody tell me how we can do this. i have read many artical and found a code for the stand alone appli. from "http://www.mutong.com/fischer/java/usbcam/" but it is …

Member Avatar for neelamdwivedi
0
116
Member Avatar for why1991

I must be overlooking something simple here, but I have no clue why it says that it is going out of bounds. Here is my entire program... [CODE]import java.util.Scanner; import java.util.Random; public class MadLib { static Scanner input = new Scanner(System.in); static Random rng = new Random(); static String t[] …

Member Avatar for BestJewSinceJC
0
191
Member Avatar for The Dude

[url]http://speedtest.10-fast-fingers.com[/url] My best is 50 Words Per Minute so far :)

Member Avatar for red_gal_2005
3
176
Member Avatar for rgpii

Hi, I am currently taking a class on data structures(analyzed in C++) at a university and I really find our current text book, Data Structures and Algorithm Analysis by Mark Allen Weiss, hard to follow. Does anyone know any good data structure books that pulled you in? Thanks for your …

Member Avatar for jmaat7
0
199
Member Avatar for TigerGirl

Hi. I have a recursive public static method search that takes a Tree node (any arbitrary binary tree, not necessarily a search tree) and returns whether or not that tree satisfies the order property for a binary search tree. So, my method is [CODE]public static boolean search(TN t) { if …

Member Avatar for TigerGirl
0
201
Member Avatar for jlew

the question is. Create a function rate-class that determines how Canada Post will categorize your letter or package. To be considered a letter, the maximum dimensions are 38 cm in length, 27 cm in width, 2 cm in height, and 500 g in weight. A non-letter can be a light …

Member Avatar for jmaat7
-1
156
Member Avatar for EDDYGATE

The code below captures the screen and saves it. Depending on your need, you can modify it to do just what you want [code] import java.awt.AWTException; import java.awt.Robot; import java.awt.Rectangle; import java.awt.Toolkit; import java.awt.image.BufferedImage; import java.io.*; import javax.imageio.ImageIO; class ScreenCapture { public static void main(String args[]) throws AWTException, IOException { …

Member Avatar for firstsmilepk
0
234
Member Avatar for gibson.nathan

i have an integer like this:1 4 3 2 1 1 3 8 1 1 1 1 1 2 1 6 2 3 1 12 what can i do to add each individual number together like this: 4+3+2+1+1+1+3+8 etc?

Member Avatar for VernonDozier
0
105
Member Avatar for sarath.koiloth

I know java doesnot support multiple inheritence.lets say my class A extends B.Now my class A is extending class B as well as Object Class .how this happens?Why class A gets compiled?

Member Avatar for JamesCherrill
0
129
Member Avatar for virtualmisc

I lost my driver cd. How do i find which is my driver? The display ic says ATI and nothing else... i tried many softwares which detects and install drivers but none worked.

Member Avatar for jmaat7
0
61
Member Avatar for tksrules

How to move pointer in display to beginning of line.I don't want to create a new line.I want to take the cursor/pointer to the beginning in same line. I have taken help of all possible combinations of System.out.print statements. For example in the code below i want to print 70 …

Member Avatar for jmaat7
0
117
Member Avatar for leverin4

I have to write a very simplistic password cracker for a Security Class...Basically, the professor gave us a binary file with five encrypted passwords and a list of 354984 possible words. The first part of the assignment was easy, I can crack the 5 passwords in under a second. But …

Member Avatar for JamesCherrill
0
114
Member Avatar for traviscbrooks

Ok so I have a Compaq Presario SR2020NX Media Center pc. I attempted to install windows 7 but when the disk was in the drive during boot the monitor would not come on. i got the pc to boot just fine into xp and did the install of windows 7 …

Member Avatar for traviscbrooks
-1
156
Member Avatar for iamsmooth

Hi, I'm writing my first program for my second year comsci class and I'm still learning java along the way. Anyways, the signature for one of my functions has to be: "public static BigInteger fNumberRoutes( int n, int m )" So I assume it's a function that returns a BigInteger. …

Member Avatar for jmaat7
0
2K
Member Avatar for jmaat7

Hi Everyone, I actually stumbled across this site while trying to figure out a piece of my homework. The website seemed to have a better explanation than the teacher or the textbook, so now I'm hooked. I actually work in accounting, but became interested in programming about a yr ago. …

0
30