| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> how's that for great? <1> maybe you should look for a new job? <0> no qualifications <0> my job title doesn't do much for job seeking <0> my job title is basically worthless on a resume <0> and yet, many times job title is all that people look at <0> Don't know what the hell I can do about that though <1> dgzr poor resume readers if they don't read the "actual accomplishments" <0> many HR people know nothing about technical jobs <0> it's a joke out there sometimes <0> with the job title I have at this place, I would never land a tech job <2> write free software <1> so change your job title to "trainee" and under it put all the stuff you actually do <2> reference it on your resume <2> profit
<0> I'm not creative, cowmoo <0> I write solutions for what I'm told needs to be done <2> then participate in something already going on <2> on sourceforge or such <0> I'm not much of a programmer though <2> wtf <0> technically, I am still a trainee <2> so what sort of tech job do you want <0> entry level <2> entry level what <0> DB Analyst <2> ooer <0> most realistically <3> If I have those 2 methodes in a cl***: Item& operator[](int Index) and const Item& operator[](int Index) const how will it select the good one? <2> ok I will bow out, I know nothing about DB admining <0> we meet again, jb? <0> you're not funny man <4> RoG, it just will <3> eee <3> will it be if a declare a variable const <4> if the object is p***ed as a const, it will use the const version <4> yeah <3> its operator[] <3> int is p***ed <3> nothing else <3> not sure i follow <4> if the object with the methods is const, it will use the const operator[] sorry <4> it's late :) <3> ok <3> thanks <4> I wonder what I have to do to get something to work tonight... even VLC media player did not work when I installed it <0> . . . <4> fricking laundry machine ate my quarter earlier too... now my clothes won't be dry <5> Get more quarters <4> I just got change... then I found a quarter in my desk and was all like, yeah, my clothes will be really dry tonight! then it ate the damn quarter <5> lol <4> it wasn't even canadian this time <5> I long ago learned to keep 3x as many quarters as I expect to need on hand at all times <4> I was completely broke for a few days there... I almost HAD to give plasma to get laundry money <5> Heh jsaacmk <5> You in schol? <4> yeah <4> I should donate anyway... get some spare cash <5> Well <4> there's always prostitution too <5> Do well in school and you won't have laundry problems again <5> Think of it as positive reinforcement <4> heh, pretty much <2> I don't like positive reinforcement <2> I want to win no matter what <2> like VIC MACKEY <5> Jack Bauer could demolish Mackey <2> false. <5> true! <2> Jack Bauer is made up anyway <5> :( <5> No! <2> you know it, and you know that Mackey is where it's at <2> I get so pumped every time a new Shield is on <5> Wait a second <5> Wasn't that on tonight?
<5> ****, I knew there was something I wanted to see tonight <5> Or was it a rerun or something <2> SHH <2> don't tell me , I don'ty know <2> I download them then watch in 3-4 episodes bursts <2> crap, did I say download, I meant record <5> ****, it was a new one <6> http://www.nomorepasting.com/paste.php?pasteID=56877 anyone tell me why line 80 isn't working? <5> Hey, that reminds me, what did dgzr type before I showed up and banned him? <5> Was he asking for help with something? <4> needsmath, are you sure it's not working? <5> I don't know, needsmath, what's wrong with it? <5> Other than a frightening lack of parantheses <2> is a 0 required before decimal? <4> no <5> no <2> ok <5> no! <4> I usually put one anyway, because that's the way I am though <2> JB: nothing, he was just complaining about being jobless <2> you banned him intentionally? <5> Of course I banned him intentionally <5> He's a chronic liar <5> Look at what he typed to me in #VC++ before I hit him there, too <5> [23:29] <0> I'm talking today <5> [23:30] <0> you were in for like 2 minutes <5> [23:30] <0> and my issue was in that 10 days... <5> [23:30] <0> I had to give up on a project because I couldn't get help <5> [23:28] <0> I was asking for help this time, and you boot me <4> needsmath, try printing out teh values of ID and wallthickness right before the condition <4> see if the test should fail <5> [23:32] <0> you want truth? <5> [23:32] <0> Truth is I've never touched C++ in my life <5> [23:32] <0> I work as a janitor <5> [23:32] <0> I'm not 24 like i've claimed before <5> [23:32] <0> I'm 36 years old, and still live in my mother's basement <6> jsaacmk> needsmath, are you sure it's not working? <6> <5> <6> o0ps <6> jsaacmk: I'm pretty sure it isn't. <5> Don't believe a word of it, he's a total liar <6> maybe i'm not using right data. <5> Not even the janitor crap is true <2> er..oh my <2> ok, fair enough <2> I know what Mackey would do to liars <3 <5> So last time I banned him for 10 days for convincing everyone in here that he was an old retiree or something <4> try what I just said... it seems like it should catch the invalid value <6> it worked. my bad :) <5> Soon as I show up he rags me on it, so bang, two more days. <5> Just keep it in mind when you see a dgzr username or hostmask <2> hah, alright <4> man... I didn't eat my brownie. Drinking chocolate milk and eating brownies is like too much chocolate <5> Heh <4> I can't believe they didn't have whole white milk at the store... <5> School = strange <4> sure is <2> so, I have a question about these jobs <2> if a job I'm applying to wants references, but also has a box labeled "No" for "Can we contact this reference" <2> and I list a couple of references from my current job, and check "No" because I don't want them to know I'm applying elsewhere <7> say yes <2> is it understood that that's why I did that? <7> or do not give references you don't want them to contact <2> hmm <5> I have noidea <2> I'm just wondering if there's a gentleman's handshake involved, so to speak, if I tick no <5> I wouldn't ***ume so <2> mm this warrants further investigation <5> Heh <8> how to get textual input from user using cin and string which contains a space(s)? <2> std::string s; std::getline(cin, s); <8> ic, thanks <2> u r welcome <8> say i'm iterating over a map which has type vector<long> as value.. if i do vector<long> val = iter->second; is that _copying_ the vector stored in the map over to a local vector val?
Return to
#c++ or Go to some related
logs:
#linux makiyo nude myftp biz irc tazzer #AllNiteCafe #skype #AllNiteCafe #php #linux nheaven solo 14
|
|