Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 500
Search took 0.18 seconds.
Search: Posts Made By: thechristelegacy
Forum: C Sep 16th, 2009, 12:07 AM
Replies: 1
Views: 312
Posted By thechristelegacy
Stack overflow problem

Hello, all!

I'm writing an assignment and I keep getting an odd error whenever I enter a NUM_INTS value greater than 122000. The debugging doesn't help at all since the debug statement that comes up...
Forum: Python Aug 18th, 2009, 12:14 PM
Replies: 2
Views: 320
Posted By thechristelegacy
Re: Passing args during import?

Sane,

I chose the hacky way to do things by setting sys.argv

I would have rearranged the second script but it's a large complex beast of a thing (and not well documented) so I thought it best to...
Forum: Python Aug 17th, 2009, 12:50 PM
Replies: 2
Views: 320
Posted By thechristelegacy
Passing args during import?

Hello all,

I've picked up a project at school where I'm editing someone else's code. The code consists of two Python scripts which create wx GUIs.

The problem I've ran into is that the first script...
Forum: Software Design and Algorithms Apr 13th, 2009, 6:58 PM
Replies: 1
Views: 247
Posted By thechristelegacy
C++ game with python networking

So in my intro to graphics class we have to create a game using opengl. The basic is create a character, collect three objects, go into a "maze", fight a bad guy.

But being over achievers our team...
Forum: Java Apr 10th, 2009, 1:53 AM
Replies: 4
Views: 270
Posted By thechristelegacy
Re: My Own Class with function?

I'm not a 100% sure what you're asking, but I'll do my best to explain.

Well if all you're trying to do is change the x and y pos of the ball using the kickBall method then all you need is (assuming...
Forum: Java Apr 9th, 2009, 8:05 PM
Replies: 4
Views: 270
Posted By thechristelegacy
Re: My Own Class with function?

For future reference please try to use code blocks, it makes all of our lives easier.

But yes, so you're going to create a class soccer ball that has different functions.

Some pseudo code might...
Forum: Java Apr 9th, 2009, 7:46 PM
Replies: 4
Views: 265
Posted By thechristelegacy
Re: java error question

This is how your code should look, so let's see


import java.io.*;

