| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> man larry the cable guy is retarded <1> gauze, shh.. you're not supposed to admit it <0> ot: ya, didnt look at it <2> OrngeTide: ooooh :/ <1> anyways. i don't require women to shave thier legs. they should do whatever is most comfortable to them. if they are happy then I am very happy (if you catch my drift). <1> my gf shaves he legs not to look pretty but because the hair gets pulled on the sheets and hurts. <1> s/he/her <1> but i wouldn't fault someone if they felt more comfortable with hairy legs. <1> i certainly am more comfortable with hairy man legs:P <3> hairy legs are warmer in winter <1> sure. and they keep some of the sun off you in the summer so you don't get burnt as easily:) <2> what good is having a girlfriend if oyu can't make her ashamed of her body and modify it? <1> gauze, ahahha <4> in California winter ? <3> California winters are harsh.. <1> it gets cold here in the winter. like 60F :P
<1> it'll be like 60F out and people will be wearing 3 layers of clothing and shivering. it's absolutely hilarious <1> they don't find it funny when i laugh at them though <0> heh <0> ot thats like arizona <0> we're used to like 110 degree heat so when it gets down to 50-60 in the winter we're freezing <0> when i moved to pennsylvania i got pretty cold <4> it's the same in israel <4> 15 deg celsius, and people call it very cold winter <5> ewww 15, that's hot <5> -2 is cold, not even very cold <6> We tend to reach -35C easily in Montreal, Canada <7> It's cold when it's -50 celsius. <5> -270 is quite cold I hear <7> Anyway, humidity plays a major role here too. <4> when there's no wind, you don't notice it much <3> until -10 its not too bad <4> i was in moscow when it was -30C <3> colder than -10 is definately winter .. <7> Isn't Moscow pretty dry? <4> my biggest problem was, when i went down into subway, I was terribly hot in my heavy <4> moscow is dry <4> and there was no win at the time <4> *wind <4> in my heavy coat <4> i cuoldn't take it off in subway, and i was all in sweat <4> i didn;'t feel any cold outside <4> i had very thick furry coat <2> the coldest day on record for montreal was -37C 49 years ago btw <8> how cold does it usually get here? (montreal) <6> Really gauze? The information I get must be considering humidity then <8> my first winter here <2> The coldest month of the year is January, which has a daily average temperature of ?10.4 C (13 F) ? averaging a daily low of ?14.9 C <4> there is something called "effective temperiture" which is calculated from temperature, wind, and humidity <1> omg. people are weird. http://www.labiastretching.com/ <2> -14.9C <6> *nods* Definitely the humidity being computed in then <2> I like montreal <0> whoa OT <0> thats a weird name for a site <4> "The diversity in normal female labia acutally indicates that throughout most of human history there has been little evolutionary pressure on the appearence of women's labia (relative to other anatomical features). Meaning that it was not the trait males were focusing on in choosing their mate." <4> "It should come as no surprise that most males over the millenia have been so thrilled to have ***** access that they didn't bother to quibble over minor details of genital conformation that cant even be seen once their **** is inserted." <0> 'the ancient art of labia stretching' <0> hah <5> aww, the game I wanted to play is totaly broken <5> ideas on a game to play? <7> zid_: HL2 episode 1. <5> I can't run it <5> unless they made a build that'll run on a geforce2 under linux <5> other ideas? <1> zid_, here's one for you (NSFW!) http://www.***ylabia.com/pic48_labia-fetish.htm <5> eww <1> ahha.. <6> zid_, Battle for Wesnoth? A weird open-source game, interesting gameplay with awful memory leaks <5> memory leaks aren't fun.. <5> omg omg omg <5> noein 24 is out <5> DOWNLOAD FASTER YOU PIECE OF CRAP <6> It's amusing somewhat. The graphics and interface are simpler than Warcraft 2, and it consumes hundreds megs of RAM ( in comparison to 8 ) <5> hah <5> I should just get warcraft 2 then? :p <6> Some programmers sure are doing a poor job out there, I think it's written in C++ and Python
<5> eww **** <5> I could never write anything in either of those <9> can i do ipAddress = *getip(); if ipAddress is a char [20] and getip() returns the address to string <9> or do I have to use strcpy <0> no ipAddress should be a char* and it would be ipAddress = getip(); <0> getip would return a pointer to an allocated string (either static, global, or malloc'd) <9> the compiler (MSVC) says left operand must be l-value <10> hrm <11> use char * ipAddress = getip(); instead <11> you need the char * part on there or it will think ipAddress is a function name or previously-declared variable <9> it works <9> well <9> it compiles. I haven't tested it yet <9> arg <9> its not working <11> works == compiles. at least for prealpha builds when you're talking to your manager. <9> hold on while i debug <9> char *ipAddress = getip(); does not seem correct <9> getip() has at the end "return &chunk.memory;" <9> it is returning the address, not the value <11> that should work... hm <9> i'll debug it to find out what's going on <9> one sec... <9> ok <9> i changed how the program works <9> getip() returns a memory address which I want to store in a pointer <9> I can't seem to get it to work <9> i am currently using ipptr = getip(); but it doesn't work <9> ipptr is initialized as char * <9> anoyne know why this doesn't work? <0> getip() should return a pointer to a memory address containing an ascii string representing the ip address <0> it shouldn't be returning a pointer to a memory address where you will then store the ascii string <0> it should be something like this: <9> the former is what i am doing <0> char *getip() { static char ip[] = "1.2.3.4"; return ip; } main() { char *ip = getip(); printf("%s\n", ip); } <4> amazon10x: are you returning pointer to local non-statis array (which is very bad) ? <9> now that I am looking at the code I believe I may <9> hmm <9> what is the best way to get the external ip address of a computer without having to include an http library to fetch something like whatismyip.org <5> write a low level packet driver for your ethernet device. <9> that sounds pretty complicated <5> then just use gethostbyname or whatever the crap you want to use and shut it <12> well, if something sounds complicated it's acessing two gateways with same IP adress <5> isn't that what netmasks are for? <8> zid_ netmasks are for retards! ;[ <8> real hackers dont use netmasks ;[ <8> infact, they dont use IP| <8> ;] <5> You keep telling yourself that <8> zid_ im not serious tho <8> heh <13> rip? <13> rip: You same rip I know? From whiteh8? <14> :o whiteh8! <14> I miss them :( <9> hm <9> I think I will just do it with the http library as I detailed earlier <9> because I will probably end up needing an http library later in the program so I might as well include it now. also, windows doesn't have gethostbyname <14> Alipha :D <15> hello <5> eep <16> . <9> , <16> ; <16> my scheduler works <16> in under 200 lines of code too <16> I accidentally nikde it and had to rewrite it from memory <16> nuked <17> this is why you keep backups <16> oh yah <16> no loss, the rewrite wqas better than the original. <17> is this for school? <17> OS cl***?
Return to
#c or Go to some related
logs:
#politics #cisco #beginner facebook proxies #computers #sex kara philips #gamedev #red partisanship sucks
|
|