Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Tags
Member Avatar for thebigbroski

So I'm working with a book here, and I've so far completed all chips required to make an ALU. My question is, given an ALU truth table, how should I make the alu? [url]http://puu.sh/cVgr[/url] I mean, there are so many variables and functions at glance. How should I go about …

Member Avatar for Begginnerdev
0
53
Member Avatar for thebigbroski

So today I learned you can't modify an arraylist while you are iterating through it. In this case, I must be able to add elements though, while staying inside my loop. Any ideas? I tried using the Iterator class based off some examples online. Excuse my in-elegant code, it was …

Member Avatar for JamesCherrill
0
121
Member Avatar for thebigbroski

I wanted to start getting into the art of creating bots and such, for games specifically. I wanted to attempt something challenging, and this sounds like a daunting task. [url]http://puu.sh/4Rsc[/url] Taking a look at that image, how would I go about making a C# program that would somehow manage to …

0
58
Member Avatar for thebigbroski

I'm reading Headfirst PHP & MYSQL. I did what the book asked me to do, and this is the output in the browser: [CODE] Aliens Abducted Me - Report an Abduction '; echo 'You were abducted ' . $when_it_happened; echo ' and were gone for ' . $how_long . ' …

Member Avatar for jonhylever
0
213
Member Avatar for thebigbroski

I'm basically writing a bot for the game Bejeweled. Everything works, however it appears to be a bit slow.. and I'm guessing it has to do with the way I'm gathering data for the program to use. Essentially, I take a screenshot, open that file, and grab the RGB'S, add …

Member Avatar for JamesCherrill
0
102
Member Avatar for thebigbroski

Hi guys, so I had an idea for an app that would basically log onto a website with a giver username and password, and then it would pull specific data from that website. Any ideas on how I could do this? What should I read about? I've never coded anything …

0
52
Member Avatar for thebigbroski

I'm working in Dreamweaver, and every time I try to put text into my editable region from a template it does the following: [url]http://img228.imageshack.us/i/resulto.png/[/url] That's the odd indentation. I tried allign the text to the left, and it does, but as soon as I try to test it out in …

Member Avatar for scottloway
0
77
Member Avatar for thebigbroski

So for some bizzare reason instead of getting any values I get 0 if I try using a loop to get values using the method getValueForName. However if I just call it from main and pass it a string as an arg it gives me value. I'm new to C#, …

Member Avatar for Mitja Bonca
0
501
Member Avatar for thebigbroski

I was working on Problem 17 on Project Euler: [url]http://projecteuler.net/index.php?section=problems&id=17[/url] and I'm stuck; my answer is close, but not correct. I got the answer 21108 with the following code: I do realize the code can be optimized, but I would like to simply get this to work, and not try …

Member Avatar for thebigbroski
0
509