@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10



Comments:

<0> actually across the woodinville border where the redhook brewery is
<1> right off of 520 I think it is
<2> rdragon: New job?
<0> so pretyt close to woodinville
<0> the redhook bewery = pwn
<1> yeah woodinville sounds familiar too, that's close
<1> jbatista yup
<0> due north of redmond
<2> rdragon: Neat. What kind?
<3> redhook ****s.
<1> jbatista working on multiplayer features for a PS3 game
<0> jbatista: the kind that requires hosery and a lot of ****ing
<1> it happens to be the best-selling multiplayer(online) franchise for playstation ;)
<0> noidea, perhaps, but their brewery has decent foiod and beer
<0> and it's nice for seattle summer time
<0> FFXI?



<1> no
<1> socom
<0> EQII?
<0> oooh
<0> pfft
<1> heh
<0> battlefield 2 > socom
<0> **** it!
<4> bf2 is neat indeed
<1> i don't really care for playing either
<0> do you know what a game is?
<1> yes
<0> liar!
<1> and BF2 isn't one ;p
<0> what will you be working on?
<0> didn't know you were into graphics
<1> i'm not
<2> rdragon: Congrats. Sounds like a step up.
<0> or physics
<0> or AI
<1> I think i'll be doing server side stuff
<0> ah
<0> you'll be the network monkey bitch
<0> that's your new title
<1> actually I don't even know what the name of the project is - it's unannounced
<1> my guess would be trying to pack more players into the game - network optimizations and such
<0> i need to start my own company
<5> Damn I got only 2500 characters to go
<0> just need a freaking idea
<1> and probably also general gameplay programming
<5> Then I'll finish my paper and thus my internship and thus my masters
<1> and maybe some PS3 system programming, if I can
<5> Oh God I forgot to write the introduction. I wouldn't have enough text left for the conclusion
<0> hmm, too nerdy to have an undead WoW character called "mementomori"?
<3> what?
<3> you are peterhu?
<0> i am peterhu
<3> you're too nerdy for blah blah blah WoW whatever?
<0> my coworkers ****ed me back into WoW because they all play together
<1> what server?
<0> i created an undead character called mementomori
<0> i'd have to check when i get home, i forget
<3> What kind of server?
<3> a Role Playing server?
<3> I'll bet that's what it is.
<0> normal i think
<6> A server with CPUs and RAM
<1> normal? boo
<7> and a PSU
<7> maybe internet as well
<7> :)
<0> role playing is for losers
<6> I'm sure there are at least 2 PSUs
<1> so is 'PvE'
<0> PvE?
<1> 'normal'
<0> what's the E
<6> Power oVer Ethernet
<7> then you never played morrowind or oblivion
<6> Oblivion is not an RPG, it's a bunch of photoshop'ed screenshots with a stupid user interface
<2> Why won't this crappy DOS-based vt100 emulator display line characters? Bah.



<0> because it's not putty?
<6> putty++
<6> Too bad it doesn't have serial
<0> rdragon: what's the E stand for?
<0> i know PvP
<2> I wonder if I could build an Avalanche package for putty and use that instead.
<8> tcp->serial convertor
<2> We have a buttload of portable terminals and that's how we deploy their software.
<0> ssh is the only way i can irc from work, woot
<0> and i bound it on https, shhh
<7> die adobe die!
<7> gr
<1> pve = player vs enemy (i'm not sure why that means non-pvp)
<0> encrypted traffic is encrypted traffic
<6> Photoshop > SiGro
<7> photoshop me?
<7> no need for that
<6> > as in greater than
<0> the difference being that i can't attack my own side?
<7> it could only make it worse
<1> peterhu - that, if you're horde, you can't attack alliance on sight, without challenging them to a duel
<7> oh thank azura i slayed it
<0> not even if they're in the horde side of the world?
<0> pffft
<0> that is kinda gaey
<1> I think the only time you can is if they enter a 'horde only' zone
<1> but i'm not sure, i never bothered with that junk
<0> like home towns?
<1> yeah
<7> MrAshe, have you seen the trailers of oblivion as well?
<0> well, off to home, to play some WoW
<0> later bitches
<7> later chines dude
<7> chinese
<1> oblivion != multiplayer, therefore oblivion == ****s
<0> huhuhu
<1> seeya
<6> SiGro: I have the game
<7> oblivion multi player??
<1> !=
<6> Looks like SiGro doesn't get basic operators like > and !=
<7> nope
<1> lol
<7> im lost around here
<1> how did you get here?
<7> rdragon == ****s as well :P
<6> However the name SiGro looks a bit like Sigur Ros
<6> So it can't be that bad
<7> by typing /join #c++
<7> doh :P
<6> Told you we should put a p***word
<9> can anyone tell me how to set a pointers base address to the adress stored in a unsigned int?
<6> a pointer's base address doesn't mean much
<6> reinterpret_cast<T *>(unsignedint);
<7> im just an observant student here
<7> no need to register :P
<6> Who, me?
<7> nevermind
<7> im gonna sleap
<7> sleep
<7> so i wont fall asleap on the englush kl***es tummorow :P
<7> bi
<9> I have the following code #define GPIO_IO ((unsigned long *)0xb20000b8); *GPIO_IO=(*GPIO_IO & 0x00ffffff) | (0xff << 23); I need to be able to change the base address based on an if then condition (ie which chip I'm working with).
<1> looks like C
<1> there's no 'base address' of a pointer, it just points at an address
<9> how do I change the address it points to.
<1> ***ign it a new address
<9> I defined to constants of teh base address of my 2 diffrent cpus .
<1> void* p = reinterpret_cast<void*>( 0x00002222 ); //shrug
<1> you're really just asking how to set a pointer to a specific address?
<9> yeah but that base address is stored in a constant
<9> is that do-able ?
<1> so?
<9> can I do void* p = reinterpret_cast<void*>( MIPS_GPIO_BASE_ADDR );


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c++
or
Go to some related logs:

tupitan
#chatzone
ubuntu apt search
and japanese sound similar
#skype
#MissKitten
24 disc John Gabel Entertainer the first example of
#linux
berlin transgirl
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes