| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> you also carry the weight of your own underarms .. but that strains muscles in your back <1> ok, thanks <0> Treatment would be a combination of: 1) take often rest (relax that muscle), ie by putting your hands in your lap as soon as you don't type for a second, 2) do frequent stretch execises (not to make them longer, but to make get them at full size), 3) USE the muscles over the full length in execizes, about once even half hour, 4) warmth (infra red lamp) <0> In the end there is only ONE thing that cam make it better: blood. <0> and you only can get blood there by using the muscles, not straining them and with infra red light. <1> interesting <0> If her underarm mucles that hold up her wrists or fingers hurt though, then you need special excersizes that I can't explain over irc <0> well, lemme try: <0> for the fingers do this: hold each finger one at a time, by your other hand. Then stetch your arm so that your finger is pulled in, towards your wrist. Your wrist is bend inwards too. <0> only go so far that it hurts a little ;) <0> IF it hurts then you have rsi and you should use infra red at least and well ... then you're close to be in serious problems <0> What I do is is pull each finger 25 times like that. <0> never pull so hard as if you want to make muscles longer ... it's not about pulling hard, it's about making them so long that they reach the maximum length <0> The hard part of this (and figuring it out: I figured it out all by myself :(), is that anything you try doesn't show improvements until after a week - so you have to be very persistent. <0> And even then, it takes 9 months for a muscle cell to be replaced - so you have to be VERY persistent in order to really get *cured*
<2> RSI is a lack of oxygen? <0> My six years were mainly cause I had to invent the treatment too (and convince myself that I couldn't be sloppy with excersizes) <1> ok, thanks Run <0> No, ... if you strain a muscle, but not use it (it doesn't get longer/shorter) then it burns (to make energy) making heh toxic waste ;) .. without blood flow, and all that at one point. That toxic damages your cells and nerves until the point that the muscles forgets how to get blood there - then things rapidly go worse. <2> i see <0> At that point you need to a LOT to get blood there, and keep that up for 9 months at least before things improve again <3> woot to new furniture <3> they didn't even call before showing up heh, not even a time window <3> that's nice of them <0> The many excersizes are to remove the toxic and get fresh blood in. Moving is GOOD. <0> ok, that will be $500 <0> I got to go... chess ;) <4> Hello..is there anyone to help me...one part of my program isn't working...visual c++..its a 16kb program, too big to copy it out..mind if i send? <5> girll`sad #vc++ probably ? <6> girll`sad read the topic? <4> C++ And Related Development? <7> The "post code" part <4> i saw it..but its a big file <4> and its not error <4> just not working <4> i dunno which part not functioning <7> How do you know it's not working then <5> girll`sad you can not see the code in a binary file, if you have a *.cpp source code of it, you can post the code at the link. <4> compiled it <4> as in execute it <7> Your VISA credit card was debited by CZK 238.00. <7> Your username is: P-4kz4hmu@t-mobile.cz <7> Your p***word is: h33-pmn-7wa <7> Duh <7> I shouldn't keep stuff in my clipboard <6> probably not <7> Oh well <6> so how big is the source for this program that's not functioning? <8> hey vawjr <6> _m_ I just PM'd you <8> I saw it <5> girll`sad you can at least say what's the build error, that would be more helpful. <4> its not an error <4> just that my function doesn't display stuff <4> there may be mistake somewhere which make it can't function <5> then post the function's source code. <6> how the hell do you expect us to help withOUT seeing anything? <5> we are not oracles girll`sad... <4> the variable is linked to other function <4> so shld i post whole of my program <4> ? <6> try posting the function you think is bad...plus whatever we need to recognize <4> ok i try <4> wait a moment <4> well <4> i posted it <5> the url for the post is missing ? :) <4> username : need help <4> http://www.noidea128.org/sourcefiles/15877.html <9> I don't know <9> we don't help sad girls <9> only happy ones <9> sorry. <4> . . <9> what's the problem?
<9> I think you need to ask an actual question before we can help. <6> girll`sad this is for schoool, right? <4> customer_1, warehouse_1 and overall need to display it out <4> i done it..but it display nth <4> yup school <6> whoever did the overall design isn't thinking forward <4> hmmm y? <9> you're going to have to explain more girll`sad <6> you have a ton of funtions that take no arguments yet do input and output... they SHOULD at least take "where" to do the I/O <10> sad girls usually do <5> girll`sad you have more prototypes of functions that you have used. <4> i'm quite a novice to c++ <8> vawjrwrk: just swap the streambufs :P <6> I suppose you're using char* and array of char because your teacher hasn't taught you about std::string yet, right?? <4> but y my 3 display function not working <9> warehouse <9> where is that defined? <9> same with customer? <9> where is it defined? <4> #define warehouse 3 <4> #define customer 5 <6> _m_ I know how, I've even posted a "so you want to change cout from INSIDE your program" on noidea <6> girll`sad you shouldn't be using #define <6> your teacher is doing a VERY BAD job <8> vawjrwrk: I know you know how. <8> I also know you're right. P***ing the streams would be way better, of course. <6> _m_ I didn't for a long time...when I found out I was so elated I posted <4> hmm?? <9> change cout? <6> http://www.noidea128.org/sourcefiles/14475.html <6> in case you're interested <4> 69: for(w = 0; w < warehouse; w++) <4> 70: { <4> 71: cout << setw(5) << quantity[w][c - 1]; <4> u mean change this? <6> "change" , "redirect" whatever <4> what shld i change <5> change the "w" "c" variable names, it is for clarify who reads the code. <9> http://www.noidea128.org/sourcefiles/14475.html <9> oh <9> heh <6> well, it's lunchtime and I've got to go set up for a dinner dance afterwards... I'll check in from hom ein about 7-8 hours <9> beat me to it. <4> ?? <8> vawjrwrk: have fun <4> hmm sorry..i didn't get what u mean <4> what am i suppose to change in order to display it sucessfully <8> girll`sad: must of the recent conversation wasn't for you, I'm afraid. <4> anyone to hlp me pls? <4> http://www.noidea128.org/sourcefiles/15877.html <9> you have to explain the problem girll`sad <5> you don't asking actually girll`sad, you asking the entire source code. <4> can't display the customer_1, warehouse_1 and overall function <5> that won't help you for getting help. <4> i already did the code <4> just that it won't display it out <3> i love it when you look down and you notice an injury that you don't remember getting <5> peterhu sugar daddy.. :) <3> mostly scratches, must have been one of the cats <9> blah blah blah peterhu <9> you're such a woman <4> . . <3> heh <9> I've got cuts and scrapes all over my arms and legs <9> bruises too <9> you need to get out more. <3> well, i notice it when they grab the skin at the edge of my nail with a claw, and rip it open <3> that smarts <3> but other scratches i rarely do <3> one has to wonder why they're using a java applet to install an activex control...stupid monkeys <3> <3> error occured during installation <3> java.security.AccessControlException: access denied (java.util.PropertyPermission java.io.tmpdir read) <3>
Return to
#c++ or Go to some related
logs:
cebucentral.com -site:cebucentral.com #asm #windows #linux WHAT TV DOG HAD SUCCESSIVE MASTERS NAMED JEFF, TIMMY AND COREY? #london kernel panic - not syncing : no init found. try pasing init= option to the kerne #linuxhelp #AllNiteCafe enlightment require
|
|