Forum: C
Feb 3rd, 2008, 11:13 PM
|
|
Replies: 4
Views: 236
Re: Simple program odd results
yes, using a float in the condition of a for loop isnt a good idea, but Im not sure if thats really the problem since it does execute the correct number of loops. I did discover that the printf...
|
Forum: C
Feb 3rd, 2008, 5:29 PM
|
|
Replies: 4
Views: 236
Re: Simple program odd results
My window for editing has expired and I thought I should add that Im getting correct approximations independant of the step size used. "n" just seems to not be playing nicely.
|
Forum: C
Feb 3rd, 2008, 4:41 PM
|
|
Replies: 4
Views: 236
Simple program odd results
Ive been out of coding practice for several months now so my debugging is rusty. I cant seem to figure out why Im getting the results that I am. Its a simple program used to aid my calculations in a...
|
Forum: C
Jan 8th, 2008, 11:38 AM
|
|
Replies: 16
Views: 549
|
Forum: Python
Nov 9th, 2007, 8:36 PM
|
|
Replies: 36
Views: 1,637
|
Forum: Assembly
Oct 7th, 2007, 12:27 PM
|
|
Replies: 17
Views: 1,157
|
Forum: Software Design and Algorithms
Oct 7th, 2007, 12:18 PM
|
|
Replies: 32
Views: 918
With having only 1GB of ram you're not going to...
With having only 1GB of ram you're not going to fit all of that into memory in your final design. Since is sounds like you are at a university, you should find a professor that may be interested in...
|
Forum: Software Design and Algorithms
Oct 6th, 2007, 11:43 PM
|
|
Replies: 32
Views: 918
|
Forum: Python
Oct 5th, 2007, 4:08 PM
|
|
Replies: 4
Views: 351
Thanks DaWei but I was already aware that the...
Thanks DaWei but I was already aware that the issue was with they type of data in the list. What I was looking for was an approach like Arevos posted. I resorted to converting each value one by one...
|
Forum: Python
Sep 30th, 2007, 2:57 PM
|
|
Replies: 4
Views: 351
Sorting integer lists
Im studying python and I am unsure of how to solve a problem.
Im taking user input of two strings consisting of integers. I split these on whitespace into two lists, merge the lists, and sort it. My...
|
Forum: C
Sep 26th, 2007, 9:05 PM
|
|
Replies: 4
Views: 229
|
Forum: C++
Aug 2nd, 2007, 9:02 AM
|
|
Replies: 6
Views: 213
Some words of advice for debugging:
Start with...
Some words of advice for debugging:
Start with the first error first. Often times, an error at the beginning of the program can trip false errors later on (especially when the initial mistake was...
|
Forum: C++
Aug 2nd, 2007, 8:51 AM
|
|
Replies: 7
Views: 215
|
Forum: Other Programming Languages
Jul 27th, 2007, 10:36 AM
|
|
Replies: 8
Views: 480
|
Forum: Other Programming Languages
Jul 26th, 2007, 6:06 PM
|
|
Replies: 8
Views: 480
Forgive my ignorance, but I do not know the...
Forgive my ignorance, but I do not know the answer to your question and my coworkers have not been detailed in their responses. I'll post one of their responses and answer what I can, and hopefully...
|
Forum: Other Programming Languages
Jul 26th, 2007, 10:04 AM
|
|
Replies: 8
Views: 480
|
Forum: Other Programming Languages
Jul 24th, 2007, 1:25 PM
|
|
Replies: 8
Views: 480
|
Forum: Other Programming Languages
Jun 25th, 2007, 1:51 PM
|
|
Replies: 8
Views: 480
Aspen
For anyone interested in new languages, Aspen is a new programming language that is being developed by a grad student at Purdue. Myself and another undergraduate are being used to see how easy the...
|
Forum: Coder's Corner Lounge
Jun 25th, 2007, 10:04 AM
|
|
Replies: 32
Views: 824
oh sure, but then what does that say for the LM...
oh sure, but then what does that say for the LM representation? That would be trivial to crack. I hope no one still allows windows to save an LM password unless absolutely necessary. To disable it...
|
Forum: Coder's Corner Lounge
Jun 25th, 2007, 10:00 AM
|
|
Replies: 7
Views: 207
|
Forum: Coder's Corner Lounge
Jun 22nd, 2007, 1:11 PM
|
|
Replies: 7
Views: 207
What Im asking for, I dont really need anymore,...
What Im asking for, I dont really need anymore, but the idea is for geolocation. If I know an IP, I would like to know where that ip resides in the world. I know there are some web sites that do this...
|
Forum: Coder's Corner Lounge
Jun 22nd, 2007, 1:01 PM
|
|
Replies: 11
Views: 259
Older methods for cracking a WEP key involved...
Older methods for cracking a WEP key involved sniffing about 500,000 to 1,000,000 packets which allowed one to guess the WEP with a high probability because weak IV's revealed a correct byte of the...
|
Forum: Coder's Corner Lounge
Jun 22nd, 2007, 12:13 PM
|
|
Replies: 32
Views: 824
Getting back on topic here. I thought that link...
Getting back on topic here. I thought that link was very amusing. I also found it interesting that Windows NT core systems contain 2 user password entries, one NT hash and one LM representation. Not...
|
Forum: Coder's Corner Lounge
Jun 17th, 2007, 9:12 PM
|
|
Replies: 7
Views: 207
Finding the DNS that an IP is associated with
I know how to find the DNS of domains or the registrar, but what I cant seem to find, is a way to determine what DNS resolves a specific IP address, when the IP address is a home pc that is not...
|
Forum: C++
Jun 7th, 2007, 1:24 PM
|
|
Replies: 10
Views: 282
|
Forum: C++
Jun 7th, 2007, 9:38 AM
|
|
Replies: 10
Views: 282
Yes, but Ive had the system run stably at 2.7...
Yes, but Ive had the system run stably at 2.7 GHz. I just wasnt happy with the temps or my ability to cool it, so I found a stable profile at 2.4GHz.
Im all for troubleshooting the overclocking...
|
Forum: C++
Jun 6th, 2007, 10:34 PM
|
|
Replies: 10
Views: 282
Im referring to on-chip cache. Im overclocking...
Im referring to on-chip cache. Im overclocking the CPU, Bus, LDT, and RAM. I closely monitor temps to stay within safe limits, but Im getting better performance at 2.025GHz, even 1.8GHz than I get...
|
Forum: C++
Jun 6th, 2007, 4:53 PM
|
|
Replies: 10
Views: 282
|
Forum: C++
Jun 6th, 2007, 3:55 PM
|
|
Replies: 10
Views: 282
|
Forum: C++
Jun 6th, 2007, 1:16 PM
|
|
Replies: 10
Views: 282
Counting Cache errors.
Im not sure if C++ is the best, or acceptable language for accomplishing this, but I have encountered a rather steep decrease in performance due to overclocking and would like to see if its due to...
|
Forum: Coder's Corner Lounge
Jun 6th, 2007, 1:12 PM
|
|
Replies: 5
Views: 256
|
Forum: C++
May 31st, 2007, 9:43 AM
|
|
Replies: 7
Views: 192
Mine?
Well my experience with programming on...
Mine?
Well my experience with programming on GPU's is limited, but say you wanted to run some computation. You can represent it as an image and use DirectX or OpenGL on the image to manipulate it....
|
Forum: C++
May 29th, 2007, 10:13 AM
|
|
Replies: 7
Views: 192
On older GPU's you can run matrix manipulations...
On older GPU's you can run matrix manipulations by representing each element as a pixel. Then you're just doing an operation on an image with DX commands. You get back an image and then parse it for...
|
Forum: Existing Project Development
May 24th, 2007, 12:14 PM
|
|
Replies: 19
Views: 980
|
Forum: C++
May 23rd, 2007, 9:29 AM
|
|
Replies: 3
Views: 166
|
Forum: C++
May 22nd, 2007, 4:05 PM
|
|
Replies: 3
Views: 166
Arbitrarily large int add - Memory problem
WARNING: This is a self practice problem originally done in C, now being solved in C++. The following source may contain bad code. I assume no liability to any ill effects, seizures, job losses, etc....
|
Forum: C#
May 21st, 2007, 1:47 PM
|
|
Replies: 8
Views: 153
If you are programming in a unix shell, I...
If you are programming in a unix shell, I recommend using DDD which is a visual debugger of gbd. Its great for debugging. Be sure to compile using the -g flag (still assuming you're on unix and using...
|
Forum: Coder's Corner Lounge
May 15th, 2007, 9:12 AM
|
|
Replies: 10
Views: 333
|
Forum: C
May 14th, 2007, 10:21 PM
|
|
Replies: 7
Views: 260
|
Forum: C
Dec 10th, 2006, 10:47 PM
|
|
Replies: 12
Views: 463
|