Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #3K
~5K People Reached
About Me

Site Reliability Engineer

Interests
acting

10 Posted Topics

Member Avatar for Justin Habel

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)

Member Avatar for bogenbroom
0
104
Member Avatar for DeanMSands3

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 …

Member Avatar for bogenbroom
0
201
Member Avatar for razree

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 …

Member Avatar for razree
0
1K
Member Avatar for bogenbroom

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 …

Member Avatar for bogenbroom
0
875
Member Avatar for bogenbroom

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 …

Member Avatar for bogenbroom
0
1K
Member Avatar for happygeek

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 …

Member Avatar for kim wally
0
306
Member Avatar for Nbutz

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 …

Member Avatar for serkan sendur
0
110
Member Avatar for chts12345

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: …

Member Avatar for bilbus
0
247
Member Avatar for Griszell1

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 …

Member Avatar for bogenbroom
0
63
Member Avatar for dinilkarun

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 …

Member Avatar for bogenbroom
0
171

The End.