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
Member Avatar for Justin Habel

This is my code index_dictionary = dict() with open("BIBLE.txt") as Bible: count = 0 for line in Bible: index = line[:8].split() Book = index[0].strip().upper() chapter, verse = list(map(str.strip, index[1].split(":"))) index_dictionary[(Book, chapter, verse)] = count count += len(line) Bible = open("BIBLE.txt") while True: search_engine = input( "Book list: Ge(Genesis), Ex(Exodus), Le(Leviticus), …

Member Avatar for bogenbroom
0
98
Member Avatar for DeanMSands3

Hey, DaniWeb! I need your opinions. I'm looking to expand my skillset, particularly in the Windows department. On a scale of "Eh, maybe later" to "Do it! Do it now!" what is your opinion on the importance of learning PowerShell as opposed to another life skill like Haskell, Mandarin Chinese, …

Member Avatar for bogenbroom
0
196
Member Avatar for razree

Hi all, I really need your help on this one. I have a MSSQL db table with two columns-ID and name. Each row in this two columns contains an unique ID and a name. Now I have a query that imports just a name in the listview (I don't want …

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
844
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

Mozilla CEO Mitchell Baker has [URL="http://weblogs.mozillazine.org/mitchell/archives/2007/07/email_futures.html"]admitted[/URL] that Thunderbird is to be booted out of the Mozilla camp in order to allow “the Thunderbird community to determine its own destiny” apparently. Put through my patented BS translator this produced “Thunderbird brings us no revenue, gets a bad press whether compared to …

Member Avatar for kim wally
0
295
Member Avatar for Nbutz

Hello! I am currently on my way to getting a MIS Degree and am clueless on the whole cert world. I was looking for some good certs to look into or some insight on what to look for or at. Thanks for the help

Member Avatar for serkan sendur
0
109
Member Avatar for chts12345

Hi all I am going to graduate in December 08. I want to be a SQL Server Database administrator and developer. I want to appear in certification exams before December. So that I could get a job immediately after graduation. But I am not sure about several things. Please answer …

Member Avatar for bilbus
0
246
Member Avatar for Griszell1
Member Avatar for bogenbroom
0
63
Member Avatar for dinilkarun

Hi, I am using the following syntax in VB 6.0 to copy distinct values from strTableName to TableName [code]strOpen = "Select distinct * into" & " " & strDupTableName & " from " & strTableName rst.Open strOpen, db, adOpenDynamic, adLockOptimistic[/code] But I am getting a runtime error "-2147217833". I have …

Member Avatar for bogenbroom
0
167