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: Weird Fishes
Forum: Coder's Corner Lounge Dec 18th, 2009, 6:20 PM
Replies: 6
Views: 237
Posted By Weird Fishes
Re: Computer Issues

I wasn't suggesting that as a solution.

Backing up is important regardless of how bad your computer is.
Forum: C# Dec 18th, 2009, 6:10 PM
Replies: 7
Views: 323
Posted By Weird Fishes
Re: Question About Learning C# For Very Specific Usage

That's a common mistake to make when you start programming. Programming isn't something you can just start and work on a complicated project like that. It takes lots of time and dedication.

Starting...
Forum: Coder's Corner Lounge Dec 18th, 2009, 6:07 PM
Replies: 6
Views: 237
Posted By Weird Fishes
Re: Computer Issues

While I don't really know what's going on with your computer problems, you shouldn't have to restart projects every time.

Back them up to the internet. There are tonnes of free services that let you...
Forum: Java Nov 18th, 2009, 7:00 AM
Replies: 3
Views: 274
Posted By Weird Fishes
Re: i want ur hand

Edit: Do what Locean said. You want your statements to be if/else if/else.

In the future, please use code tags.
Forum: Java Nov 17th, 2009, 6:17 AM
Replies: 8
Views: 698
Posted By Weird Fishes
Re: Need help with simple logic.

How the hell did I miss that? ;)

And then to go and do the exact same thing... (My code just takes the modulus in a round about way, after all).

Long day I guess. :)
Forum: Java Nov 16th, 2009, 9:09 PM
Replies: 8
Views: 698
Posted By Weird Fishes
Re: Need help with simple logic.

wait, never mind. This can be done with a single calculation.

x=x-(x/9)*9

where x/9 is integer division
Forum: Java Nov 16th, 2009, 9:00 PM
Replies: 8
Views: 698
Posted By Weird Fishes
Re: Need help with simple logic.

loop?

Like you, I first tried to think of a modulus. I couldn’t, but that doesn’t necessarily mean one doesn’t exist.

You could loop through it subtracting 9 until it’s <= 8 though.
Forum: C++ Nov 14th, 2009, 12:24 PM
Replies: 3
Views: 264
Posted By Weird Fishes
Forum: Existing Project Development Nov 13th, 2009, 6:49 PM
Replies: 11
Views: 688
Posted By Weird Fishes
Re: Open Source Web Browser

Actually, I may have made my point in my first post. I suppose I forgot that when I made my second, and then third posts. Looking back, I’m a bit ashamed of what I said.

So, I’d like to apologize to...
Forum: Existing Project Development Nov 12th, 2009, 9:46 PM
Replies: 11
Views: 688
Posted By Weird Fishes
Re: Open Source Web Browser

Not to mention that there is no way you’ll be able to accomplish meet, never mind surpass, Firefox with your “crew” starting from scratch. Sorry for being a pessimist, but it’s true.
Forum: Existing Project Development Nov 12th, 2009, 4:25 PM
Replies: 11
Views: 688
Posted By Weird Fishes
Re: Open Source Web Browser

Dude, he has his own crew.

That changes everything. It must be a good idea if he has his own crew. There are absolutely no instances in history when a crew failed at a project, therefore this...
Forum: C++ Nov 10th, 2009, 6:42 AM
Replies: 5
Views: 564
Posted By Weird Fishes
Re: Compiling in Eclipse Galileo

Cue DaWei. :)

(Not that I disagree with DaWei, using 5 year old software that isn’t maintained when there are so many alternatives is ludicrous)
Forum: C++ Nov 9th, 2009, 7:57 PM
Replies: 10
Views: 588
Posted By Weird Fishes
Re: sams teach yourself c++ in 21 days

Absorbing 900 pages of information to the point of understanding in 21 days seems like quite a feat in and of itself, regardless of the subject.
Forum: C# Nov 9th, 2009, 6:58 AM
Replies: 4
Views: 366
Posted By Weird Fishes
Re: C# Api?

