Forum: Java Oct 6th, 2005 |
| Replies: 0 Views: 1,794 Hi, I was wondering if anyone could help me with a problem I'm having in Java regarding Regex. All I'm trying to do (this is being dumbed down a bit) is scan a file, for specific text, and print it... |
Forum: Python Sep 1st, 2005 |
| Replies: 3 Views: 4,928 Sorry, I stated my problem poorly. I can search for the words fine. (I don't sort them into least to greatest, I just check the first character, and then see if it's in the word I'm checking, and... |
Forum: Python Aug 31st, 2005 |
| Replies: 3 Views: 4,928 Hi, I've been trying to make a really simple word unscrambler, that takes a scrambled word, and then compares it to a txt file filled with words. The problem I'm getting, is that I'm trying to only... |
Forum: Java Aug 10th, 2005 |
| Replies: 2 Views: 2,274 Hi, I was hoping if anyone could help me really quickly. A section of my program needs to discern between java primitives. I've had to make regular expressions which look for the different... |
Forum: Java Aug 10th, 2005 |
| Replies: 2 Views: 1,498 Does anyone know how to change the colour of text in Java? I'm getting a lot of input from my user in a program I'm writing, and it gets kinda difficult to follow with it all being one colour. Any... |
Forum: Java Aug 9th, 2005 |
| Replies: 6 Views: 1,653 Ahhh thanks so much! I can't believe I never tried using int.class (Even if it doesn't make any sense). I punch myself in face. |
Forum: Java Aug 8th, 2005 |
| Replies: 6 Views: 1,653 Hi again, I know I've asked a lot of questions, and you guys have been a really big help, so sorry for all the trouble. XD But, I've got another problem. :X I've been making a reflective program,... |
Forum: Java Aug 8th, 2005 |
| Replies: 1 Views: 1,190 Hi, sorry again for all the trouble, but I'm trying to get a reflective program to work. It takes a method from a user, and then runs it. My program works except it only works for strings. If they... |
Forum: Java Aug 6th, 2005 |
| Replies: 1 Views: 4,023 Sorry for troubling everyone with my questions these past few days, but I keep bumping into all these weird little problems.
The code below, is a sort of minor reflective program that runs methods... |
Forum: Java Aug 6th, 2005 |
| Replies: 3 Views: 1,508 Hi, I'm trying to make a very simple java tester program. So, my program asks the user for the name of a method, and then runs it (doing a bunch of tests in the process) Does anyone know the name... |
Forum: Java Aug 5th, 2005 |
| Replies: 5 Views: 2,021 Rrrrr? So does that mean that Java automatically interprets XML files, and breaks them into elements? Or do I have to run some sort of method to turn it into these Elements? And, if they are... |
Forum: Java Aug 5th, 2005 |
| Replies: 5 Views: 2,021 I'm pretty new to XML and have never actually coded in HTML before either. I was wondering, what's an XML element? This is just a guess here, but would the XML element of <classname> be XMLBuild,... |
Forum: ASP.NET Aug 5th, 2005 |
| Replies: 0 Views: 1,614 Ummm, I'm not sure if this is the right place to post this question, but I've been having some problems with XML. I'm using Java to make an XML file that breaks apart classes into segments, but for... |
Forum: Java Aug 5th, 2005 |
| Replies: 5 Views: 2,021 I've been making a reflective program, which examines class files, and then creates an XML file that holds all it's values. But, I've been trying to now parse these XML files I've made, and I've... |
Forum: Java Aug 4th, 2005 |
| Replies: 2 Views: 2,949 Ahhhhh XD thanks very much. I had read the API before, but I have a lot of trouble understanding the detailed terminology, so usually the API goes right over my head. Speaking of that, does anyone... |
Forum: Java Aug 4th, 2005 |
| Replies: 2 Views: 2,949 Hi, I was wondering if anone here could help me out a bit with my Reflection problem. My problem is that when I try to find the methods
inside a class, not only do I get its methods, but all of its... |
Forum: Python Jul 16th, 2005 |
| Replies: 3 Views: 12,720 Hi again, I just had a really quick question. Is there any kind of goto command in Python like there is in Java? |
Forum: Python Jun 30th, 2005 |
| Replies: 4 Views: 2,372 Ahhhh thanks very much :mrgreen: |
Forum: Python Jun 29th, 2005 |
| Replies: 4 Views: 2,372 I was wondering if there was any way to make a for loop go through a string word by word, rather then character by character. For example,
for letter in "Hello world"
print letter
it... |
Forum: Python Jun 29th, 2005 |
| Replies: 4 Views: 5,276 Thanks for your help. :mrgreen:
It took me quite a while, but I found out how to do it. Just in case anyone else has similar problems, what I did was I made an or statement that said the first... |
Forum: Python Jun 25th, 2005 |
| Replies: 4 Views: 5,276 Thanks, that's exactly what I want it to do, except I'm trying to do that using Regular Expressions. Is there a way I could change the anchors (^ and $) so that it reads the beginning of every... |
Forum: Python Jun 24th, 2005 |
| Replies: 4 Views: 5,276 Sorry, I know that this is probably the wrong section to post this question in, but I'm sort of confused as to which one would have been appropriate. Anyways, I've been using regular expressions to... |
Forum: Python Jun 13th, 2005 |
| Replies: 22 Views: 179,838 I have another problem with pythons Input, and I was wondering if someone could help me. Whenever I get any input from the user, python keeps printing out on a new line.
So for example:
test... |