No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hello. I have tried numerous string permutation methods, and they work, but not for what I need. I need to permute a string such that I don't get any reversals: abcd abdc acbd acdb adbc adcb * bacd badc bcad bcda * see how these are reversals of each other? … | |
Re: try .equals() instead of = for strings. | |
Hello everyone. I am wondering how to get started with ASM. I tried a few times to install things like radASM (and others) but I don't really know what they are all for. Can someone just tell me how to get started and about compilers/builders? Thanks. | |
Re: that code looks good, but it seems your not setting the start/stop pos to the new value when you request a new number. try something like this: [CODE]if (startpos >11) { OUDialog.alert("The start number entered is not between 1 & 11 "); startpos = Integer.parseInt(OUDialog.request("Enter a start Number between 1 … | |
Hello everyone. I am getting a [CODE]java.lang.NoClassDefFoundError: gnu/regexp/REException'[/CODE] when I run my code. Is there any way around this? I understand it has something to do with a class not being in the write path. I'm using BlueJ as my IDE and I'm trying to use the methods in someone's … |
The End.