public class hw9
{
public static void main(String args[]) throws IOException
{
Example app;
Forum: Java Apr 9th, 2009, 10:24 AM
Replies: 4
Views: 265
Posted By thechristelegacy
Re: java error question

Put it into code blocks and format it and I'll look at it.
Forum: Coder's Corner Lounge Apr 8th, 2009, 12:55 AM
Replies: 6
Views: 814
Posted By thechristelegacy
Re: Programming challenge sites

Project Euler is by far my facorite. There are some easy ones in there and a bunch of near impossible ones. Everyone will find something to challenge them, from the novice programming, to the expert...
Forum: Java Apr 8th, 2009, 12:48 AM
Replies: 1
Views: 189
Posted By thechristelegacy
Re: confused about multiple classes help simple question.

Well it depends, you can do either way really.

If you have a class set up for your fraction code, you could get the input in the main function and then pass it into your fraction object when you...
Forum: Java Apr 8th, 2009, 12:33 AM
Replies: 20
Views: 928
Posted By thechristelegacy
Re: Attention All Javacoders

Well good luck on the exam. Hopefully I'll become a full time contributor again. Congrats. on all you've accomplished! I feel ya when you say school work is a lot of work. Not to mention I just...
Forum: Java Apr 8th, 2009, 12:15 AM
Replies: 20
Views: 928
Posted By thechristelegacy
Re: Attention All Javacoders

Haha, it's been great actually. I was sitting here working on one of my projects for class and I thought to myself, "I wonder whats going on over at PFO?" But yeah, it's good to see that some...
Forum: Java Apr 8th, 2009, 12:01 AM
Replies: 20
Views: 928
Posted By thechristelegacy
Re: Attention All Javacoders

My univeristy (Slippery Rock University of Pennsylvania) just switched its main teaching language from C++ to Java. We're accredited by ABET, which is controlled by all the major companies in the...
Forum: Other Programming Languages Oct 8th, 2008, 4:05 PM
Replies: 0
Views: 414
Posted By thechristelegacy
Lisp:Dynamic variable names

Hello all, we received an assignment to create a textual map of how to get through a certain grocery store with the items that we give the program. Lisp is a very odd language and I have a hard time...
Forum: Java Feb 11th, 2008, 10:23 PM
Replies: 15
Views: 2,722
Posted By thechristelegacy
How to compare variable types in Java

How do I compare types in Java?

I'm doing input checking for the following code


do {
System.out.print("By how many px's would you like to increase(0 to 105):");
increase =...
Forum: Coder's Corner Lounge Feb 11th, 2007, 12:25 AM
Replies: 16
Views: 695
Posted By thechristelegacy
I remember I saw a list once of funny errors due...

I remember I saw a list once of funny errors due to user variables and what not. One of them was an error where there was no variable or function of that name, so it was like

{
God()
}

Error: God...
Forum: PHP Feb 6th, 2007, 11:08 AM
Replies: 2
Views: 264
Posted By thechristelegacy
Grimppirate, it's my fault for not including the...

Grimppirate, it's my fault for not including the entire script, I was trying to cut back on how much code you guys had to search through. At the beginning of the code is...
Forum: PHP Feb 6th, 2007, 1:04 AM
Replies: 2
Views: 264
Posted By thechristelegacy
javascript function over table

Ok, so I wrote some code to make links act like the submit button to a form. I wrote a test file (test.php) which used analyze.php to work with the form data. When I put it up to the scale on the...
Forum: PHP Feb 4th, 2007, 1:35 AM
Replies: 8
Views: 409
Posted By thechristelegacy
Hey thanks grimppirate! I was able to fix my...

Hey thanks grimppirate! I was able to fix my orrginal script though.


// This is the directory to list files for.
$theDirectory = $session->username;
// Do you want to show directories?...
Forum: PHP Jan 29th, 2007, 7:20 PM
Replies: 8
Views: 409
Posted By thechristelegacy
DaWei, after trying your method, the output is as...

DaWei, after trying your method, the output is as follows.


I'm still not sure what's going on, I'm going to look at grimpirate's code next, and see if I can make some sense of what's going on....
Forum: PHP Jan 25th, 2007, 6:48 PM
Replies: 8
Views: 409
Posted By thechristelegacy
Finding file size

I'm altering a script I found that itterates through a directory and list the files and the file sizes. I changed the script to seach a seperate directory "data". The directory is stored in my...
Forum: Coder's Corner Lounge Oct 25th, 2006, 4:07 PM
Replies: 24
Views: 627
Posted By thechristelegacy
Lol, too cute.

Lol, too cute.
Forum: Coder's Corner Lounge Oct 25th, 2006, 3:54 PM
Replies: 30
Views: 866
Posted By thechristelegacy
Congrats my man.

Congrats my man.
Forum: Community Introductions Oct 25th, 2006, 3:51 PM
Replies: 16
Views: 509
Posted By thechristelegacy
welcome back to the party!

welcome back to the party!
Forum: Coder's Corner Lounge Oct 21st, 2006, 2:06 PM
Replies: 11
Views: 453
Posted By thechristelegacy
I'm a girl loving kind of guy and I've never had...

I'm a girl loving kind of guy and I've never had any problems with the female types.
Forum: Coder's Corner Lounge Oct 20th, 2006, 3:15 PM
Replies: 31
Views: 924
Posted By thechristelegacy
Lol, you need to get her started on Bawls and...

Lol, you need to get her started on Bawls and Jolt early so she gets used to the caffine for staying up all night.
Forum: Community Announcements and Feedback Oct 19th, 2006, 6:09 PM
Replies: 19
Views: 721
Posted By thechristelegacy
The new design is cute. And I say that in a very...

The new design is cute. And I say that in a very manly way. I like them.
Forum: Coder's Corner Lounge Oct 17th, 2006, 10:21 PM
Replies: 12
Views: 535
Posted By thechristelegacy
Most likely a little of both. I think something...

Most likely a little of both. I think something Windows based will be the way to go. I'd love to take some of my games with me.
Forum: Coder's Corner Lounge Oct 17th, 2006, 10:10 PM
Replies: 12
Views: 535
Posted By thechristelegacy
I was thinking macbook, but would that really be...

I was thinking macbook, but would that really be the way to go if I'm going to be doing a lot of c++ programming?
Forum: Coder's Corner Lounge Oct 17th, 2006, 6:54 PM
Replies: 12
Views: 535
Posted By thechristelegacy
Need a notebook for college

Hey guys! Yeah, I'm still around. So it's my senior year of highschool and next year I plan on attending college majoring in computer science. Not sure which one yet, but one problem is I need to...
Forum: Coder's Corner Lounge Jul 15th, 2006, 11:27 AM
Replies: 18
Views: 509
Posted By thechristelegacy
IR, it seams we share very close birthdays. Happy...

IR, it seams we share very close birthdays. Happy birthday indeed :-). First thing I did last night at midnight was go to Sheetz and buy some cigars.
Forum: Coder's Corner Lounge Apr 25th, 2006, 11:43 PM
Replies: 31
Views: 983
Posted By thechristelegacy
I haven't posted forever, but I look around a lot.

I haven't posted forever, but I look around a lot.
Forum: Coder's Corner Lounge Mar 29th, 2006, 6:50 PM
Replies: 16
Views: 584
Posted By thechristelegacy
Yeah. People talking about their immature things....

Yeah. People talking about their immature things. Yeah, well I get bed action at least once every 25 hours of the day. Sometimes it's in the car, or on the car, or inside the trunk, or inside the...
Forum: Community Introductions Mar 27th, 2006, 7:18 PM
Replies: 20
Views: 778
Posted By thechristelegacy
WElcoem to the community :D

WElcoem to the community :D
Forum: Coder's Corner Lounge Mar 15th, 2006, 11:08 PM
Replies: 16
Views: 873
Posted By thechristelegacy
Shhh, he's listening right now...... He might...

Shhh, he's listening right now...... He might hear you.
Forum: Coder's Corner Lounge Mar 14th, 2006, 4:47 PM
Replies: 16
Views: 873
Posted By thechristelegacy
It's not the disapearing posts that scare me......

It's not the disapearing posts that scare me... it's the man who keeps talking to me from inside my computer, but when I look, he's not there.
Forum: Community Introductions Mar 5th, 2006, 11:02 PM
Replies: 11
Views: 483
Posted By thechristelegacy
welcome

welcome
Forum: Community Introductions Mar 3rd, 2006, 7:41 AM
Replies: 14
Views: 495
Posted By thechristelegacy
Welcome.

Welcome.
Forum: Coder's Corner Lounge Mar 2nd, 2006, 7:10 PM
Replies: 10
Views: 472
Posted By thechristelegacy
I use it quite often for school projects. For...

I use it quite often for school projects. For instance, I was writing a paper on the technology of a trumpet for hon. chem. and used wikipedia for information on musical theory. I found the...
Forum: Coder's Corner Lounge Mar 1st, 2006, 10:49 PM
Replies: 10
Views: 472
Posted By thechristelegacy
I love wikipedia. It's a great resource.

I love wikipedia. It's a great resource.
Showing results 1 to 40 of 500

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:25 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC