Posts
 
Reputation
Joined
Last Seen
Ranked #332
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
85% Quality Score
Upvotes Received
37
Posts with Upvotes
35
Upvoting Members
27
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
6
19 Commented Posts
~225.39K People Reached
About Me

I like stuff...yep...stuff is fun!

Interests
Computers, Art
PC Specs
Altair
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 Dani
1
52K
Member Avatar for Dani

Hey there forum lurkers - all you people who are browsing the site but still haven't taken a minute to sign up. I just thought it would be a nice idea to welcome you all to the forums. Why not drop us a line and say howdy here? Heck, you …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for sham
Member Avatar for daniweb2013
Member Avatar for LordoDeGrim
0
741
Member Avatar for thijo

hi, I have to write my output of a java program to a txt file. how to do this in java thanks

Member Avatar for JamesCherrill
0
520
Member Avatar for Killer_Typo

I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like to see. IE remove the /* and */ around a certain area. i know its not great, but some beginners …

Member Avatar for LastMitch
0
144
Member Avatar for Killer_Typo

Ok, right now i have an array that the user enters into a form and when they submit it, it is loaded into a PHP script that i have set into an iFrame so that you can modify the mysql database in real time (sorta) but heres my problem. i …

Member Avatar for LastMitch
0
121
Member Avatar for Yzk
Member Avatar for codercpp1

I'm not sure how to do this, but i'm making a small shell in C++ in command line, with a few external scripts and executables being called. What I want to do is either make a simple web browser or a way to show web pages in C++, or if …

Member Avatar for c++Fun
0
1K
Member Avatar for VenkataRamana.K

Hi, Can anyone tell, how to detect whether PHP is installed or not? I want to find out this with the help of Registry in Windows? Is it possible? Regards, K.VenkataRamana

Member Avatar for edith_is_sex
0
173
Member Avatar for asifjavaid

hi guys , hope you are all fine. i want to created MS word doc file to pdf file converter in MS Visual Studio 2005.. can any one help me what will be the procedure to develop such a thing? Waiting for good reply... Asif Javaid Chughtai.

Member Avatar for SummiRS
-1
412
Member Avatar for david@mex

hello everybody , It's been like two weeks since i have been trying to fix this problem on my friends pc. the problem is that once you connect to the internet a message comes out in the front window that says the computer will turn off automatically in 30 seconds …

Member Avatar for crunchie
0
395
Member Avatar for raseru

I know C++ and java. My school focuses on Java but it doesn't seem to be very appropriate for game design. I wouldn't even consider Java if it wasn't for Minecraft. I want to make some nice and small indie games. If they go far great, but I also want …

Member Avatar for tiger86
0
288
Member Avatar for sarathsshanker

im not able to figure out the meaning of this piece of code: [code] public int void countTokens(String s) { StringTokenizer st= new StringTokenizer(); return st.countTokens(); } [/code]

Member Avatar for stultuske
0
372
Member Avatar for tammy12w

help im new to this.... why are get method useful?? for example why write this: [CODE]public class name { private String yourname; public void setname(String Fname){ yourname= Fname; } public String getname(){ return yourname; } public void sayying(){ System.out.printf("hello %s", getname()); } }[/CODE] when this also does the same thing …

Member Avatar for stultuske
0
115
Member Avatar for Aviras

Hello everyone. I just started on 'converting' my multiplayer text RPG into a graphical form. What I am trying to do is this: Create a title window, basicly just a JPanel with one image filling the space. To this JPanel I add a MouseListener. When a user clicks the window …

Member Avatar for Aviras
0
397
Member Avatar for NEEDHELPINJAVA

Hi, I'm new in this forum and I'm here to ask help on a topic the lecture I didn't turn up. I'm new to creating a search function for my Java application where the user can view the information of the books, such as title, author and the price of …

Member Avatar for Killer_Typo
0
231
Member Avatar for wilfanada

for the past ten years i have tried without much success to program in c, c++, java and c# .net. my major problem has been inconsistency and lack of focus and direction. now, i want to start all over again with Python as my language of choice. what must i …

Member Avatar for Killer_Typo
0
141
Member Avatar for Killer_Typo

Trying to build a simple python script on my mac, but the mac is 64 bit and apparently does not want to play nice. Does anyone know of any workarounds or if I am missing something? command i am running is python setup.py py2app -A output is: error: argv-emulation is …

Member Avatar for Killer_Typo
0
263
Member Avatar for real thinkers

I want to make a program that find the alphabets present in the string using java language. e-g i hava a string " Hello World " It display me that charactes present in it are H e l 0 w r d It count a character only once.

Member Avatar for Ezzaral
0
220
Member Avatar for yumyam09

Can anyone show me a sample program that can turn on a computer automatically on scheduled time..please show me so that i have an idea what it look like.. thnx ^_^

Member Avatar for stultuske
0
183
Member Avatar for CrimsonTwilight

Hey everyone. I was thinking of setting up two monitors, with a seperate keyboard for each running off the same computer. I want to be able to have seperate programs running on each and control them each seperatly from their respective keyboards. first of all I was wondering if this …

Member Avatar for tje210
0
234
Member Avatar for Killer_Typo

what exactly does it do, ive read a little on it, but still am not sure. does this mean i can take the computers online connection, and its network connection (to computers that have no internet capability) and bridge them so that all of the computers have interenet capabality if …

Member Avatar for gadmobiles
-1
451
Member Avatar for krnekhelesh

Create a Quine, that is, a program that prints out its own source code. (Expert) In this thread [B]Read Me: C / C++ FAQ's and Practice problems[/B] started by ~s.o.s~ how do you create this program.

Member Avatar for mahaju
0
1K
Member Avatar for quintoncoert

i am trying to connect to an MS Access database but i am new to C#. I have looked at, amongst others, Paladin's response to dark omen about connecting to a database and since i have connected to a database before in Visual Basic most of it makes sense to …

Member Avatar for vkmaurya5785
0
158
Member Avatar for krnekhelesh

Hi, I am creating a chess program. I am creating each piece on the board. But when I try to compile the bishop piece I get this error [B][I]FATAL : Out of Memory in function set.[/I][/B] What does this mean?

Member Avatar for soltanmahmoud
0
421
Member Avatar for SelArom

hi all. i have a two-dimensional array of System.Drawing.Color that I wish to populate with random colors. I have created a class called Utilities that I want to place a RandomColor() method so that various classes within my program can use it... so this is what the utilities class looks …

Member Avatar for Momerath
0
148
Member Avatar for Duki

Hey everyone, I'm trying to get started with SQLite. My app keeps force closing on this activity: [code=java]public class ViewActivity extends Activity { private TextView company; private BillMeDB dh; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.all); company = (TextView) findViewById(R.id.Company1); BillMeDB db = new BillMeDB(this); db.open(); long id; id = …

Member Avatar for Killer_Typo
0
106
Member Avatar for Killer_Typo

i just finished upgrading my php to php5 because i wanted to see the changes, but now my code doesnt do anything at all. like the one to connect to a database. it just gives me a blank white screen so when i went to check phpmyadmin to see if …

Member Avatar for baedaar
0
807
Member Avatar for mikeandike22

if i dont have a domain name but have an ftp server like cuteftp how can people download from my server is there an ip adress for it. Do i need to get at least a subdomain. My main reason for wanting to know this is that i want to …

Member Avatar for manishseo74
0
294