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: 1825.67 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-28
[13:40]<rwyfcygs>I apparently have at least 8MB to play with here
[13:40]<mjzymygo>=P~~~
[13:40]<mjzymygo>well, the useage of my internet line is still quick, so it's not my restriction...
[13:40]<rwyfcygs>Arrrrgh
[13:41]<mjzymygo>M$ has throttled me
[13:41]<drygq>awilkins: read pm plz
[13:42]<rwyfcygs>No need for the subterfuge, dude. Not warez anymore!
[13:42]<rwyfcygs>^^^^ channel topic
[13:42]<drygq>what are u talking about?
[13:42]<drygq>im not asking for warez
[13:42]<rwyfcygs>I know
[13:42]<rwyfcygs>The link to MSDN 2006 library is in the channel topic
[13:43]<rwyfcygs>'tis the tinyurl one
[13:43]<rwyfcygs>At the end
[13:44]<drygq>ok, thanks :-)) my inet might go down after monday..
[13:44]<drygq>switching to 20mbit, so it will probably come in handy..
[13:44]<drygq>the contract of my current connection ends on 31, the new one should start at 31
[13:44]<rwyfcygs>Planning is wise
[13:45]<drygq>but i havent received the modem stuff yet =)
[13:45]<rwyfcygs>Besides, I like the installed one better than the online one
[13:45]<drygq>yeah, i got a load of them here.. a guy i used to work along with
[13:45]<rwyfcygs>FOr one thing, the online one works better in IE than Firefox, which I find distasteful to have to use
[13:45]<drygq>a sys.admin.. he didnt do anything with them, he's company was subscribed to all msdn stuff
[13:46]<drygq>so i received all the cd's and dvd's
[13:46]<rwyfcygs>Niiice.
[13:46]<rwyfcygs>An MSDN sub is a wonderful thing
[13:46]<drygq>yeah, im really gratefull for it
[13:46]<cjmgrug>i dont understand.. why download the MSDN library, when you can access it online?
[13:46]<rwyfcygs>The offline browser is especially for the purpose
[13:46]<rwyfcygs>The indexing is better
[13:46]<drygq>easier to search / its faster - if you dont have inet ..
[13:47]<drygq>and it has a massive index yes :o
[13:47]<cjmgrug>hmm
[13:47]<drygq>awilkins: may really is the latest?
[13:47]<rwyfcygs>May 2006
[13:47]<rwyfcygs>They go on a 6 monthly cycle, so, yes, may is the latest
[13:49]<sdnffdxdlld>hmmm well that went well
[13:49]<sdnffdxdlld>dude came in for my flat inspect, looked around and said "wow, nothings changed and it all looks fine" hehe then left
[13:49]<drygq>awilkins: how much K where you pulling from the download site @microsoft?
[13:49]<rwyfcygs>750KB/s
[13:50]<zjvgg>how can I convert char * to System::String? System::String ^str = gcnew String(c_str); gives me a bunch of Ys with ` on top instead of the actual string.
[13:50]<drygq>440KB here, while the max speed is arround 600 :/
[13:50]<rwyfcygs>MS use Akamai for most of their big heavy download hosting, so we could be downloading from different servers on differnt bits of network
[13:51]<rwyfcygs>I don't know if they throttle at all, I was downloading all three images at once
[13:52]<drygq>i was dloading using IE6 :').. i'll put them in flashget..
[13:54]<drygq>define so many.. ?
[13:55]<slzygc_>if a paremeter takes a argument of type byte[] .. why cant I just give it "tertwerT".. isn't that a string of bytes?
[13:55]<lcs>no
[13:55]<slzygc_>could I convert it to type byte?
[13:55]<lcs>yes
[13:56]<slzygc_>how?
[13:56]<lcs>system.encoding
[13:56]<slzygc_>oh right
[13:56]<slzygc_>hmm.. dont seem to have that
[13:58]<zyccus>system.text.encoding
[13:58]<slzygc_>ah. thanks
[13:59]<slzygc_>hmm. dont have that neither
[14:03]<sdnffdxdlld>SpikeLite msdn system text encoding
[14:04]<sdnffdxdlld>hmmm
[14:04]<sdnffdxdlld>SpikeLite msdn system.text.encoding
[14:04]<sdnffdxdlld>:\
[14:04]<sdnffdxdlld>oh idiot
[14:04]<sdnffdxdlld>SpikeLite msdn1 system.text.encoding
[14:04]<slycnlyvn>smellyhippy, Encoding Class (System.Text): http://windowssdk.msdn.microsoft.com/en-us/library/system.text.encoding.aspx
[14:04]<sdnffdxdlld>sprink_: its a standard part pf the framework
[14:06]<slzygc_>any idea why I dont got it?
[14:06]<slzygc_>system.text. only shows regularexpressions()
[14:06]<zyccus>it's in mscorlib afaik
[14:06]<zyccus>so you should have it
[14:07]<slzygc_>I thought I had it the other day..
[14:07]<slzygc_>hmm.. some reason I dont got a reference to mscorlib
[14:07]<zyccus>you won't have
[14:07]<zyccus>it's necessary
[14:08]<zyccus>doesn't show up in VS
[14:08]<slzygc_>oh
[14:09]<slzygc_>huh.. I have no idea why I dont have it.. :(
[14:09]<slzygc_>.encoding that is
[14:09]<zyccus>you do
[14:09]<zyccus>you're just not looking in the right place for it
[14:10]<zyccus>where are you looking?
[14:10]<slzygc_>in the system namespace and the system.text namespace
[14:10]<zyccus>in where?
[14:10]<slzygc_>intellisence doesn't show a encoding
[14:10]<zyccus>look in the object browser -> mscorlib -> System.Text
[14:11]<slzygc_>yeah I see it in the object browser
[14:12]<slzygc_>but in my code when I type using system.text.encoding; it doesn't work
[14:13]<slzygc_>Error 1 A using namespace directive can only be applied to namespaces; 'System.Text.Encoding' is a type not a namespace C:\Documents and Settings\Alan\Local Settings\Application Data\Temporary Projects\MD5App\Program.cs 4 7 MD5App
[14:13]<zyccus>um
[14:13]<zyccus>it's not a namespace
[14:14]<slzygc_>ohh.. I see.. wow okay.. lol
[15:04]<cjmgrug>is there any advantage of MC++ over C#?
[15:07]<cjmgrug>"MC++".replace("C++/CLI); :p
[15:15]<sdnffdxdlld>http://www.charliedigital.com/PermaLink,guid,95b2ab68-ba92-413a-b758-2783cde5df9c.aspx
[15:15]<sdnffdxdlld>:O
[15:25]<sdnffdxdlld>erk!
[15:25]<sdnffdxdlld>buwahahaha
[15:28]<rwyfcygs>Anyone tried Coke Zero yet?







