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 - Eeems

Pages: 1 ... 92 93 [94] 95 96 ... 370
1396
News / Re: Upcoming short downtime
« on: February 23, 2012, 09:44:17 pm »
But it has been 6 months since the domain isn't working O.O
I was talking to DT about the subdomains.

1397
News / Re: Upcoming short downtime
« on: February 23, 2012, 05:06:56 pm »
Your isp's DNS cache probably hadn't updated yet.

1398
Humour and Jokes / Re: Juju in danger?
« on: February 23, 2012, 05:05:42 pm »
I think he was banned, but I could be wrong. It would be a shame if none of his 5 accounts were not banned considering the earlier spam. I think if that was the case, then Omni staff would really need to be replaced fast. X.x (no offense)
I was at work. Not my fault that I couldn't stop it. Anyways, why is the account not deleted, as well as the spam posts?

1399
News / Re: Upcoming short downtime
« on: February 22, 2012, 07:55:12 am »
We didn't update SMF. We updated the server itself.

1400
Site Feedback and Questions / Re: Re-open images/screenshots to public?
« on: February 20, 2012, 01:52:51 pm »
Just a sec, I'll go see if I can change the permissions on it.

EDIT: I don't know the windows permissions well enough to figure this out X.x Netham45 will have to do it.

1401
WabbitStudio Software Suite / Re: Wabbitemu on Android
« on: February 15, 2012, 09:38:57 pm »
Android emulator has terrible performance unfortunately. I can't get even close to the kind of performance I do on real hardware.

Eeems: when you try to press keys do they vibrate? If they do then the keys is actually being pressed, but the emulator may not receive it if you tap fast. Try holding down the key for a sec and see if it actually gets it. You have the same size display as me so the sizing shouldnt be an issue, at least I haven't noticed any issues with key locations. Also grab the latest build just to see if it helps at all
Hmm, I just tried again and yes, as long as I hold down long enough it seems to work. Before no matter how long I held it down it was giving the wrong keypress, not just one off, but something entirely on the opposite side of the keypad. Fixed now though, somehow.

1402
At most 3 seconds. It could be instant. If the script uses too much cpu power just increase the time for the sleep.

1403
it would be OmnomIRC.php

1404
I think he already has an auto-restart script. I'm not sure though, we'd have to ask him.
Oh, and btw helen, this script will also start Omnom on its own if it isn't running. You can start it first or just my script, it doesn't really matter.

1405
You could do the pid thing. You could also run the script itself ( ./OmnomIRC.php ( make sure to add the right stuff to the start of it ( #!/usr/bin/php5 ) ) ) that way the process name will be the name of the script instead of php :)

EDIT: @ DJ: my script probably wont fix the issues where omnom stops relaying to one of the channels. That is a code issue I think. Unless he has multiple processes ( one per server he connects to ).

1406
Oh it's a php bot? How are you running it?

1407
Well if I remember correctly it would probably be the name of the script/binary you are running. You could try changing it to ps -A instead, it's just less precise.

1408
You could just do something like this:
Code: [Select]
p="process name"
while true; do
/path/to/process/to/run;
while [ "$(ps -C $p | grep $p)" != "" ]; do
sleep 3;
done;
done;
I haven't tested it but with some tweaking I'm pretty sure it should do what you want.

1409
General Calculator Help / Re: Ti-84 plus operating systems
« on: February 04, 2012, 11:46:48 am »
Due to copyright we can't link it. Maybe someone on IRC will be able to help you though.

1410
Escheron: Shadow over Ragnoth / Re: Escheron: Shadow over Ragnoth
« on: January 30, 2012, 12:11:21 am »
(Also, i'd prefer if you didn't use the pronoun "he" to talk about me)
What would you prefer?

Pages: 1 ... 92 93 [94] 95 96 ... 370