| |
| |
| |
|
Page: 1 2
Comments:
<0> hi all <1> um...Hello? <2> what's up, dumb*** <3> I hate it when I get memos from ppl I dont reconize <3> who the hell is OcX? <2> He is your father, luke <3> spare me <3> I may have several ungrateful bratts running around that I havent met yet.... <3> but, he is not my father <3> so whats new with you Teycho <0> welcome back Re_Boot <3> hi KUSHY <0> how are u <0> i hope fine <3> yup, actually get a weekend off, 2 full days......sigh..... :P <0> :)
<0> how can i make maskedbox right toi left <4> how would you know the difference <0> i mean alignment <2> its doubtful you can <0> * Added Teycho!*@* to ignore list <2> You know... I don't mind people ignoring me <2> often makes things easier <2> it's "* Added Teycho!*@* to ignore list" that irritates me <2> not sure why <3> heh <3> he who has the most gold wins. <3> never show up to a gun fight with a knife. <4> what if the knife is at the end of your gun <3> better have bullets to back it up then <4> what if its a gun that shoots knives? <3> I learned my lesson yrs ago... <2> LOLLER KNIFEGUN <4> heh, the other day at work I was going through the list of movies I happen to have at work with Jeanine, and I asked if she'd seen Jumanji <4> and she said it was scary, so I hit the slider bad to a random point in the movie <4> and it happened to be the scene where the moneys are throwing knives <2> perfect <4> "see, just monkeys throwing knives, whats so scary about monkeys throwing knives" <2> Jeanine another temp, or the anal, nerdy secretary with an odd fashion sense, who is likely a closet nympho? <3> I was 17, scared to death of this guy, he kept pushing me around and I finnally got tired of it, welp, this was in the military, some rough ol boys roam there, made the mistake of pickng up a shovel and NOT using it on him, he took the shovel away, beat my ***, then choked me till I p***ed out. So, lesson learned never pull a weapon on someone unless you intend on using it(btw took 4 guys to pry his hands off my throat, had choke marks <2> had choke marks... <3> from his hands wrapped around my neck, anyway, this guy was the original missinglink... <3> had all of his teeth knocked out in a pool room fight at 17 <3> somma bitch would fight at a drop of a hat too... <2> aka: modal citizen <4> jeanines summer help <4> or rather she was gonna be around longer, but her school schedule conflicts <3> I oughta do a web search for the bastard and see how many ppl he murdered and how much jail time he got... <3> th' d00d twas bad news... <5> heh <5> http://sfbay.craigslist.org/about/best/chi/186980585.html <6> Hello, once I saw a VB6 program that will delete all the words on any windows that are on a blacklist file. and if a user types one it automatically deletes it. what API's can I use for that? <7> what windows? <3> heh, right, use 1 api to do that ;) <3> I bet it would take a lil more than an api call, like 100's of em <2> nah <2> GetWindowTitle(), FindWindow(), SendMessage() and WM_GETTEXT <2> FindWindowEx() and GetWindow() too <2> er, WM_SETTEXT <3> yep, and dont forget focus <2> could globally trap all WM_CREATE andor CreateWindow() calls <3> youd have to keep a list of all open windows too, and monitor WM_ for when the text changes so you could then select the text and edit if needed <7> window or windows then <3> not 1 api call anyway <2> hardly <2> although he did say "API's", and other than being mispunctuated, still means 'multiple' :P <3> Im bad... but I am allowed to do that... ;) <3> I am teh bewter <3> hmm, everyone out partying? <8> mm <9> Hi room <9> Is there any way to print the contents of data grid? <8> mmmmmmmmm <10> mmmmmmmm <11> hayah...
<11> carder? <12> how can i get specific data using dataset? <12> hello <13> whats dataset? <12> in vb.net <12> i use search for data in vb 6 using recordset <12> now i want to convert it to .net <12> pls help me <13> i dont know vb.net <12> ok <12> gtg bye guys <14> http://xkcd.com/c49.html <3> heh, the dam part says it all... <8> Hey david. <3> dead in here <3> I oughta just +m the channel ;) <3> AHH LIFE! <3> why foobars <14> Hey phrizer <14> And hi all <3> http://www.urbandictionary.com/define.php?term=wet+willy&r=f <15> hi all... i am very glad today. <3> just shivering with glee huh? <16> anyone here familiar with Winsock API? Specifically the flags SNDBUF and TCP_NODELAY? <3> somewhat <15> what do u want to send ? just text ? <16> well, i've been testing out some guy's ctl. hes implemented all the winsock API <16> the usage is similar to mswinsock control, but its kind of threaded (not sure the exact term) <3> TCP_NODELAY iirc has to deal with Nagels algo <16> anyway, it seems loads faster than CSocket, which i've been using. <16> yeah <16> i was pinging myself with 2 compiled EXEs using CSocket, and getting 210~300ms ping. <3> Its been speculated its best not to fool with it <16> i tried this guy's "sox" <16> and got a ping of zero <16> even for sending many bytes, up to somewhere between 60~100k <3> well, ping uses ICMP <16> i've experimented with different SNDBUF sizes and turning TCP_NODELAY on and off, and it makes no difference (when testing sending 1MB) <3> Its been speculated its best not to fool with it <16> well, when i say PING, i dont really mean a proper ping <16> hehe <16> basically just send a request, and time from then till a reply is recieved. <3> I have a good book on windows socket programming, it says leave TCP_NODELAY alone <16> does it say it should be on or off? <16> hehe <3> because the OS determines what to send buff size <3> it might send 1 packet or 100 depending what the os says to send <16> yeah <3> cant remeber, iirc its defaulted <16> well, it seems that packet size defaults to 8192 bytes. <3> well, again, I perfer letting the OS make that descion for me <16> okay. <3> its different if your doing a file transfer <3> because your negotiating blocks <3> commonly 4096 is used <15> i think packet size will be manage by os ? <16> well, i just want to fill the send buffer, and then have it sent instantly. <3> let the os do it <3> unless your some kind of socket guru who knows how to code it better lol <16> well <16> since you can set the SNDBUF size <16> u might aswell set it to the size of the data ur sending, so it will go out straight away. <3> maybe maybe not <3> what about band width <16> so i'm thinking if remainingbytes < 8192 then SNDBUF = remainingbytes else SNDBUF = 8192 <16> what do u mean? <3> if the bandwidth ****s, maybe the os has to break into smaller <3> or <3> say you send 1 byte at a time, <16> well, its on a lan, in this case
Return to
#vb or Go to some related
logs:
#india brave sir robin mp3 #india #chat-world #c++ #allnitecafe #linux #allnitecafe Dil la leya beparwah de nal #kl
|
|