Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Netham45

Pages: 1 ... 10 11 [12] 13 14 ... 123
166
Axe / Re: I need help: Bits, bytes, and exponents
« on: November 27, 2011, 02:18:37 pm »
A function to get the power of a number would be pretty easy to make, if there isn't one handy.
Here's a C++ function; I don't know Axe:
Code: [Select]
double Pow(double number,double power)
{
for (power;power>0;power--)
   number*=number;
return number
}

167
News / Re: Mini Contest
« on: November 27, 2011, 06:58:42 am »
I don't think mine fits guidelines.



*ducks*

168
Minecraft Discussion / Re: Minecraft
« on: November 26, 2011, 08:24:10 am »
Nice. Whenever I start to make something in Minecraft it just turns into a giant TNT crater. :(

169
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: November 26, 2011, 08:05:32 am »
Quote
...
[5:59:45 AM]   *   New post by yeongJIN_COOL in The game finally arrives on yo http://omniurl.tk/11295/211889
[6:01:12 AM]   *   New post by yeongJIN_COOL in Minecraft http://omniurl.tk/5591/211890
[6:02:07 AM]   *   New post by yeongJIN_COOL in Super Crate Box http://omniurl.tk/11495/211891
[6:02:20 AM]   Netham45   Post wall much
[6:02:20 AM]   *   TBO_Yeong  closes my huge post wall
[6:02:25 AM]   Netham45   ninja'd.
[6:02:28 AM]   TBO_Yeong   D:

170
News / Re: Mini Contest
« on: November 26, 2011, 06:38:01 am »
You might want to add that there might be country restrictions on it.

171
OmnomIRC Development / Re: OmnomIRC quit messages broken?
« on: November 25, 2011, 06:32:49 pm »
That's related to the userlist being broken.

I need to rework most if not all ofthe irc bot.

172
General Calculator Help / Re: # and ! programs?
« on: November 25, 2011, 09:36:14 am »
There is a flag that controls rather it's executing at the homescreen or in a program. You can run a bit of ASM to change this flag to allow things like unarchive or such in pure basic programs, but it breaks things like for or while.

173
General Calculator Help / Re: Problems with Zoom Math
« on: November 25, 2011, 09:18:36 am »
Is there any board where we can discuss about this further? I am pretty interested in Zoom Math :P

There may be, but they aren't here.

I'm locking this topic due to the nature of the content being discussed. Please keep discussions of piracy and cracking off of Omnimaga.

174
Humour and Jokes / Re: The awkward moment when...
« on: November 25, 2011, 07:43:48 am »
Your friends try to schedule facebook chats

175
Site Feedback and Questions / Re: Axe domain suspended
« on: November 21, 2011, 01:03:08 am »
No, I just wanted to know that we still had it. Can you send me the IPs for them, or enter them yourselves?

176
Site Feedback and Questions / Re: Axe domain suspended
« on: November 20, 2011, 10:59:04 pm »
Yes and since I thought they were somewhere else I didn't know they were there to back them up.

You used to take backups a lot, would you happen to have one of the Axe Wiki's DB?

177
Site Feedback and Questions / Re: Axe domain suspended
« on: November 20, 2011, 10:48:05 pm »
I was told at one point that the Axe subdomains and such were managed by someone else so I never transferred them.

I'm looking into what'll be required to get the backups now (I don't have access anymore).

As far as the domain goes, I have full control over it.

178
Site Feedback and Questions / Re: Axe suspended
« on: November 20, 2011, 03:47:04 am »
These are outside of my server. I'm not sure who pays for them, but I'll send some PMs out.

179
Computer Projects and Ideas / Re: Fun with AJAX
« on: November 19, 2011, 11:55:11 pm »
Nah, XDA-Developers takes that long to load, not Omni.

180
Computer Projects and Ideas / Re: Fun with AJAX
« on: November 19, 2011, 11:53:18 pm »
I've noticed it makes browsing some sites a lot faster, like XDA-Developers is considerably faster with it. It's as fast as Omni is with it, but without it it sometimes takes >30 seconds to load a page.

Pages: 1 ... 10 11 [12] 13 14 ... 123