I agree with Ancient Dragon about the books, if you haven’t done that already, but I think this is the link you wanted: http://msdn.microsoft.com/en-ca/library/default.aspx
Forum: Community Introductions Nov 5th, 2009, 8:07 PM
Replies: 6
Views: 800
Posted By Weird Fishes
Re: hello there

Good luck with that...

I know a few people at my university who talk like that on the internet. I don’t expect them to last very long.
Forum: C++ Nov 4th, 2009, 3:39 PM
Replies: 3
Views: 298
Posted By Weird Fishes
Re: My project, programming

To do it entirely from scratch you'd just have to replicate the avr stcik. Basically the way it would work is you have a microcontroller and switches and a usb connection. Then you would program the...
Forum: C++ Nov 4th, 2009, 11:25 AM
Replies: 3
Views: 298
Posted By Weird Fishes
Re: My project, programming

Sure it’s possible.

Personally, I’d use an AVR stick (http://www.sparkfun.com/commerce/product_info.php?products_id=9147) and a couple buttons. Pretty simple, as much of the code base is done for...
Forum: Coder's Corner Lounge Nov 3rd, 2009, 11:13 AM
Replies: 14
Views: 464
Posted By Weird Fishes
Re: Problems choosing a language...

Wait, so where do we disagree... I said that it isn’t good at cross-platform stuff. Especially as things get more complicated. I pretty much agree with everything you just said, except for the thing...
Forum: Coder's Corner Lounge Nov 2nd, 2009, 9:41 PM
Replies: 14
Views: 464
Posted By Weird Fishes
Re: Problems choosing a language...

Google.

Why can’t you download source code?
Forum: Coder's Corner Lounge Nov 2nd, 2009, 9:35 PM
Replies: 14
Views: 464
Posted By Weird Fishes
Re: Problems choosing a language...

Lemme chime in here. I use mono on a regular basis for my programming course (the ECE department here at UW sold out to Microsoft and all the first year CE people do C# because of it...
Forum: C# Nov 2nd, 2009, 4:00 PM
Replies: 2
Views: 365
Posted By Weird Fishes
Re: Shuffling array creating duplicatees

A few things:


You aren't printing the array after it's finalized. You are printing it as it's being shuffled. This means a number could be at one index at one point and be printed and then swapped...
Forum: C Oct 31st, 2009, 5:48 PM
Replies: 5
Views: 492
Posted By Weird Fishes
Re: Help to write a code program :)

That's very nice of you. I'm sure the person you help will appreciate it.
Forum: Community Introductions Oct 30th, 2009, 3:55 PM
Replies: 7
Views: 426
Posted By Weird Fishes
Re: Hello all

That’s what I figured.

I’d imagine that would definitely need programming. How much is another story, and I don’t know the answer to that.
Forum: Community Introductions Oct 30th, 2009, 3:47 PM
Replies: 7
Views: 426
Posted By Weird Fishes
Re: Hello all

Hey. Welcome. :)

As for your question: probably. I guess it depends what you are ethically hacking. Hacking has so many definitions in modern culture that it's impossible to know what that course is...
Forum: Coder's Corner Lounge Oct 28th, 2009, 8:53 PM
Replies: 9
Views: 337
Posted By Weird Fishes
Re: Hiatus

I’m really sorry to hear that. Good luck and get well.

As has been said already, you’re work is much appreciated around here.
Forum: Coder's Corner Lounge Oct 27th, 2009, 9:07 PM
Replies: 9
Views: 332
Posted By Weird Fishes
Re: Cupid hits Compiler

Sarcasm doesn’t work so good through plain text...

How’s this:

Beautiful. :rolleyes:

?
Forum: Coder's Corner Lounge Oct 27th, 2009, 8:32 PM
Replies: 9
Views: 332
Posted By Weird Fishes
Forum: C# Oct 27th, 2009, 5:12 PM
Replies: 8
Views: 1,105
Posted By Weird Fishes
Re: Drawing desired shapes on each frame during playing a video file

