I've built a system that kinda does that: https://patcdr.net/carl/listing tl;dr: People can build ASM modules on that site and load them into my game (when enabled) using chat commands. And it does work on my original…
My first day at Microsoft, I was worried about this. This worry dissipated once I saw my boss's boss pull one out in a meeting.
I'd wager much higher than that. At the very least, I'm using Win7. Statistics on browser/OS usage from pg would be interesting though.
It actually runs better in IE8 than it did in Chrome on my work machine...
It still works fine if a and b are the same value. Here's the general proof: a ^= b (a = a ^ b, b = b) b ^= a (a = a ^ b, b = b ^ (a ^ b) = a) a ^= b (a = b ^ (a ^ b) = b ,b = a) Now, let's replace all references…
I've built a system that kinda does that: https://patcdr.net/carl/listing tl;dr: People can build ASM modules on that site and load them into my game (when enabled) using chat commands. And it does work on my original…
My first day at Microsoft, I was worried about this. This worry dissipated once I saw my boss's boss pull one out in a meeting.
I'd wager much higher than that. At the very least, I'm using Win7. Statistics on browser/OS usage from pg would be interesting though.
It actually runs better in IE8 than it did in Chrome on my work machine...
It still works fine if a and b are the same value. Here's the general proof: a ^= b (a = a ^ b, b = b) b ^= a (a = a ^ b, b = b ^ (a ^ b) = a) a ^= b (a = b ^ (a ^ b) = b ,b = a) Now, let's replace all references…