Forum: Windows Servers and IIS Jun 11th, 2009 |
| Replies: 2 Views: 589 I need some help choosing backup software for the server at my work. Until now we've had a third party operate our backup, but they've been causing so many problems for us, we're going to start doing... |
Forum: VB.NET Mar 2nd, 2009 |
| Replies: 0 Views: 285 I'm definitely an amateur programmer, but I'm looking for a way to make a VB program search through an excel spreadsheet.
My purpose is that I have a lot of media (software, music, movies, books)... |
Forum: C# Sep 8th, 2008 |
| Replies: 4 Views: 822 I've been working on a calculator program for a couple weeks now, and I'm stuck on how I can get the program to actually do the calculations.
The short story is this:
Let's say I have a string... |
Forum: Python Apr 26th, 2008 |
| Replies: 2 Views: 3,596 I've got a small bit of code I need to convert to C#. However my experience with C# is very very limited and a simple python program like the one I'm trying to convert is beyond my experience in C#.... |
Forum: Python Mar 8th, 2008 |
| Replies: 8 Views: 1,093 How can i turn a single string like "movie" and put each letter into an array separately like:
word = ['m','o','v','i','e']
Thanks for all the help, I'm new to programming so i apologize for... |
Forum: Python Mar 8th, 2008 |
| Replies: 8 Views: 1,093 I'm working on writing a small program that jumbles up a word an allows the user to move letters around in a string until the word us un-jumbled.
For Example:
If the given word is "movie"
The... |