- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Site Reliability Engineer
- Interests
- acting
10 Posted Topics
Re: In this block you are simply reading the next line of the file instead of searching for the desired verse. if keyword in index_dictionary: #Bible.seek(index_dictionary) bible = Bible.readline() print(bible) | |
Re: I use Powershell almost daily for system administration and automation. I know of some Dev shops that use Powershell to power their continuous integration and continuous deployment efforts. I work in a mixed Windows/Linux shop and rubberman is right. Powershell gives a similar level of power to bash. As you … | |
Re: Now, it's been a while since I've worked with VB & form controls, but it sure looks like you are repopulating your listview every time you change selections. Seems to me you should have an "onload" or similar function to populate the listview, and the "selectedindexchanged" handler should only handle … | |
I'm in kind of a pickle - I have a project due tonight and suddenly 2 of my datagridviews are acting funky while the others are fine. I have 2 tables in an sqlce db. the first is books(id, title, copyright) and the next is publisher(id, name, bookid). I'm writing … | |
I am writing a simple program to take a user-supplied file, read the contents, and output email addresses found in the file. If the user supplied an invalid path/file name, I want to prompt the user to try again. Right now, everything works properly if the first file name the … | |
Re: For corporate/enterprise email I prefer desktop clients over web clients mostly because desktop clients have a tendency to be more responsive. I don't like to wait for a web page to refresh every time I change the item I'm viewing. That being said, on my Linux boxes, Evolution has become … | |
Re: I don't know much about developer certification tracks (I'm more of a system administrator), but I think the ubiquitous automobile analogy would fit here. So far you have essentially said "I want to buy a car. What should I get?" Well, it depends on what you want it to do … | |
Re: Q-1, Q-2, Q-3: I know you didn't want a website, but I'm going to give it to you anyway: [url]http://www.microsoft.com/learning/mcp/certifications.mspx[/url]. That will guide you to the appropriate exams for your desired cert. MCTS is the entry-level cert & MCITP is a more advanced cert with MCTS as a preqequisite. Q-4: … | |
Re: Get into the field that makes you happy. Your career is likely to evolve in unexpected ways and you will have to constantly keep learning new skills so make sure it is something that will keep your interest. Start with a self-inventory of likes/dislikes and build from that. If you … | |
Re: I have seen this before using VBScript & Access (I don't use VB much). That error usually indicates either a data type issue or a field length issue. Sounds like you have the data type covered. Check the field length in the source & destination fields to make sure that … |
The End.