You probably aren't going to have a video that runs at 60fps. It's typically in the ~30 fps range except for high end stuff (which is mostly experimental, barring 50p and 60p, which are used on high...
Forum: JavaScript and Client-Side Browser Scripting Oct 27th, 2009, 11:18 AM
Replies: 4
Views: 350
Posted By Weird Fishes
Re: Building Web Browsers

Ummm, I think Sane just did.

Think of it this way, maybe: If there wasn't network programming involved in a web browser, what would the browser interact with?

What Sane just said, if I might...
Forum: Other Programming Languages Oct 26th, 2009, 3:31 PM
Replies: 6
Views: 338
Posted By Weird Fishes
Re: Computer system

You’re all nuts, it’s e^{i\pi}
Forum: Other Programming Languages Oct 25th, 2009, 11:50 AM
Replies: 6
Views: 338
Posted By Weird Fishes
Re: Computer system

http://www.programmingforums.org/faq.php?faq=rules
Forum: Java Oct 24th, 2009, 1:39 PM
Replies: 7
Views: 384
Posted By Weird Fishes
Re: Constructor and Inheritance problems

Sure: (untested)

public class K
{
public K (int a, int b)
{ ... }
}

public class F extends K
{
Forum: Java Oct 24th, 2009, 1:29 PM
Replies: 7
Views: 384
Posted By Weird Fishes
Re: Constructor and Inheritance problems

Yeah, the problem is that when it creates the Car mercedez it doesn’t know what to do with anything in Vehicle.

You can either create an empty constructor in Vehicle, which is probably good to have...
Forum: Java Oct 24th, 2009, 1:16 PM
Replies: 7
Views: 384
Posted By Weird Fishes
Re: Constructor and Inheritance problems

Well, not being able to see the code that actually uses these classes, I can only suspect that you are trying to use the default constructor... Thing is, because you defined a constructor, the...
Forum: Coder's Corner Lounge Oct 23rd, 2009, 9:29 AM
Replies: 32
Views: 1,049
Posted By Weird Fishes
Re: PFO is starting to look like my gmail spam foder

Well it was like this too, probably worse, at the time when all your quotations were taken.

So you’re saying if one becomes a mod here they have a life long volunteer obligation to stay here? Maybe...
Forum: Coder's Corner Lounge Oct 23rd, 2009, 9:18 AM
Replies: 32
Views: 1,049
Posted By Weird Fishes
Re: PFO is starting to look like my gmail spam foder

It was pretty bad, and that was the time frame where all your quotes come from. It did get better, when some of the admins (cscgal?) changed the captcha (I think... long time ago). I think it was...
Forum: C++ Oct 22nd, 2009, 11:45 AM
Replies: 9
Views: 1,193
Posted By Weird Fishes
Re: Is this code even C??

You’re wasting your time, unless you speak russian. In which case, you may still be wasting your time.
Forum: C++ Oct 22nd, 2009, 8:57 AM
Replies: 9
Views: 1,193
Posted By Weird Fishes
Re: Is this code even C??

Well, looks like it's half russian. :) (or something similar, maybe)

Anyway, it's not c/c++.
Doesn't really look like anything. I don't see an entry point or any data manipulation whatsoever. Also...
Forum: Software Design and Algorithms Oct 22nd, 2009, 7:26 AM
Replies: 11
Views: 806
Posted By Weird Fishes
Re: An algorithm interview question

I so wish you would’ve asked this question a week ago. Would’ve been immensely helpful for the interview I just had...

Great info Sane.
Forum: Java Oct 19th, 2009, 9:11 PM
Replies: 2
Views: 351
Posted By Weird Fishes
Re: HELP ME! jGrasp Just installed. Doesnt Work

Well, you do what it says and get the JDK.

Also:
1. You have terrible forum etiquette.
2. Did you even read the error? That's usually a good step 1.
3. Were this a real problem, and not a stupid...
Showing results 1 to 40 of 500

 
Forum Jump



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

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