| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> kuprishuz, i got the file field working by p***ing the path variable from the upload file function to the hidden field :) <0> kuprishuz, and the textarea as you did works very well. <1> Wow... i just saw a commercial for software/game design/modeling or whatever, of which you study online, and the whole time, in the top right was the word, "DRAMATIZATION" <1> for a college for* <2> yeah <3> this green is soo chooong <2> sad, huh? <1> sad that hundreds of people actually signed up expecting to code World of Warcraft by the end of the month <4> i can code world of warcraft in a month <4> pfffft <1> graphics and everything? <3> sAms: Teach yourself how to make computer games in 21 days <4> sure <4> i'll need about sixty people <1> heh <4> and they'll all need to know xp
<4> we'll get it done, chief <1> this isn't a group project <5> i wrote an mmorpg in mirc back in the day <4> so opening something in 'r' instead of 'rb' drops 50k in line endings! <4> and here i thought i had let the smoke out of python <4> i was sitting here going ummm <6> :o <4> apparently line endings can add up in something with 80,000 lines <6> yeah <6> dem squirrly endings. <2> i hate metallica <2> Victoria's Secret's use of the band's moniker "destroys the exclusive ***ociation" the Metallica name has with that public, they add, and due to the "willful and wanton nature" of the lingerie company's acts, the band has "suffered damage to its business reputation and goodwill." <2> right.. 'cause ya know... girls in bras and panties will RUIN a rock band's reputation... <1> How do you complete college courses online?? <7> usually with a web browser <7> and email <7> and some times a form of IM <7> or discussion forums <1> but... i mean, what do you do for tests? ALT+TAB+GOOGLE? <7> pretty much <1> i need to take online cl***es <7> though i haven't had an actual sit and study exam in ages <8> Technobabble, you're obviously not a married with children fan <8> Ever see the one where al car pools? <2> yes i am <4> al bundy <3 <2> how can you say i'm not a married with children fan? <8> who was he carpooling with? <2> no idea <9> !start <10> Trivia game started by Mr_Eko! <10> WHO INVENTED THE FERRIS WHEEL <10> Hint: ****** <9> !hint <10> Hint: F***** <4> ferris <10> Your penis must be very large jedzilla! The answer was FERRIS. You got it in 16.717 seconds. You've moved up in rank! <10> jedzilla now has 3 points and is ranked 6th of 15, behind Sean| with 3. <4> moron <10> IN ORDER FOR A DECK OF CARDS TO BE MIXED UP ENOUGH TO PLAY WITH PROPERLY, IT SHOULD BE SHUFFLED AT LEAST? <10> Hint: ***** ***** <4> weren't you banned from !start/!stop <9> no <4> eight times <4> seven times <10> BLOODY BALLS jedzilla! The answer was SEVEN TIMES. You got it in 16.834 seconds. You've moved up in rank! <10> jedzilla now has 4 points and is ranked 5th of 15, behind Zenethian with 6. <10> WHICH TV SERIES STARRED LESLIE PHILLIPS AND DONALD SINDEN AS CLERGYMEN <10> Hint: *** *** ** ***** ***** <9> !hint <6> yay <10> Hint: O** M** A* S**** M**** <9> !hint <10> Hint: O*R MA* AT S*I** M**K* <10> Hint: OUR MAN AT SAI** M*RK* <4> our man at saint marks <10> I bet your sack is as large as a watermelon jedzilla! The answer was OUR MAN AT SAINT MARKS. You got it in 63.349 seconds. <10> jedzilla is on a winning streak! 3 in a row so far! <10> jedzilla now has 5 points and is ranked 5th of 15, behind Zenethian with 6. <4> i have a question, may i stop trivia please
<4> !stop <10> Trivia game stopped by jedzilla! <10> So much for jedzilla's winning streak. <4> so i have this dictionary, okay? <9> ow <4> it's a big long list of \r\n separated words <4> i need to quickly check if x is a word <4> i'm ***uming a big tree is the best way to do that? <4> a -> aa -> aar -> aardvark <4> that kind of thing? <1> that looks like a good choice <4> another application i'll need from it is determining all the words in a given word <4> it seems to me the tree would also work well for that <4> because i can start from each letter in the word and walk the tree, no? <4> or is there a better way to do this that i'm not seeing <1> what is this for, if i may ask <4> a game <1> a game... <4> it presents you with a number of letters and you find every word in it including the whole word <1> like.. literati? <4> my girlfriend enjoys a particular commercial version and would prefer some extra features, so i'm playing with one <4> no <1> lol <1> you know i had to pull that <4> i forgot i whooped you so harsh <4> even after you cheated <1> lol. except i know u were uber cheating <4> it would have been better had you not reminded me, because i had a small glimmer of respect for you for a bit <4> oh do you? were you vnced into my computer? <4> is it really so hard to believe that someone is good at something? <1> yes. it is ungodly impossible to comprehend such a fact <1> and that's a triple negative <1> it just so happens my 1337 knowledge of words does not include 2 letter acronyms that no real game would dare include <4> you've obviously never played scrabble <1> yeah, and last time i checked, sh isn't a word <4> 2-letter words are part of the game, commit that list to memory <1> i play scrabble. and english language words, not expressions, or sounds you make with your mouth. <4> In [33]: uncompressed.find('\r\nsh\r\n') <4> Out[33]: 338773 <4> In [35]: uncompressed[338773:338779] <4> Out[35]: '\r\nsh\r\n' <4> it's in my official scrabble dictionary <11> what is it - scrabble <4> In [43]: len(re.compile('\r\n[a-z][a-z]\r\n').findall(uncompressed)) <4> Out[43]: 60 <4> 60 two-letter words in this dictionary <4> want a list? <11> yes <4> this is a more common subset of the scrabble dictionary, the more pedantic one actually has a lot more <4> so, Stoned4Life, just gotta know the rules i guess <12> hi how to copy the source and the pics in the webpage with php ? i would like that my script copy www.server.com/index.html with pics and ... <12> plz <13> i thought we went over this <13> file_get_cotents <13> unless ofcourse you have to have some sort of interaction, then you would want to use sockets or curl <13> for example maybe the page you want the source to , u have to be logged in to view <12> how to use curl `? <4> [a-z]{3,} is all words above three letters right <4> i wish i knew regular expressions <8> http://news.zdnet.co.uk/business/0,39020645,39250170,00.htm <13> http://www.php.net/curl <14> jedzilla: i beleive it's {,3} <4> that matched 655 words <14> heh <4> looks like up to and including <4> three letters <14> how many should it match? <14> ok <4> i'm looking for all words three letters and above <4> it's all \r\n delimited so i ***umed i'd use <4> \r\n[a-z]{3,}\r\n <14> nah <14> just use the s switch
Return to
#php or Go to some related
logs:
#india phonesexgirl #chat-world bufellos #kl Jhonny Loon
#linux david229 #netcafe #chat-world
|
|