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.66 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-11
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Next >
[07:58]<cxrfnm>frb, how come ?
[07:58]<pz2>I'll probably like kdevelop better :)
[07:58]<pz2>khaled: since monodevelop didn't work, I'm installing everything with sharp in the name
[07:58]<cxrfnm>which distro are you using ?
[07:58]<pz2>suse10.1
[07:58]<cxrfnm>ha ha
[07:59]<cxrfnm>I am using SuSE10.1 and i also had problem running monodevel out of box
[07:59]<pz2>it's deps are just busted I think
[07:59]<cxrfnm>i just downloaded the rpm from mono-project.com
[07:59]<pz2>I think it requires gnome-sharp2, but didn't say so
[07:59]<cxrfnm>and it worked fine
[07:59]<`d0>where your from khaled
[07:59]<cxrfnm>`m0, right now in Canada
[07:59]<`d0>where in canadd
[08:00]<cxrfnm>Toronto
[08:00]<`d0>ah
[08:00]<cxrfnm>how about you ?
[08:00]<`d0>ottaw
[08:00]<cxrfnm>oh cool
[08:01]<cxrfnm>`m0, working or studying ?
[08:01]<`d0>studying
[08:01]<cxrfnm>same here :)
[08:01]<cxrfnm>how is the job market in Ottawa ?
[08:01]<`d0>ur egyption?
[08:01]<cxrfnm>no
[08:01]<cxrfnm>Bangladeshi
[08:01]<`d0>ah
[08:02]<cxrfnm>are you ?
[08:02]<`d0>canadian/american/lebanese ;p
[08:02]<cxrfnm>cool
[08:03]<pz2>yep, it's loading now
[08:06]<pz2>bloody hell, mono mapped 200M to start
[08:16]<gyzyvgg>When using the serialport object, what serial port does it default to? Isnt there one or two 9-pin, and a 25 pin serial port on all standard ibm-compatible PC'S?
[08:23]<kjr>COM0
[08:23]<kjr>whatever it's assigned to
[08:24]<gyzyvgg>Ah, gotcha :) I also don't see a ovbious way to change it, without changing system properties
[08:25]<gyzyvgg>Is this the case?
[08:25]<pz2>bleh, gotmono.com's docs are all borked
[08:25]<pz2>now I need a new C# for web programming tutorial
[08:25]<pz2>any recommendations? search engines are inundated with crap
[08:35]<fjfyvr>wtf, when i try to execute C:\WINDOWS\system32\tasklist.exe /U "*" -P "*" /V /FO CSV /NH /S BRQWS039 it stops, but every other computer then brqws039 is ok, if i rtru or try it launch manualy i get no problems ...
[08:44]<rfmmrwvmfmruwrjm>hey, is there any way to walk up the stack to a calling method via reflection without unmanaged code
[08:47]<rfmmrwvmfmruwrjm>suppose thats a no
[08:48]<`d0>you could use pointers in C# by declaring it unsafe
[08:48]<rfmmrwvmfmruwrjm>the end goal is to get a MethodInfo for the calling function, that possible?
[08:50]<`d0>what do you mean MethodInfo
[08:57]<`d0>so you want to know the method being called?
[08:57]<`d0>which method is being invoked it?
[08:57]<rfmmrwvmfmruwrjm>i want to know the method calling my method
[08:57]<znzznss>hey all, I'm having problems with doubles getting too long, I want to truncate some of the digits off
[08:57]<znzznss>math.truncate() cuts them all off though, which I don't want
[08:57]<`d0>almightylinuxgod you could do a stacktrace
[08:58]<rfmmrwvmfmruwrjm>thats what i was thinking, that only possible from unsafe code?
[08:58]<`d0>no
[08:58]<`d0>i can give you a link, i have one saved in my bookmarsk
[08:58]<`d0>onesec
[08:59]<rfmmrwvmfmruwrjm>thanks so much, this one is driving me batty
[08:59]<`d0>http://www.developerzone.biz/index.php?option=com_content&task=view&id=31&Itemid=36
[09:00]<rfmmrwvmfmruwrjm>this is prefect
[09:00]<`d0>i think that can help you :)
[09:01]<znzznss>so how can I set the number of digits to follow in a double?
[09:01]<pz2>toFixed or something
[09:01]<znzznss>thanks
[09:01]<rfmmrwvmfmruwrjm>the basic idea was to make a logger object with static methods, that inspects the type that called it for debug info, and for an attribute for selecting the log to use
[09:01]<pz2>maybe it's Math.Fix()
[09:01]<pz2>I can never remember
[09:01]<pz2>so many languages, so much confusion
[09:02]<`d0>almightylinuxgod - yea exactly
[09:02]<`d0>i don't see any other way
[09:02]<znzznss>hmm, looks like math.Round then
[09:02]<znzznss>thanks frb
[09:03]<`d0>heh
[09:03]<`d0>im watching superman
[09:04]<`d0>it is kinda weak :(
[09:04]<rfmmrwvmfmruwrjm>...
[09:04]<rfmmrwvmfmruwrjm>m0, that was java
[09:04]<rfmmrwvmfmruwrjm>why must they look so much alike
[09:05]<`d0>oh lol
[09:05]<`d0>wrong link
[09:05]<fjfyvr>fscking tasklist.exe and c# ... or me
[09:06]<`d0>it is similar to C# thou
[09:06]<`d0>i think we use StackFrame for the C#
[09:07]<rfmmrwvmfmruwrjm>yeah, thouch im looking "I cant find Throwable, ive never even heard of it"
[09:07]<`d0>StackFrame stackframe = new StackFrame(1,true); sf.GetMethod().ToString();
[09:07]<`d0>http://www.c-sharpcorner.com/Effectivecs/DebugTechniquesMB001.asp
[09:07]<`d0>would this help?
[09:09]<rfmmrwvmfmruwrjm>MUCH BETTER
[09:09]<rfmmrwvmfmruwrjm>this is wonderful!
[09:11]<`d0>hehe i hope it is the right language lol
[09:12]<vyzusdjvnnv>hey is this right? valueTextBox.Text = @value?
[09:12]<rfmmrwvmfmruwrjm>@value?
[09:13]<rfmmrwvmfmruwrjm>are you talking about @"Value"
[09:13]<vyzusdjvnnv>mssql 2005
[09:13]<rfmmrwvmfmruwrjm>oh, you have to use ADO.NET
[09:14]<vyzusdjvnnv>yeah im trying to figure if that is what the @ means
[09:14]<rfmmrwvmfmruwrjm>(SqlConnection -> SqlCommand (add parameters, and enter query) -> execute scalar)
[09:14]<rfmmrwvmfmruwrjm>the @ is used in SQL variables
[09:14]<rfmmrwvmfmruwrjm>you have to do a full query to populate that
[09:16]<vyzusdjvnnv>*shrugs*
[09:17]<vyzusdjvnnv>:P







