| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> im happy now, regardless <0> visual studio is actually usable again <1> the only thing I've found that has to power to bring my system to a crawl is firefox.. well and eclipse haha <0> yeah, firefox eats up memory, not thrilled about that <1> and I love tabs a little too much <0> yeah <1> 5 windows * 5 tabs = too much <2> Ever check out your bank balance and think you've got a couple thousand extra sitting in them, then realize it's pay day and you're actually missing a couple thousand, then do the math and realize that you really do have a couple thousand more than you thought you did? <2> It's a nice, albeit peculiar, feeling <0> hmm <0> well, it's nice to see all the money before the rent check clears <0> and I don't have to pay car insurance until june, so that's extra cool <1> JB, I'm from South Africa and I just inherited $14.3 million, but it is in US bank account.. I am need someone american to help transfer money to my account. As gift I give you $2 million <2> Why, as luck would have it, I have a US bank account I can help you with <1> haha <2> When can I expect the $2 million
<2> rdragon, I think you'll find it surprisingly difficult to spend $75,000 a year <0> I hope so :) <2> Although noidea has elevated that ability to an art form, and can probably empty a bank account with double that income with no problem <2> Just point him toward an REI and let him loose <0> I've actually managed to save around $6k on my $40k/year salary over the past year or so <2> That's pretty good <0> yeah, i'm pleased <2> For fun, you should work out the extra income with tax so you can think about exactly how much you can save if your spending patterns don't change <2> Which, of course, they will <0> right <3> The only power any government has is the power to crack down on criminals. Well, when there aren't enough criminals, one makes them. One declares so many things to be a crime that it becomes impossible for men to live without breaking laws. <2> But don't do ni's thing and get like a five person apartment and count on roommates to even it all out <3> Ayn Rand <3> what? <3> I have a 2 person apartment <2> I'm just joking <0> well with new job I get retirement stuff, so i'm going to throw about 10% towards that at first, and see how that goes, and try to get it up to 20% or higher depending on how spending goes <3> and I don't need a roommate. <2> Yah <3> I can afford teh place indefinitely on my own <3> I just don't want to. <2> That's a good plan, rdragon <0> yeah I couldn't stand a roomate <0> but I like having a 2br place <2> I'm a fan of the live little so you can live big later school of finances <0> yeah <2> YMMV <0> every few months I spend a few hundred bucks on useless junk - games / nice dinner / whatever <0> plus books now and then <0> other than that, I don't require much, heh <1> I'm in the financial school of needs to find a job that pays more than $6.50/hr <3> We are fast approaching the stage of the ultimate inversion: the stage where the government is free to do anything it pleases, while the citizens may act only by permission; which is the stage of the darkest periods of human history, the stage of rule by brute force. <3> Ayn Rand <2> Rand was a bit of a nut, ni <2> Tread cautiously as you read her stuff <2> If nothing else, she was a wonderful example of libertarianism <2> It's the nothing else that becomes more obviously problematic <3> what nothing else? <3> oh, there it is. <4> somebody speak spanish? <2> Probably not, Chino, but ask your question anyway. Maybe somebody can help. <2> Noidea, I suppose as an example you could use what I just told Chino, whereas Ayn Rand might say something like "**** off, you have no right to ask about spanish speakers" or something <0> heh <2> As another example, I would give her an A for liberty, a C for the pursuit of happiness, and an F for life. <2> She understood that rights and productivity are important, but she never really indicated any appreciation for why that might be the case <2> And her own life gave no clues on the subject <2> So, just tread carefully, and don't be too eager to ignore failures of depth for momentarily gratifying sound bites <2> bbiab <3> blah blah, I like quotes. <5> hallo <1> yo <6> hy <6> anybody alive? <5> anyone for kernell programming? <1> I used to be alive <1> now IRC is my only link to the world of the living <5> ok, if this is true, maybe you consider take a code for fun! <5> who is MrMuscolo is online now? <7> yo <8> oh man is it hot out <0> is it
<9> it's awesome <9> we have all the windows open, drove home with the windows open <1> a blazing 55F here :) <9> wife has setup her office (finally) so now she won't be on the kitchen table <9> w00t <9> played UT2004 at the office, went to happy hour, and then worked out <9> great day <10> all you need now is a happy meal <9> oh, and it's payday <9> brb, too lazy to authenticate manually <11> i declared a vector< vector<string> > v( x, vector<string>(1) ); and i wanna p*** it to a function what do i put in the function signature to accept that, vector< vector<string> > blah didn't work <0> i don't know what 'didn't work' means <9> it peed on his rug <9> didn't work: see also JBlitzen <11> got an error <11> cannot convert parameter 1 <0> void f( vector<vector<string> > v ); is a valid way to copy the vector and p*** it to the function <0> ugnud - tell us the whole message <0> so that we can figure out what's wrong :) <9> help us help you <9> hahaha <9> slashdot birthday page <11> error C2664: 'setVertexVector' : cannot convert parameter 1 from 'cl*** std::vector<cl*** std::vector<cl*** std::basic_string<char,struct std::char_traits<char>,cl*** std::allocator<char> >,cl*** std::allocator< <11> cl*** std::basic_string<char,struct std::char_traits<char>,cl*** std::allocator<char> > > >,cl*** std::allocator<cl*** std::vector<cl*** std::basic_string<char,struct std::char_traits<char>,cl*** std::allocator<char> >,cl*** std::allocator<cl*** std <11> ::basic_string<char,struct std::char_traits<char>,cl*** std::allocator<char> > > > > >' to 'cl*** std::vector<cl*** std::basic_string<char,struct std::char_traits<char>,cl*** std::allocator<char> >,cl*** std::allocator<cl*** std::basic_string<char,s <9> that's pretty funny <11> truct std::char_traits<char>,cl*** std::allocator<char> > > >' <9> OMG PNIES! <9> PONIES that is <11> ? <0> it looks liek the function takes a vector<string> <0> but you're p***ing it a vector<vector<string> > <11> void Graph::setVertexVector(vector<vector<string> > temp) <11> theres my function signature <0> well, lets see the code then <0> paste it to the paste site <0> maybe the declaration is wrong <11> well its a lot of code 3 different files the declaration is vector< vector<string> > v( x, vector<string>(1) ); <0> the declaration of the function, I mean <11> and i'm calling g.setVertexVector(v); <9> don't know what to tell you, the compiler thinks setVertexVector takes vector<string> <9> why that is, i don't know <0> there's probably an excellent reason <9> man did slashdot do april's 1st early; perhaps they're going off GMT <12> goddamn I hate stupid idiot slashdot twice as much during april 1 <9> yeah, it's unreadable during april's 1st <12> and it's NOT FUNNY <12> wtf <12> people don't have a sense of humour <9> i really don't mind reading slashdot at 4 or 5 <9> yeah, i had an RSS feed and saw the birthday announcement; thought the layout change was for that <12> whatever <9> apparently it's on the man page for the 1st <9> main <12> they're all idiot armchair philosophers who know nothing yet pretend like the opposite is true <9> at least they're not cowmoos <12> pfff <9> google execs continue $1 salary....they're ****ing BILLIONAIRES, that doesn't make them "great guys" to turn down $250,000 a year <9> christ <12> plus, don't forget bonuses <12> etc etc <12> steve jobs also gets a $1 salary, but he also has a private jet, 0wn3d. <9> christ, the april fools thing used to be just simply bad, now it's borderline jblitzen <12> see I todl you <9> OMG LOL!!!1 <9> MICROWAVE POWER IN YOUR HOUSE <12> excatyly <9> WTFBBQ! <12> kthx <9> kthxdie <9> some idiot crashed into the bay bridge toll <9> they're burning the propane from the truck near the tool in an emergency burn <9> heh <9> tool = toll
Return to
#c++ or Go to some related
logs:
ipchains sshblock
#AllNiteCafe #linux #AllNiteCafe pptpd fc5 firewall #london does the U stand for in the abbreviation I.O.U Felce Azzurra #linux #linux
|
|