Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
39% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
5
1 Commented Post
~176.53K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

145 Posted Topics

Member Avatar for samaru
Member Avatar for Ghost

Hi Everone, How do I remotely access my computer - I want to be able to control the mouse and keyboard and view the screen in real time. I wanted to do this in Java, but the experts sent me here because Java is not platform dependent and C++ is. …

Member Avatar for adnan_6
0
2K
Member Avatar for stupidenator
Member Avatar for Ghost

Hi Everybody, I was wondering if there was a way to find the most common letter/number/special symbol in a string. Thanks!! Thanks again in advanced, C++

Member Avatar for JamesCherrill
0
3K
Member Avatar for Ghost

Hi, i'm new 2 C#, so my question may seem stupid... but, what is the code to exit an application. I know in java it is: [CODE]System.exit(0);[/CODE] Thanx in advanced, C++

Member Avatar for vasanthmc2
1
10K
Member Avatar for Ghost

Hi, Is it possible to create a Java compiler? Could you make a Notepad-like application, save the code as a .java file, compile it into a .class file, and run it? Basically, I want to combine Notepad and Command Prompt. I just need help on the compiling part (and listing …

Member Avatar for stultuske
0
871
Member Avatar for Yzk
Member Avatar for Ghost

Hi guys! I've been using PHP for fun for a while, and now I'm interested in playing with some scraping. I know regex is the way to go. So I'm trying to scrape a page of 4chan. I want to grab the images and the title of the thread of …

Member Avatar for Member #120589
0
246
Member Avatar for OurNation
Member Avatar for Ghost

When using C++, how do you find the REMAINDER of two numbers and store it in an integer. I think the answer is: [B]X % Y = Int Z;[/B] :idea: Please help. Thanks :lol: , C++

Member Avatar for wangchung
0
966
Member Avatar for Ghost

Ahh I posted something similar in the PHP forum, but this location might be more applicable. Sorry for the double post! I need one user to be able to pay another user, and I get a % of the transaction. What's the best system to use? Thanks!

Member Avatar for mark santa
0
139
Member Avatar for server_crash
Member Avatar for Ghost

Hi Everyone! It's been a while since I've posted! Anyway, I'm building a website and I need one user to be able to pay another user, while a percentage of that money goes to me. Here's an example: Two Users: User A User B User A pays User B $100 …

Member Avatar for chrishea
0
193
Member Avatar for Ghost
Member Avatar for hamzat1995
0
150
Member Avatar for Ghost

Hi, I'm running my server on localhost. I'm trying to make a forum database program in php, but I can't get mysql to work! whenever I try to add a table, it says there isn't any database. How do I add a database to localhost? Thanks in advanced for your …

Member Avatar for tdoyle
0
485
Member Avatar for Ghost

Hi: I just wanted to see the capabilities of java. Can you please post your favorite project (that you've made). If you want, please also post the source code. Thanx, C++

Member Avatar for masijade
0
616
Member Avatar for Ghost

Hi, I'm trying to fully automate my website, and I'm trying to delete a line from a file that matches the line in a given String. For example, I have a txt file named toApprove.txt containing a list of names such as: [CODE] John Joe George Jake [/CODE] The file …

Member Avatar for mschroeder
0
5K
Member Avatar for Ghost

Hi Everybody, Is there a way to have a picture of the 3 or 4 sq. pixels you're mouse is hovering over appear in the bottom of the screen? Thanx.

Member Avatar for volvo14
0
1K
Member Avatar for Ghost

Hi everybody: I want to make a java application, but I can't think of anything to make. Any ideas would be appreciated. Thanx, C++

Member Avatar for rolypoly2308
0
295
Member Avatar for Ghost

Hi, I'm trying to run my program in command prompt, but i get this error: [CODE] Exception in thread "main" java.lang.NoClassDefFoundError: Invaders [/CODE] Can anybody tell me what this error means? Thanx.

Member Avatar for stultuske
0
2K
Member Avatar for Ghost

Hi Everybody, I was wondering how to make a java image editing application. Basically, I really want to make a program that allows the user to drag and stretch images. I don't want the code. I'm only in search of a decent tutorial. Thanks in advanced for your help.

Member Avatar for manojnbn
0
2K
Member Avatar for Ghost

Hi, I was wondering if there was a way to compare two images for similarity (i.e. checking to see if signature is same as signature on a credit card). Thankx in advanced. -- C++

Member Avatar for JavaHelper
0
2K
Member Avatar for Ghost

I have this code: [CODE]try { robot = new Robot(); robot.mouseMove(0,900); robot.mousePress(InputEvent.BUTTON1_DOWN_MASK); robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK); }catch(Exception e){}[/CODE] And I want it to click the "Start" button on Windows computers. The mouse moves to the correct location, but does not click. Advice?

Member Avatar for Clawsy
0
190
Member Avatar for Ghost
Member Avatar for wregan
-2
173
Member Avatar for Ghost

The source of my COPYRIGHTED tictactoe java game. It shows how to use multiple classes, methods, etc.

Member Avatar for JamesCherrill
-2
133
Member Avatar for sam1
Member Avatar for Dani
Member Avatar for shouvik
Member Avatar for Ghost

Hi: I was wondering if anybody knew anything about creating your own programming language. Thanx

Member Avatar for zack999
0
161
Member Avatar for Ghost

Hi everybody; is there a way to find system info (current time, date, processor speed, processor's RPM, Fan1's RPM, Fan2's RPM, etc)? I am making a program that gives you information about your computer. Thanx in advanced, C++

Member Avatar for jaka.ramdani
0
1K
Member Avatar for Ghost

Hi, I was wondering if there's a tutorial on making a website that offers free hosting. I know how to upload files with PHP, so I posted this topic here. Thanx.

Member Avatar for foryounow
0
502
Member Avatar for paradox814
Member Avatar for Ghost

I need to open a .txt file from a website. I tried this code: [CODE] int len = 0; FileReader fr = new FileReader("http://www.cinndev.com/testFile.txt"); BufferedReader br = new BufferedReader(fr); String str = ""; while ((str = br.readLine()) != null) { System.out.println(str); len++; }[/CODE] but the program froze on me. What …

Member Avatar for Ezzaral
0
434
Member Avatar for toria1975
Member Avatar for Ghost

Hi Everyone, I'm webmaster of two sites I've submitted << snipped >> to google >100 times, and it still isn't listed! I submmitted through this site: [url="http://www.google.com/addurl/?continue=/addurl"]http://www.google.com/addurl/?continue=/addurl[/url] Do you have any advice? Should I purchase an SEO like TrafficBlazer and if so, which one? For my second site, I've submitted …

Member Avatar for kronikmedia
0
205
Member Avatar for Ghost

Hi, I was wondering how many posts you need to post before you move to the next "rank" - for example: Junior Poster, Posting Whiz, Guru Poster, etc. Thanx.

Member Avatar for Auzzie
0
269
Member Avatar for JJ___

1 - Counter Strike 2 - Counter Strike: Source 3 - Halo 4 - Halo 2 5 - Halflife: Source

Member Avatar for maravich12
0
997
Member Avatar for rishiraj_bayerd

hi, I'm only 13 and I've taken the exam twice (and failed). The first time I got a 22% and the second time I got 44%. A really good tool is called Transcender Practice Exam at transcender.com. It is basically 3 different versions of the Java test. It has actual …

Member Avatar for Ezzaral
0
210
Member Avatar for JJ___
Member Avatar for yingyuan

Right away, I see that your main function is the first function. Try running the program with the main function last. -- C++

Member Avatar for daniweb2013
0
437
Member Avatar for Ghost

Hi, I am trying to create a simon-says type game, where there are four icons of different colors. One icon lights up. The user clicks it. Next, a new icon lights up. The user clicks the sequence... etc, etc, etc. Right now, the first round works. Unfortunately, the icons do …

Member Avatar for bryantpurdin
0
1K
Member Avatar for DeFrog777

basically, they're different. Java is made by SUN, and J# is made by SUN's rival company Microsoft. Java is better :)

Member Avatar for Ezzaral
0
160
Member Avatar for nanosani

in a word processor: Ctrl + i = italics Ctrl + b = bold Ctrl + u = underline Ctrl + a = select all In any program: Ctrl + f = Find

Member Avatar for arjunsasidharan
0
826
Member Avatar for Ghost

Hi, I am making tic tac toe, and I basically have it all working, except the GUI has a few bugs. Right now, I am not using a layout. I am using "setBounds" instead. When a player wins, an image saying "you win" should be displayed over the title image …

Member Avatar for masijade
0
445
Member Avatar for Ghost

Is there a way to browse the internet using the PSP??? Any help would be appreciated. Thanks in advanced for your help, C++

Member Avatar for J_M44053
0
174
Member Avatar for rixius

If you have a gmail account, PLEASE invite me. My email adddress is [email][email protected][/email] Thanks, C++

Member Avatar for Member #114696
0
6K
Member Avatar for khoomy
Member Avatar for kevin_smithers
Member Avatar for Ghost

Hi everybody! I want to create my own OS. I already know: Java C++ HTML 3D Game Design C# Pascal I was wondering if any of what I know might come in use. Is there a tutorial on making your own OS i could follow??? Thanx in advanced for your …

Member Avatar for Ancient Dragon
0
365
Member Avatar for Ghost

Hi Everybody: I've attempted at getting Java Sun certified twice (failing both times). My first score was a 22% and my second score was a 44% (big improvement :D ). I was wondering if anybody had any help or tips for taking the exam. I really want to pass next …

Member Avatar for jwenting
0
752

The End.