Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 500
Search took 0.05 seconds.
Search: Posts Made By: Wizard1988
Forum: Assembly Feb 18th, 2009, 6:58 PM
Replies: 19
Views: 1,013
Posted By Wizard1988
Re: A Committed Inquiry Into OS Development

There is a very good website you might want to check out: http://www.brokenthorn.com/Resources/OSDevIndex.html

I hope this gets you started.
Forum: C Dec 17th, 2008, 11:06 AM
Replies: 32
Views: 1,246
Posted By Wizard1988
Re: Your respective opinion

This should be helpful http://publications.gbdirect.co.uk/c_book/
Forum: Project Ideas Nov 18th, 2008, 12:00 AM
Replies: 21
Views: 1,199
Posted By Wizard1988
Re: An idea like no other...

This has the potential for an auto-plagiarizing tool, but so does a thesaurus :)

It does look like an interesting project, but not an easy one...
Forum: Project Ideas Nov 17th, 2008, 10:02 PM
Replies: 21
Views: 1,199
Posted By Wizard1988
Re: An idea like no other...

Why would you want to do this??
Forum: Software Design and Algorithms Nov 15th, 2008, 6:01 PM
Replies: 5
Views: 369
Posted By Wizard1988
Re: Hashing??

I understand that checking the strings that way would work. However I am required to do this using a hashtable...
Forum: Software Design and Algorithms Nov 15th, 2008, 11:35 AM
Replies: 5
Views: 369
Posted By Wizard1988
Hashing??

I have somewhat of an unusual problem, and thought I would see what you guys would do.

I have a list of strings of various lengths, and have to check weather or not those strings can be constructed...
Forum: Community Announcements and Feedback Oct 26th, 2008, 12:35 AM
Replies: 63
Views: 2,613
Posted By Wizard1988
Re: Seriously... can we do anything about the spammers here?

I have an idea of what could be done to bring down the number of spam threads, but I'm not really sure how easy this would be to implement here.....

Basically, new members should be restricted to...
Forum: Coder's Corner Lounge Sep 27th, 2008, 12:40 PM
Replies: 1
Views: 251
Posted By Wizard1988
Re: Finding sounds/music

You might want to check out the forums at gamedev.net I am sure you will find someone who might be able to help you there.

Good luck
Forum: Coder's Corner Lounge Aug 25th, 2008, 8:31 PM
Replies: 10
Views: 791
Posted By Wizard1988
Re: Open Pandora Project.

Hmm, looks cool. I might be in for one too :)
Forum: Coder's Corner Lounge Aug 23rd, 2008, 12:53 AM
Replies: 1
Views: 314
Posted By Wizard1988
Re: Best place to get software (pricewise)

