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
Re: After searching around, I found that you can now download for free such things as QuickBasic, which does make executables and has a few extras compared to the tamer, lamer QBasic that is only interpreted. You can also get TurboPascal, which might be a better choice for this type of … | |
Re: Why doesn't it connect automatically anyway? Do you need to enter user/passwd or some other info? Or are you using JUST DOS rather than a shell under Windows? Using Windows, my computer would connect as soon as it discovered that the internet was present, so it'll be kind of difficult … | |
Re: If you want to try your hand at Pascal, there is a downloadable Free Pascal Compiler, or FPC. It has full Object-Oriented capabilities, and can even compile some Delphi code. The language is now actually written in itself (strange) and they give you the source code so that you could … | |
Re: [QUOTE=tonyjv;1382588]Here is my palindrome_ages generator: [CODE]>>> import itertools >>> for agediff,group in itertools.groupby(sorted([((b*10+a)-(a*10+b),(b*10+a),(a*10+b)) for a in range(6) for b in range(a+1,10)]), lambda x: x[0]): print agediff,list(group) 9 [(9, 10, 1), (9, 21, 12), (9, 32, 23), (9, 43, 34), (9, 54, 45), (9, 65, 56)] 18 [(18, 20, 2), (18, … | |
Re: I'd be happy if I could even get TCL to work. I thought I had installed it, and I thought NetBeans had installed it too, but I just keep getting an error about some missing .so (library) file that's not even on the hard drive. Makes no sense to me.. |
The End.