Programming Forums
User Name Password Register
 

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

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: gumbyman31
Forum: Coder's Corner Lounge Jun 25th, 2006, 11:06 AM
Replies: 12
Views: 173
Posted By gumbyman31
There should be some kind of simple batch file...

There should be some kind of simple batch file you can write to automate the process. Ever hear of AutoIt (http://www.autoitscript.com/)? That might help.

Good luck
Forum: Coder's Corner Lounge Jun 24th, 2006, 10:01 PM
Replies: 12
Views: 173
Posted By gumbyman31
Whoa. How'd you get Office '03 on them in the...

Whoa. How'd you get Office '03 on them in the first place?
Forum: Coder's Corner Lounge Jun 17th, 2006, 1:17 PM
Replies: 56
Views: 1,230
Posted By gumbyman31
This makes no sense. Yeah, the shoe company will...

This makes no sense. Yeah, the shoe company will say that you should get their shoe shine. That's called advertising. What Microsoft is trying to do is FORCE people to use their products. By making...
Forum: PHP Jun 10th, 2006, 10:22 AM
Replies: 31
Views: 740
Posted By gumbyman31
Make sure your ISP is ok with this. I say this...

Make sure your ISP is ok with this. I say this because my DSL(now FiOS) provider said in the contract no web servers, and therefore blocked port 80 from their end. If this happens, just switch the...
Forum: Coder's Corner Lounge Jun 3rd, 2006, 1:00 PM
Replies: 5
Views: 171
Posted By gumbyman31
Quine?

Is there any real purpose for a quine?
Forum: Coder's Corner Lounge May 27th, 2006, 12:10 PM
Replies: 16
Views: 355
Posted By gumbyman31
The joke's on you DaWei. No searching was needed....

The joke's on you DaWei. No searching was needed. :cool: I'm just that good.
Forum: Paid Job Offers May 27th, 2006, 12:08 PM
Replies: 83
Views: 1,428
Posted By gumbyman31
Okay, I've stayed out of this way too...

Okay, I've stayed out of this way too long.

Let's say you DO get the funding, you DO get a team of a hundred willing to work for free, and you DO have the time and tools to do this. What happens...
Forum: Coder's Corner Lounge May 27th, 2006, 9:11 AM
Replies: 16
Views: 355
Posted By gumbyman31
Check out Winalysis. It monitors system files,...

Check out Winalysis. It monitors system files, etc.

As for the scripting problem, head over to Autoit (http://www.autoitscript.com/autoit3/index.php). I've used it many times, and it does exactly...
Forum: Visual Basic May 23rd, 2006, 2:34 PM
Replies: 15
Views: 350
Posted By gumbyman31
Any type of file. I've played games that store...

Any type of file. I've played games that store all of the data to a simple .INI file. Of course this made cheating easy, but it worked.
Forum: C++ May 17th, 2006, 3:35 PM
Replies: 25
Views: 510
Posted By gumbyman31
I agree. Start with the syntax first. Then move...

I agree. Start with the syntax first. Then move on to writing some basic stuff, to get the hang of it. Check out the tutorials section of this forum, there is some good stuff there.
Forum: Coder's Corner Lounge May 16th, 2006, 9:16 PM
Replies: 37
Views: 724
Posted By gumbyman31
I'd say C++, then Python. I guess I'm still sorta...

I'd say C++, then Python. I guess I'm still sorta new to both, but I started on C++. It makes everything else so easy. As for OS, I perfer Mac OS X, because it's based off of unix, so it's the best...
Forum: PHP May 15th, 2006, 4:20 PM
Replies: 26
Views: 724
Posted By gumbyman31
I normally let Dreamweaver handle that, but I see...

I normally let Dreamweaver handle that, but I see your point.
Forum: PHP May 14th, 2006, 7:41 AM
Replies: 26
Views: 724
Posted By gumbyman31
I did the same thing, started my own web server...

I did the same thing, started my own web server on my mac. Only problem is for some reason, no matter what I do, port 80 doesn't work, so I edited my httpd.conf to use port 8000. Could this be an isp...
Forum: PHP May 12th, 2006, 10:26 PM
Replies: 3
Views: 198
Posted By gumbyman31
Depends. Are you personally hosting this webpage,...

Depends. Are you personally hosting this webpage, or are you using a web host?
Forum: C++ May 8th, 2006, 5:10 PM
Replies: 41
Views: 868
Posted By gumbyman31
Yeah, I'm still working on breaking that habit. I...

Yeah, I'm still working on breaking that habit. I used all kinds of silly names when I used to program in VB. Stuff like DefenderVal, DefendVal, DefendingVals, etc. Then I realized how impossible it...
Forum: PHP May 8th, 2006, 4:17 PM
Replies: 4
Views: 185
Posted By gumbyman31
yeah, i guess i shouldve started there. :o

yeah, i guess i shouldve started there. :o
Forum: Paid Job Offers May 7th, 2006, 9:28 PM
Replies: 8
Views: 303
Posted By gumbyman31
Although I am not a very advanced programmer, I...

Although I am not a very advanced programmer, I noticed that this is being written for a Windows. I'd be interested in porting it for Mac, and am eager to learn how. Let me know what I can do.
Forum: Coder's Corner Lounge May 7th, 2006, 9:21 PM
Replies: 1,430
Views: 24,193
Posted By gumbyman31
This Velvet Glove -Red Hot Chili Peppers

This Velvet Glove -Red Hot Chili Peppers
Forum: PHP May 7th, 2006, 9:16 PM
Replies: 4
Views: 185
Posted By gumbyman31
Include variables

how would you use cross-script variables in php? Like, if you have script 1:

<?php
$A=15
include ("script_2.php")
?>


And then in script 2:
Forum: C++ May 7th, 2006, 4:54 PM
Replies: 19
Views: 531
Posted By gumbyman31
Well, either way, it looks like Xcode is looking...

Well, either way, it looks like Xcode is looking to become the dominant programming utility for Mac anyways, so I might as well learn it.
Forum: C++ May 4th, 2006, 9:22 PM
Replies: 19
Views: 531
Posted By gumbyman31
And how would I go about setting it up in the...

And how would I go about setting it up in the terminal? I assume there's a pre-installed compiler, but I haven't done too much work with terminal, apart from Apache work, so I don't know any better.
Forum: C++ May 3rd, 2006, 7:31 PM
Replies: 19
Views: 531
Posted By gumbyman31
C++ on Mac

Hey all. First off I would like to say i'm a complete newbie to this forum, so please forgive me if this topic is already posted.

I was wondering what the best C++ compiler would be for OS X 10.3.9....
Showing results 1 to 22 of 22

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:35 AM.

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