search for: nyah

Displaying 4 results from an estimated 4 matches for "nyah".

Did you mean: noah
2006 Apr 03
1
GoDaddy royally screws over aussievoip.com.au and soft-swtich.org
Well, I wake up this morning, and aussievoip isn't up. I ring godaddy, who _were_ hosting it, and they say that the machine's been compromised, and you can't have your data. Nyah Nyah. I spent 1 hour and 38 minutes on the phone to them, trying to convince them to let me somehow get access to it, but to no avail. I've reported it to the Australian Federal Police High-Tech Crime Unit, asking for a forensic analysis of the attack - hopefully I'll be able to get a copy...
1997 Jul 17
0
KSR[T] Advisory #2: ld.so
...ar *tmp; + if(strlen(ptr)<256) + return ptr; + if(!*ptr) + return ptr; + tmp=ptr+strlen(ptr)-1; + /* + * Walk back down the chain until we find a slash + */ + while(tmp>=ptr && *tmp!=''/'') + tmp--; + /* + * No slash, or too long after slash and Im not playing so nyah + */ + if(*tmp!=''/'') + return ELF_LDSO_IMAGE; + if(strlen(tmp)>256) /* Not off by 1 .. strlen includes the / */ + return ELF_LDSO_IMAGE; + return tmp+1; +} +/* * This stub function is used by some debuggers. The idea is that they * can set an internal breakpoint on it,...
2006 Jul 10
17
Effect.SlideDown/Up() and HTML issues
Hello, I''m hoping this is the right place to ask these kind of questions. If not, please excuse me. Anyway, the problem I''m having is that I have a HTML table showing some tabular data and I want to use Effect.SlideDown/Up to allow the user to interactively show "details" for each item (<tr><td> etc) in that list. I''ll do some pseudo-code for
2005 Dec 27
8
XML Not Working in Explorer 6
I''m playing with XML using Builder but seem to be having some trouble in Explorer 6. My sample code: xml = Builder::XmlMarkup.new xml.instruct! xml.instruct! ''xml-stylesheet'', :href=>''/stylesheets/style-xml.css'', :type=>''text/css'' xml.declare! ''DOCTYPE'', :html, :PUBLIC, "-//W3C//DTD XHTML 1.0