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.39 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-08-01
[02:23]<lznnvysx>ok
[02:23]<rxrcr>maybe IE has some apis for that, but I'd doubt it
[02:39]<-- sgvgzs xzs fuyv (>/dev/brain")
[02:51]<rnzrnf_->hi
[02:51]<rnzrnf_->got a small problem: how do i find out when a connection gets broken? (without sending continuously data)
[02:56]<zgzzcygnv>ping every minute or so is my best guess
[02:57]<rnzrnf_->i´m tunneling an ssh-connection and adding pings every minute would mess up the protocol
[02:58]<rnzrnf_->and it´s the connection between my app and the ssh-client that i´m concerning, i don´t get informed when the ssh-client closes the connection!
[03:16]<vufvuzn>Azrael_-: TCP already does keep-alive stuff in the background.. your blocking (or even non-blocking) read/write operations should fail when that's detected
[03:16]<vufvuzn>(pretty sure it does..)
[03:17]<svzz[wjzc]>smellyhippy HOLY SCRAP
[03:18]<rrd2uppnw><font size="3">what did i miss</font>
[03:18]<svzz[wjzc]>smellyhippy Sorry, been away was playing squash, i finally could test out (and it fits a little variation of my pattern) => Before: 12.076093190615 sec. for 5486 records After : 1.25227368282842 sec. for 5486 records
[03:19]<svzz[wjzc]>jaybuffe1 are you aware that you'Re actually writing html when you write a message, and plus, it's deprecated html
[03:19]<rrd2uppnw><font size="3">interesting.. i did not know that</font>
[03:20]<rrd2uppnw><font size="3">how did u do it</font>
[03:20]<svzz[wjzc]>jaybuffe1 really? < font size="3" >interesting.. i did not know that< /font > <-
[03:21]<rrd2uppnw><font size="3">edpends on what client though , right</font>
[03:21]<rnzrnf_->vulture: right, now that you tell me, i remember. I'm doing non-blocking but i don't get informed..... strange.
[03:21]<svzz[wjzc]>there's an IRC Client that interprets html?
[03:22]<svzz[wjzc]><blink><font size="18" color="red" bgcolor="white">Like this!?</font></blink>
[03:22]<rrd2uppnw><font size="3">make sense to me</font>
[03:22]<vufvuzn>Azrael_-: how long did you wait?
[03:22]<svzz[wjzc]>jaybuffe1 http://rafb.net/paste/results/tZB80i45.html <=
[03:22]<rrd2uppnw><font size="3">how was your processing time cut down</font>
[03:23]<rnzrnf_->the connection between 2 of my other apps realizes immediately any disconnect. i didn´t wait more than a minute
[03:23]<rnzrnf_->http://nomorepasting.com/paste.php?pasteID=66071 <--- i know it isn´t well written, but good enough for my needs atm
[03:26]<svzz[wjzc]>jaybuffe1 cuts down to 1/10 of the original, i made a little ajustment to the Mapper Base class : http://rafb.net/paste/results/kz3xtJ46.html
[03:31]<rrd2uppnw><font size="3">thats great perf increase</font>
[03:55]<-- sxyvn-j xrs fuyv>you")
[04:06]<22vnax>What is the proper way in forms to return a value/Object to the parent?
[04:11]<22vnax>nevermind
[08:40]<svlnvnz>hi
[08:41]<a969|dt6>is there a way to do something comparable to ruby's "map!" with arrays?
[08:43]<svlnvnz>c474|y57: with the wonderful syntax of ruby?
[08:43]<svlnvnz>i think no
[08:44]<svlnvnz>c# have no inline code blocks, for what i know
[08:49]<svlnvnz>c474|y57: u can foreach
[09:01]<afd>hey!
[09:02]<afd>anyone here use sandcastle, M$'s new documenter?
[09:02]<afd>i'm wondering how to make a html tree for the classes
[09:03]<zgzzcygnv>AqD, link?
[09:04]<afd>AnarkiNet: https://blogs.msdn.com/sandcastle/default.aspx
[09:04]<afd>AnarkiNet: I generated separated htmls for all classes/members
[09:04]<afd>but there isn't anything else :-/
[09:04]<afd>there are only commands for CHM
[09:09]<svlnvnz>use some CHM->html tool
[09:10]<afd>hmmm
[09:10]<a969|dt6>stpeter, i've tried Array.ForEach with an anonymous method and regular foreach... for some reason it won't let me assign to the iteratered elements
[09:11]<afd>well but i'm unhappy with the html result anyway
[09:11]<afd>it has no link to M$'s class lib documents
[09:11]<afd>and i want a damned dependency tree/graph
[09:11]<afd>otherwise the docs would be only useful to users, not devs :-/
[09:12]<afd>maybe i could get doxygen working.. hmm
[09:13]<zgzzcygnv>erm
[09:13]<zgzzcygnv>so Sandcastle doesnt do code -> XML?
[09:13]<afd>no it translate the xml to another xml and to html at the final step
[09:14]<afd>it has no gui yet, so need a lot of manual work
[09:14]<afd>and its quality is not any better than ndoc's..
[09:14]<[dam]>how does sandcastle works? I just installed it.. don't know how to start an example..
[09:15]<afd>see the bottom of the link i give (above comments)
[09:15]<afd>it involves several commands and one messy config file
[09:15]<zgzzcygnv>who here was doing the C# -> CodeML converter?
[09:15]<afd>eh?
[09:15]<zgzzcygnv>CodeML is an XML based "language-neutral" form of persisting code
[09:16]<zgzzcygnv>theoretically you could go from like, C# -> CodeML -> VB.NET
[09:16]<zgzzcygnv>for example
[09:16]<zgzzcygnv>(if suitable converters are written)
[09:18]<zgzzcygnv>http://www.mathweb.org/omdoc/projects/codeml/
[09:18]<afd>hmm but why would you need it?
[09:19]<zgzzcygnv>...
[09:19]<zgzzcygnv>i'm just going to stop talking since obviously you don't get it...
[09:21]<afd>exactly! :)
[10:05]<svlnvnz>VB.NET sucks
[10:07]<vj2nxe>vb.net owns
[10:07]<vj2nxe>silly
[10:08]<zgzzcygnv>no it sucks
[10:11]<vj2nxe>nay way
[10:11]<vj2nxe>ownage alllllllllllllll the way
[10:27]<sdnffdxdlld>why would you need CodeML to convert C# to vb.net?
[10:27]<sdnffdxdlld>thats pretty useless for .net languages :/
[10:28]<zgzzcygnv>it was an example
[10:30]<sdnffdxdlld>but if its a none .net language then the only thing really worth while converting is logic structures which are pretty standard anyway
[10:31]<sdnffdxdlld>and what if someone uses a trick thats only avalible in one type of language? then it can't be converted into the others
[10:33]<svlnvnz>where i can find usefull techinical infos about doing plate detection?
[10:37]<lcs>splate detection, like car plate detection?
[10:37]<svlnvnz>yes
[10:38]<svlnvnz>i can't get good results
[10:38]<lcs>http://scitation.aip.org/getabs/servlet/GetabsServlet?prog=normal&id=JEIME5000011000004000507000001&idtype=cvips&gifs=yes
[10:39]<lcs>but you need to login, to see the references
[10:39]<lcs>i dont have account there, so i wont tell you if they are any good
[10:39]<svlnvnz>free of charge?
[10:41]<lcs>if not counting spam comming to your mail account
[10:41]<zgzzcygnv>smellyhippy what if you want to go from C to C# automatically?
[10:42]<zgzzcygnv>or heres an example