If you attend a University/College you can get free software through Dreamspark (https://downloads.channel8.msdn.com/)
Forum: PHP Aug 4th, 2008, 10:11 AM
Replies: 6
Views: 530
Posted By Wizard1988
Re: Detect spam posts on comments page

You could most likely stop the bots with an extra hidden field in the form. When the form gets submitted check if the hidden field contains anything, if it does then it is most likely a bot. You...
Forum: HTML / XHTML / CSS Jul 23rd, 2008, 9:59 PM
Replies: 3
Views: 714
Posted By Wizard1988
Re: Shows differently in IE6 and IE7

You might want to look into CSS Frameworks. I was recently messing around with Blueprint CSS (http://code.google.com/p/blueprintcss/) and it worked pretty good.
Forum: Coder's Corner Lounge Jul 23rd, 2008, 9:54 PM
Replies: 1
Views: 505
Posted By Wizard1988
Exclamation Get a FREE domain name

Godaddy.com is having some sort of a promotion and they are offering free Domain Name registration (1 year). I was able to register a domain and I thought some of you guys and gals might be...
Forum: Coder's Corner Lounge Jul 13th, 2008, 10:06 PM
Replies: 8
Views: 545
Posted By Wizard1988
Re: About Wireless LAN

Look into DD-WRT firmware, it has hotspot functionality.
Forum: C++ Jul 9th, 2008, 4:40 PM
Replies: 10
Views: 654
Posted By Wizard1988
Re: Need College Help/Advice

If you are looking into game/engine development then I don't think you will need to learn COBOL. C,C++ and some scripting languages is where its at.

You might want to check out www.gamedev.net
Forum: PHP Jun 28th, 2008, 9:54 PM
Replies: 6
Views: 603
Posted By Wizard1988
Re: IP address

This might help -> GOOGLE (http://www.google.com/search?hl=en&q=prevent+hotlinking&btnG=Search)
Forum: C++ Jun 24th, 2008, 12:50 PM
Replies: 6
Views: 488
Posted By Wizard1988
Re: binding 2 keys

Then it won't be very easy, LOI
Forum: HTML / XHTML / CSS Jun 20th, 2008, 11:17 PM
Replies: 1
Views: 619
Posted By Wizard1988
Re: Relative positioning in CSS

I'm not entirely sure what you need but hopefully this helps: CSS positioning (http://css-tricks.com/absolute-positioning-inside-relative-positioning/)
Forum: Java Jun 18th, 2008, 3:51 PM
Replies: 3
Views: 555
Posted By Wizard1988
Re: Help with Web Server

I don't really understand what you are asking for...
Forum: Java Jun 18th, 2008, 2:33 PM
Replies: 3
Views: 555
Posted By Wizard1988
Re: Help with Web Server

Did you take a look at http://www.w3.org/Protocols/HTTP/1.0/spec.html ??
Forum: JavaScript and Client-Side Browser Scripting May 19th, 2008, 10:10 PM
Replies: 5
Views: 788
Posted By Wizard1988
Re: Passing a variable to a pop up window

There is a way to get around that. Change "url +"?url=" + document.location" to "url +"&url=" + document.location" Normally GET variables are separated by '&' symbols (notice the URL when you are...
Forum: JavaScript and Client-Side Browser Scripting May 19th, 2008, 8:09 AM
Replies: 5
Views: 788
Posted By Wizard1988
Re: Passing a variable to a pop up window

Couldn't you just pass it as a get variable?


<a href="javascript:OSUGGEST('printfriendly.php?id=123')";>Print</a>
Forum: Coder's Corner Lounge May 17th, 2008, 12:17 PM
Replies: 2
Views: 352
Posted By Wizard1988
Re: MARIE a sample computer ARCH

From what I understand this architecture is using fixed length instructions, which are 11 bits long. An address field is four bits long, this means it would be possible to address 2^4 different...
Forum: Java May 14th, 2008, 6:34 PM
Replies: 51
Views: 2,509
Posted By Wizard1988
Re: back to online battleship

I'm not understanding why the client(s) would need to send the setup board to the server more than once. After the server received the two boards it should be able to figure out the results if it...
Forum: Coder's Corner Lounge May 14th, 2008, 4:33 PM
Replies: 8
Views: 528
Posted By Wizard1988
Re: Excel As A Programming Language!?

Awesome job Sane. Suprisingly Excel can be used for a bunch of stuff. For example you can have it render 3D objects :)...
Forum: Java May 14th, 2008, 4:29 PM
Replies: 51
Views: 2,509
Posted By Wizard1988
Re: back to online battleship

If you think about it the server shouldn't really be sending the board to anyone. After each player sets up their battleships the program might send the sizes and coordinates of their ships to the...
Forum: Show Off Your Open Source Projects May 13th, 2008, 11:11 AM
Replies: 3
Views: 1,025
Posted By Wizard1988
Re: RicoRobots!!

I'm not that old... If you like this game you can add features to it :). I did write a command prompt version with undo functionality. If you want a bigger challenge add an option where it would...
Forum: Paid Job Offers May 6th, 2008, 6:56 PM
Replies: 20
Views: 2,378
Posted By Wizard1988
Re: Need a program developed.

"Playing" games that way is pathetic, why don't you just run folding@home overnight and pretend that you are leveling up??
Forum: Paid Job Offers May 6th, 2008, 6:55 PM
Replies: 20
Views: 2,378
Posted By Wizard1988
Forum: Java May 5th, 2008, 2:41 AM
Replies: 1
Views: 258
Posted By Wizard1988
Re: Implicit returns

I am not 100% sure but here is what I think it is:


void foo()
{
doSomething()
}

int bar(int a)
{
Forum: C May 1st, 2008, 4:52 PM
Replies: 7
Views: 504
Posted By Wizard1988
Re: image processing

Yeah, you managed to edit it before i hit post. Here (http://student.kuleuven.be/~m0216922/CG/filtering.html)is an article that is a bit easier to understand
Forum: C May 1st, 2008, 4:39 PM
Replies: 7
Views: 504
Posted By Wizard1988
Re: image processing

First I would suggest that you learn how to use code tags :). Second you might want to take a look at this (http://www.gamedev.net/reference/programming/features/imageproc/page2.asp) or this...
Forum: C Apr 15th, 2008, 8:17 AM
Replies: 5
Views: 541
Posted By Wizard1988
Re: port scan detection

This might help you a bit http://www.cs.wright.edu/~pmateti/Courses/499/Probing/
Forum: C Apr 14th, 2008, 9:34 PM
Replies: 5
Views: 541
Posted By Wizard1988
Re: port scan detection

Well for a port being open, I would say you would somehow check if there is a program/service listening for connection requests. For example if you wanted to get all the active phone numbers in a...
Forum: Java Apr 8th, 2008, 12:19 AM
Replies: 3
Views: 324
Posted By Wizard1988
Re: Complex Number Calculator

It is most likely the way you handle the input. You could check the string for a negative sign and them simply subtract the following number from 0. Its just a simple hack, other members might have...
Forum: Coder's Corner Lounge Apr 3rd, 2008, 10:04 PM
Replies: 3
Views: 330
Posted By Wizard1988
Luck is on our side

I just found this video and I thought you guys should see it.
http://www.youtube.com/watch?v=aQiPCC27VgA
Forum: Coder's Corner Lounge Mar 28th, 2008, 7:26 PM
Replies: 45
Views: 2,490
Posted By Wizard1988
Forum: Coder's Corner Lounge Mar 13th, 2008, 11:08 PM
Replies: 21
Views: 1,064
Posted By Wizard1988
Re: I failed a programming test

So are you just having problems concentrating on the material?? You might want to read up on memory/cognitive function supplements. They work for some people, but not always.
You might want to read...
Forum: Coder's Corner Lounge Mar 13th, 2008, 10:47 PM
Replies: 21
Views: 1,064
Posted By Wizard1988
Re: I failed a programming test

Here take a look at this : http://www.jkador.com/letter.htm. :)
Forum: Coder's Corner Lounge Mar 12th, 2008, 5:38 PM
Replies: 25
Views: 1,230
Posted By Wizard1988
Re: 500 Ways to Cause An Error

How about a boot sector overwrite :)
Showing results 1 to 40 of 500

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:38 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC