IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.26 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-09
[06:16]<zgzzcydjvgev>that sucks :/
[06:17]<sz2yzgrzzsx>yah, women are humans just like men
[06:17]<sz2yzgrzzsx>different humans have different capabilities
[06:18]<sz2yzgrzzsx>deal with it
[06:18]<znmnzz>ah
[06:18]<znmnzz>women are hot
[06:18]<sz2yzgrzzsx>just the fact your a woman does not make you strong/weaker, smarter/dumber, betterlooking/ugly
[06:18]<znmnzz>but
[06:19]<rnmvx>yeah exactly sabiancrash
[06:19]<sz2yzgrzzsx>eggplant is a wierd food
[06:20]<zgzzcydjvgev>+nasty food
[06:21]<rnmvx>the new pastehere client won't hold up windows from shutting down sabiancrash
[06:22]<sz2yzgrzzsx>hurray!
[06:22]<sz2yzgrzzsx>sabiancrash: Weather at New York, La Guardia Airport, NY - via NOAA's National Weather Service. Mostly Cloudy and 63 degrees F at New York, La Guardia Airport, NY. Winds are South at 8 MPH. The pressure is 29.77" (1008.2 mb) and the humidity is 87%. The wind chill is 63.
[06:22]<sz2yzgrzzsx>it has been cool here
[06:22]<sz2yzgrzzsx>need more beer
[06:24]<jlvydus>lion head stout
[06:24]<jlvydus>where is that from?
[06:25]<sz2yzgrzzsx>jamaica
[06:25]<jlvydus>i've not tried that one
[06:26]<jlvydus>my favourite beer at the moment is Bitsgerger
[06:26]<jlvydus>german beer
[06:26]<sz2yzgrzzsx>yah, its imported right in new york
[06:26]<sz2yzgrzzsx>i don't think its distributed very far
[06:32]<zgzzcydjvgev>too bad i dont drink alcohol, i live in portland oregon
[06:32]<zgzzcydjvgev>its like Microbrew City here
[06:33]<znmnzz>eggplant is a fruit
[06:35]<znmnzz>it's about the only fruit i am comfortable eating deep fried.....
[06:35]<sz2yzgrzzsx>hmm
[06:36]<sz2yzgrzzsx>AnarkiDotNET, i will trade
[06:36]<sz2yzgrzzsx>i am not a big drinker
[06:36]<sz2yzgrzzsx>more of a taster
[06:36]<sz2yzgrzzsx>3 beers and i am good
[06:41]<djxvnd>sabiancrash: beer = buddha belly
[06:42]<sz2yzgrzzsx>only if you drink mass quantities all the time
[06:49]<rnmvx>mmm i need some rum
[06:49]<rnmvx>too late to start tonight
[06:59]<kdzdg>im a big drinker
[07:00]<kdzdg>anyone know anything heard anything about a php nerframework?
[07:00]<sz2yzgrzzsx>yes
[07:01]<sz2yzgrzzsx>there is such a thing but i am not sure if its actively developed
[07:01]<sz2yzgrzzsx>it does not make sense
[07:01]<sz2yzgrzzsx>php was not designed to be OO
[07:02]<kdzdg>that would be cool to code php applications with the net frame
[07:02]<rnmvx>why not just use c# then
[07:02]<rnmvx>php is too apples and c# is too oranges
[07:03]<[dam]-[a]>humm oranges..
[07:03]<kdzdg>mmmmm oranges ;)
[07:05]<kdzdg>AnarkiDotNET, how much you got left of the download
[07:11]<zndy_wjfnz>How can I increase the size of a datagridviewcombobox index?
[07:11]<zndy_wjfnz>morning Xiphoris
[07:12]<kdzdg>Remi i finally got it off ms site i need to get a download manager
[07:12]<zndy_wjfnz>Kiryn: cool. Hope it works for you :)
[07:12]<kdzdg>:)
[07:12]<kdzdg>ill let you know :)
[07:13]<kdzdg>1:12:30 left
[07:14]<kdzdg>i could date a woman muscle builder
[07:14]<kdzdg>couldn't(*
[07:14]<zndy_wjfnz>?
[07:14]<kdzdg>it was on a commerical
[07:17]<zgzzcydjvgev>hehehe
[07:17]<zgzzcydjvgev>i'm 98% done
[07:17]<kdzdg>lucky ass
[07:17]<zgzzcydjvgev>00:01:46 left
[07:17]<kdzdg>im only at 41%
[07:19]<kdzdg>i wish i had an amd processor :(
[07:20]<gyxd>does anyone know of any classes/libs to export simple objects (i.e. NHibernate objects) to JSON. All I need are the properties.
[07:23]<xylxjzys>yeah .NET has a ton of stuff built in
[07:23]<xylxjzys>look at BinaryFormatter or XmlSerializer
[07:24]<zndy_wjfnz>Xiphoris: you know a way to increase the datagridviewcombobox index?
[07:24]<xylxjzys>what's that?
[07:26]<zndy_wjfnz>in such a combobox, you have an [index] [value] list. I need to set both programmaticly. But as soon as I set the index property, I get an exception telling me that I exceed the current index
[07:27]<xylxjzys>I don't know what such an exception would mean. why can't you exceed the current index? so you can only ever decrease the value? :P
[07:27]<xylxjzys>unless you mean exceed the maximum index
[07:27]<mupmvz>or the value of the index your using isnt correct
[07:27]<mupmvz>not that i know anything :)
[07:27]<zndy_wjfnz>it is a valid int (28456)
[07:28]<mupmvz>doh
[07:28]<zndy_wjfnz>Xiphoris: I don't know. I was hoping you would know something :)
[07:28]<mupmvz>there may be a limit ?
[07:28]<xylxjzys>you have 28000 items in your combobox?
[07:28]<xylxjzys>you could never use a control with that many items
[07:28]<mupmvz>that seems excessive
[07:28]<xylxjzys>yarly. try like 10 items in your combobox
[07:28]<xylxjzys>any more than 10 and you need a better way to pick things imo :P
[07:29]<zndy_wjfnz>Xiphoris: no, it starts at 10000, and could go up to 99999. But I have only a small selection in the combobox. But I need those numbers to stay intact, so I can find the article back in the huge db
[07:29]<xylxjzys>huh?
[07:29]<xylxjzys>no, that doesn't make sense
[07:30]<xylxjzys>if you have 10 items in your combobox, then the indexes span 0 to 9
[07:30]<xylxjzys>if you want the value to be something else, then make it something else
[07:30]<mupmvz>right
[07:30]<xylxjzys>but the index is just the position in the combobox, which starts at 0
[07:30]<zndy_wjfnz>Xiphoris: as far as I read on the web, you can insert items at any index position you want, and it will only show the filled indexes
[07:31]<mupmvz>hmmm
[07:31]<mupmvz>sure but it still starts at 0
[07:31]<zndy_wjfnz>Xiphoris: can you suggest a work-a-round if this doesn't work? I need two have 2 values in 1 list :)
[07:32]<mupmvz>coming from vb which had 2, c# doesnt
[07:32]<mupmvz>ie; value and id
[07:32]<mupmvz>if thats what your talking about
[07:32]<zndy_wjfnz>mufdvr: that is exactly what I am talking about







