@# Quotes DB     useful, funny, interesting





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



Comments:

<0> visible window = visible area of the window
<0> I'm going ot use GetWindowRect(&windowrect); to get the full window size ( not the client area size )
<1> Anyone familiar with RegExp in VS.NET 2005?
<1> ^.*{\'.*}\n.*Dim.*\n.*\={.*}\n.*({lbl.+})\.Text =.*\n.*\n.*' <- I have this regular expression, and the 2nd tag line, is for some reason picking up the = before it...
<1> grr
<1> everyone gone?
<2> yep
<1> did you see my RE question?
<1> ^.*{\'.*}\n.*Dim.*\n.*\={.*}\n.*({lbl.+})\.Text =.*\n.*\n.*' <- I have this regular expression, and the 2nd tag line, is for some reason picking up the = before it...
<1> I think its a bug in .NET 2005
<1> but not sure
<1> i'm almost positive
<1> if I add the . inside of the {} it doesent pick it up
<1> which is exactly what it shouldnt do
<2> no can help, sorry
<2> did you try this very RE with other parsers ?



<1> yea, it seemed to work
<1> unlss VS.NET does something weird
<1> every RE is just a tad different
<1> so its hard to tell
<2> try to read the specs carefully and begin with a simple RE, and gradually to bring it to useful form
<3> how can I make an application run only once?
<3> that is: if the application is already running, so it doesn't run again
<3> but instead restore the main window
<3> like winapm for instance
<3> anyone?
<4> hey
<5> Hey
<4> heh
<4> i'm starving
<4> gotta make some cereal or something
<5> Oatmeal
<4> you got it, heh
<4> just threw it in the microwave
<5> JB is all knowing
<4> ;)
<4> so what are you working on nowadays
<5> Eating
<4> exciting times
<5> And reading
<4> oh the template metaprogramming book I ordered got delivered yesterday... should be able to pick it up today
<5> Fiction
<4> heh
<4> well, off to bed
<4> 'night
<5> Night
<5> Alright
<5> I shut my brain off three hours ago
<5> Someone spent $1500 in Australian dollars on a radio
<5> The australian dollar is worth about 77 cents US
<5> So what's that make his cost in US
<5> About 1100 something, right?
<5> For some reason I was thinking it would be divided, making it 2000 something
<6> hi JBlitzen wer u in australia?
<5> Hi java
<5> No, I was just perusing reviews of this radio
<5> The price he paid seemed high even at the lower calculation
<5> Radio goes for about 900 here
<5> http://www.eham.net/reviews/detail/63
<5> First review
<5> Not a big deal, I was just curious
<7> say I wanted to get into online casino programming, what language would be best for me to learn?
<8> c++ ?
<7> really?
<7> can you use c++ for online gaming?
<8> yes
<8> but i don't think the language matters that much
<5> sigh
<9> ah well. if I ever stumble into his casino, I guess I'll be leaving a rich man
<8> hehehe
<6> anyone here knows how to install mysql?
<9> wouldn't touch it with a barge pole
<9> if you want an open source database, at least use PostgreSQL
<10> Yeah, no kidding.
<6> mysql sux
<6> pain in the ***
<8> how to install mysql depends on the OS



<6> to install
<6> wtf
<6> i'm using windows xp home
<10> If mysql seems hard to install, I wouldn't want to see you dealing with MSSQL or Oracle.
<8> last time i installed it i believe i only wrote sudo apt-get install mysqld
<8> and that was that really
<8> oh win xp
<10> Anyway, if you really have to, go to #mysql and let them help you.
<10> That's what they are there for.
<6> i know
<6> but the people there were mute
<10> So you figured you'd come to #c++ and get help there, right?
<11> haha
<8> have you read the documentation ?
<6> yes
<10> Because, #c++ knows everything.
<6> err "Access denied for user 'root'@'localhost'(using parssword:NO)"
<8> looks like it's installed to me
<12> moo
<13> moo
<6> mysql needs more development
<8> javaq i can't remember how the install prosess was with winxp, but the error message you get indicate that you have set a p***word for root which you didn't specify when you tried to log in
<8> log in with mysql -uroot -p instead
<8> then type your p***owrd
<6> wims: have you tried EMS Sql Manager?
<8> no
<6> what's your sql manager?
<8> what's a sql manager ?
<14> MySQL is good enough
<14> my friends use it and never critized it
<13> I can't stand it
<13> It's basically ISAM with sql-like usage
<6> <14> MySQL is good enough<---------the command line?
<6> omg
<8> whats wrong with a command line based system
<8> if you don't know sql commands then what use will a sql server be to you ?
<6> create database noobwims
<13> javaq: ...
<14> javaq tata qa
<15> ask!
<15> anyone here?!
<14> the ops at c are different from here
<14> weird
<16> they're weird?
<14> no just strange how the ops are different
<16> why is that strange, C is a different language
<14> usually from c create a c++ channel and then a c#
<14> yes sure
<14> just that in IRC is something different
<14> from one channel lots of channel spawn :)
<16> whatever
<14> lol
<14> #c++_history
<14> Hello Agata_Kristy, S`a`m`p`o
<16> Agata_Kristy we prefer english
<16> anybody know what the *.user files are in Visual Studio projects/solutions ??
<9> user specific preferences, afaik
<9> like what windows were open when the IDE shut down
<9> nothing you should check into a SCC system, anyway
<9> similarly with the .suo's I believe
<16> ok, I was wondering.... what will happen then if I go to another machine and check out the solution? what will I be missing?
<9> nothing needed to build it, in my experience. It forgets what windows were open, bookmarks and so forth
<9> possibly even the lines that were set in the debugger, I can't rightly recall
<9> but it builds fine. I delete everything apart from sources, .sln, .vcproj files when I "hibernate" code, and I've never had a problem unhibernating
<9> you can pretty much read the sort of stuff it's storing just by looking at the .suo in a hex editor
<9> not human readable, but the keys are there
<17> mostly debug settings
<17> breakpoints still go in the .suo in 2005
<17> in 2002/2003, all debug settings for a project went in the .suo too
<16> ok, we're about to try moving one project to TFVC and it wasn't clear all of what we wanted to check in


Name:

Comments:

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






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

WHAT POLYNESIAN PEOPLE INHABIT NEW ZEALAND ?
javascript prependchild
#skype
my.ini ansi mysql
easyubutu
bcm43xx firmware deb knoppix
piggybank undernet
#chatzone
nikoll dalnet
#slice



Home  |  disclaimer  |  contact  |  submit quotes