Forum: Python Oct 1st, 2008 |
| Replies: 6 Views: 647 Re: Edit printed line In case anyone discovers this, the solution is to the use '\r', to will move the cursor the start of the line.
where [] is the cursor.
print "asdasd\r" //will give [a]sdasd
now the cursor is at... |
Forum: MySQL Oct 1st, 2008 |
| Replies: 0 Views: 394 Secure database access for Public Applications Helllo!
I'm working on a user information tracker that will allow users to write data to their profile through it's web interface and with a Java Application for wireless devices.
My the issue is... |
Forum: Python Apr 28th, 2008 |
| Replies: 6 Views: 647 Re: Edit printed line Ah, I did happen to discover the ncurses library, I've used it with c++ and agree with you on the performance issues (can really see it if you have to work on a busy thin client network). I've been... |
Forum: Python Apr 27th, 2008 |
| Replies: 6 Views: 647 Re: Edit printed line Ok, I thought it was pretty clear, I think the problem is too much information.
Cut down explanation:
How do I make python output status info the way wget does?
This is way wget outputs... |
Forum: IT Professionals' Lounge Apr 27th, 2008 |
| Replies: 5 Views: 2,175 Re: Every word in the english language? Sorry forgot about this.
@Ancient Dragon:I was thinking something like the oxford standard dictionary in list form, something suitable for a word game.
@jwenting: People can jump to conclusions... |
Forum: Python Apr 27th, 2008 |
| Replies: 6 Views: 647 Edit printed line This problem has been driving me crazy, I just can't seem to find anything in the Python docs.
I've been working on a script, It connects to a remote server and downloads multiple RAR files as a... |
Forum: IT Professionals' Lounge Apr 15th, 2008 |
| Replies: 5 Views: 2,175 |
Forum: IT Professionals' Lounge Apr 15th, 2008 |
| Replies: 5 Views: 2,175 Every word in the english language? No, I'm not writing a brute force cracking program, just getting that cleard up (I would have guessed that if someone asked me this).
I actually started making an anagram solver, sort of. It was... |
Forum: C++ Feb 10th, 2008 |
| Replies: 3 Views: 727 Re: Getting started with c++ graphics and sound Thank you, I'm sorry, I totally missed the graphics forum. But I'm avoiding actual game forums because they go into too many advanced topics for my simple little program. SDL looks perfect actually,... |
Forum: C++ Feb 10th, 2008 |
| Replies: 3 Views: 727 Getting started with c++ graphics and sound Hi!
I'm just at the the research and design stage for my final college project, I'm just wondering what some more experienced programmers think is the best way to get started with simple graphics... |
Forum: VB.NET Dec 13th, 2007 |
| Replies: 2 Views: 952 Re: Input Validation Thanks very much KB, I knew it would something like that, I just don't have any decent recources on VB. This worked flawlessly for my project. |
Forum: VB.NET Dec 13th, 2007 |
| Replies: 2 Views: 952 Input Validation Hello!
I'm trying to find out how to validate input from a textbox, I want to make sure it is an integer within a certain range and that the destination variable is big enough for it. Sorry if this... |