Search found 9 matches

by Joncom
Tue May 15, 2012 6:31 am
Forum: Media
Topic: Screen Shots!
Replies: -1
Views: 2137

Re: Screen Shots!

First thought... Amnesia! :)
by Joncom
Sat Apr 28, 2012 8:03 pm
Forum: Off-Topic
Topic: Message is outbox means it has not sent? Will it?
Replies: -1
Views: 374

Re: Message is outbox means it has not sent? Will it?

Looks like the recipient got it. Thanks :)

(I didn't have to do anything)
by Joncom
Sat Apr 28, 2012 7:26 am
Forum: Off-Topic
Topic: Message is outbox means it has not sent? Will it?
Replies: -1
Views: 374

Message is outbox means it has not sent? Will it?

What's the deal with the outbox? I sent someone a private message and it's not showing up in the sent messages, it's showing up in the outbox. Will the person receieve it automatically or do I have to somehow "push" messages from the outbox... or... help me lol... unless it will fix itself...
by Joncom
Sun Apr 22, 2012 12:18 am
Forum: Impact and Node/Socket.io
Topic: Impact and Node.js Video #7
Replies: -1
Views: 7001

Re: Video 7

Hey halls really nice job on the tutorials! Just wanted to know why do I always get this error on chrome console: Uncaught TypeError: Cannot call method 'getEntitiesByType' of null index.html: 47 (repeated 4 times) It only happens to the console of the second player that joins, not the first one. O...
by Joncom
Sat Apr 21, 2012 11:16 pm
Forum: Impact and Node/Socket.io
Topic: Impact and Node.js Video #6
Replies: -1
Views: 8146

Re: Video 6

ztbrown wrote:A better way to install socket.io:

1. Open a terminal and CD to your nodejs directory (C:\Program Files (x86)\nodejs for example)
2. npm install socket.io
3. ...
4. profit
+1 Saves having to download socket.io from the website.
by Joncom
Sat Apr 21, 2012 9:02 pm
Forum: Coding
Topic: PHP modulus not seeing that there is a remainder
Replies: -1
Views: 896

Re: PHP modulus not seeing that there is a remainder

Xaleph wrote:The thing is, PHP doesn`t handle large numbers well.
Yes. So, apparently my number was too large:

Code: Select all

2^32        ->   4,294,967,296
My number   -> 600,851,475,143
The solution I ended up using was to use bcmod(), a modulus function which handles arbitrarily long integers.

Cheers.
by Joncom
Fri Apr 20, 2012 10:49 pm
Forum: Say Hello
Topic: A friendly hello
Replies: -1
Views: 551

Re: A friendly hello

Thx everyone.
Jackolantern wrote:Welcome to the forums! :)
I love your avatar, Haha. :)
by Joncom
Fri Apr 20, 2012 10:47 pm
Forum: Coding
Topic: PHP modulus not seeing that there is a remainder
Replies: -1
Views: 896

PHP modulus not seeing that there is a remainder

Why is it that when I run this script <?php die("600851475143 mod 3 = " . 600851475143 % 3); ?> it returns this output 600851475143 mod 3 = 0 but when I perform the math operator 600851475143 / 3 on my Windows calculator I'm given the answer 200283825047.66666666666666666667 Obviously ther...
by Joncom
Fri Apr 20, 2012 5:05 am
Forum: Say Hello
Topic: A friendly hello
Replies: -1
Views: 551

A friendly hello

Hello kind people.

Just wanted to say hello. I plan to develop my first HTML5 game over the next couple of weeks.

I used to be a Flash guy, but now I'm currently looking into Impact.

Nice to meet you all.

Go to advanced search