Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Sat Feb 27 00:00:18 2010
00:01 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has quit [Quit: Lost terminal]
00:02 -!- wuehlmaus [~wuehlmaus@p4FCC4EEE.dip.t-dialin.net] has quit [Read error:
Operation timed out]
00:13 -!- wrtp [~rog@89.242.205.202] has quit [Quit: wrtp]
00:13 -!- meatmanek_ [~meatmanek@izanagi.STUDENT.CWRU.Edu] has quit [Ping timeout:
245 seconds]
00:14 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Quit: (
www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )]
00:14 -!- wrtp [~rog@89.242.205.202] has joined #go-nuts
00:17 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
00:17 -!- newsham [~chat@thenewsh.com] has left #go-nuts []
00:18 -!- meatmanek_ [~meatmanek@192.5.109.49] has joined #go-nuts
00:22 < smw> anyone know why extention[ext] = "" would give a segmentation
fault?
00:24 <+iant> extention could be a nil slice
00:25 < smw> oh sorry.  I forgot to mention it was a map
00:25 < smw> extention map[string]string
00:25 <+iant> well, in that case, extention could be a nil map
00:25 <+iant> you need to use make() to create a map
00:25 < smw> oh
00:26 < smw> would I then have to change the size?
00:26 < smw> when it gets full
00:26 <+iant> no, maps resize themselves
00:26 <+iant> the size passed to make is just a hint
00:26 < sladegen> go needs automatic garbage creator it seems ;)
00:27 < smw> yeah.  us n00bs like that
00:28 < smw> iant: I can not figure out what to send to make :-\
00:28 <+iant> make(map[string]string)
00:29 <+iant> (the size is optional for a map)
00:29 < smw> thanks
00:47 -!- meatmanek_ [~meatmanek@192.5.109.49] has quit [Quit: This computer has
gone to sleep]
01:05 -!- kanru [~kanru@61-228-155-185.dynamic.hinet.net] has joined #go-nuts
01:15 < plexdev> http://is.gd/9hBQZ by [Russ Cox] in go/src/pkg/testing/ --
testing/benchmark: paranoia - make sure n always grows
01:20 -!- aho [~nya@g227091159.adsl.alicedsl.de] has quit [Ping timeout: 245
seconds]
01:25 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
01:30 -!- path[l] [~path@122.167.241.122] has quit [Ping timeout: 265 seconds]
01:37 -!- gzmask [~jiacheng3@static24-72-133-117.regina.accesscomm.ca] has joined
#go-nuts
01:39 -!- gzmask [~jiacheng3@static24-72-133-117.regina.accesscomm.ca] has quit
[Client Quit]
01:42 -!- meatmanek_ [~meatmanek@192.5.109.49] has joined #go-nuts
01:42 -!- path[l] [~path@122.167.245.86] has joined #go-nuts
01:43 -!- mssm [~mssm@ip-95-221-80-106.bb.netbynet.ru] has quit [Ping timeout: 264
seconds]
01:45 -!- yatoo [~marcus@host86-160-77-91.range86-160.btcentralplus.com] has quit
[Ping timeout: 252 seconds]
01:47 -!- path[l] [~path@122.167.245.86] has quit [Client Quit]
01:49 -!- zab [~zab@60-240-60-119.tpgi.com.au] has joined #go-nuts
01:52 < smw> yay, with 3 hours of work I have figured out how to get the
list of extentions a smtp server supports XD
01:55 < Eridius> smw: don't you just give it EHLO?
01:55 < smw> Eridius: yep.  I mean the programming part too :-\
01:55 -!- monty_hall [~sprague_r@adsl-99-40-250-203.dsl.sfldmi.sbcglobal.net] has
quit [Read error: Connection reset by peer]
01:55 -!- nettok [~netto@200.119.157.1] has joined #go-nuts
01:56 < smw> Eridius: I am trying to make a smtp client lib
01:56 < Eridius> ah
01:56 < smw> Understanding the protocol is not my problem XD.
01:57 -!- monty_hall [~sprague_r@adsl-99-40-250-203.dsl.sfldmi.sbcglobal.net] has
joined #go-nuts
02:17 -!- meatmanek_ [~meatmanek@192.5.109.49] has quit [Quit: This computer has
gone to sleep]
02:28 -!- b00m_chef__ [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 252 seconds]
02:31 -!- KinOfCain [~KinOfCain@rrcs-64-183-61-2.west.biz.rr.com] has quit [Remote
host closed the connection]
02:31 -!- Tuller [~Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has joined
#go-nuts
02:56 < smw> can someone tell me how to rename a package when you import it?
I can not find the answer in the docs
02:59 < Eridius> import bar "foo"
02:59 < smw> where foo is the package?
02:59 < Eridius> yes
03:00 < smw> thanks
03:22 -!- Tuller [~Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has quit
[Quit: to the batcave?]
03:27 -!- Chryson [~Chryson@c-71-60-250-12.hsd1.pa.comcast.net] has joined
#go-nuts
03:28 < anticw> iant: rpath support, nice
03:47 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has quit
[Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100214235958]]
04:17 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 265
seconds]
04:18 -!- daed [daed@countercultured.net] has quit [Read error: Operation timed
out]
04:43 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 245 seconds]
04:52 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
04:57 -!- robot12 [~robot12@robot12.kgts.ru] has joined #go-nuts
04:58 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has joined #go-nuts
05:15 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has quit [Ping timeout:
276 seconds]
05:18 < anticw> bleh, more parallel build issues
05:18 < anticw> someone needs to get rsc something with more cores
05:19 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
05:22 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has joined #go-nuts
05:26 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has joined #go-nuts
05:27 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has quit [Ping timeout:
276 seconds]
05:33 -!- Sufrostico [~sufrostic@190.241.134.189] has joined #go-nuts
05:33 -!- Sufrostico [~sufrostic@190.241.134.189] has quit [Changing host]
05:33 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has joined #go-nuts
05:39 -!- dacc [~dan@dsl-216-162-193-144.drizzle.com] has joined #go-nuts
05:41 -!- Sufrostico [~sufrostic@unaffiliated/Sufrostico] has quit [Remote host
closed the connection]
05:45 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 240 seconds]
05:47 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has quit [Quit: This
computer has gone to sleep]
05:48 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Quit:
Bye Bye]
05:54 -!- droid001 [~g1@p4FDC9F61.dip.t-dialin.net] has quit [Ping timeout: 265
seconds]
05:58 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has joined #go-nuts
05:58 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has quit [Client
Quit]
05:59 -!- igggy2 [~iggy@c-76-104-189-88.hsd1.wa.comcast.net] has joined #go-nuts
06:00 -!- igggy2 [~iggy@c-76-104-189-88.hsd1.wa.comcast.net] has left #go-nuts []
06:00 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
06:03 -!- ned [~ned@c-71-233-209-245.hsd1.ma.comcast.net] has joined #go-nuts
06:20 -!- itrekkie [~itrekkie@ip72-200-104-177.tc.ph.cox.net] has quit [Quit:
itrekkie]
06:21 -!- wuehlmaus [~wuehlmaus@p4FCC78B1.dip.t-dialin.net] has joined #go-nuts
06:32 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 260 seconds]
06:36 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
06:37 -!- lmoura [~lauromour@200.184.118.130] has quit [Ping timeout: 245 seconds]
06:38 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has joined #go-nuts
06:40 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
06:41 -!- robot12 [~robot12@robot12.kgts.ru] has left #go-nuts []
06:41 -!- nettok [~netto@200.119.157.1] has quit [Quit: Ex-Chat]
06:43 -!- lmoura [~lauromour@200.184.118.130] has joined #go-nuts
06:54 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
06:55 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
06:56 -!- Sindikat [~username@95.56.25.42] has joined #go-nuts
07:07 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 252 seconds]
07:09 -!- daed [daed@countercultured.net] has joined #go-nuts
07:18 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
07:19 -!- souffledev [~soufflede@110-174-144-249.static.tpgi.com.au] has joined
#go-nuts
07:42 -!- droid001 [~g1@p4FDC9BEB.dip.t-dialin.net] has joined #go-nuts
07:42 -!- jbauer [~jbauer@adsl-99-69-161-43.dsl.lsan03.sbcglobal.net] has joined
#go-nuts
07:42 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
07:50 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 265 seconds]
07:52 -!- appamatto [~anonymous@softbank219056232109.bbtec.net] has joined
#go-nuts
07:56 -!- Sindikat [~username@95.56.25.42] has quit [Ping timeout: 256 seconds]
07:58 -!- dacc [~dan@dsl-216-162-193-144.drizzle.com] has quit [Quit: Lost
terminal]
08:00 -!- monty_hall [~sprague_r@adsl-99-40-250-203.dsl.sfldmi.sbcglobal.net] has
quit [Ping timeout: 265 seconds]
08:07 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has quit [Quit:
Associat0r]
08:08 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has joined #go-nuts
08:10 -!- Sindikat [~username@95.56.84.168] has joined #go-nuts
08:13 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has quit [Ping timeout:
245 seconds]
08:13 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
08:17 -!- souffledev [~soufflede@110-174-144-249.static.tpgi.com.au] has quit
[Quit: <>]
08:21 -!- appamatto [~anonymous@softbank219056232109.bbtec.net] has left #go-nuts
[]
08:27 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
633 seconds]
08:29 -!- idea_squirrel [~ct2rips@77-21-23-99-dynip.superkabel.de] has joined
#go-nuts
08:33 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
08:34 -!- rbraley [~rbraley@ip72-222-129-178.ph.ph.cox.net] has quit [Read error:
Connection reset by peer]
08:34 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
09:00 -!- pure_x01 [~pure@c83-248-3-188.bredband.comhem.se] has joined #go-nuts
09:03 -!- pure_x01 [~pure@c83-248-3-188.bredband.comhem.se] has left #go-nuts []
09:03 -!- pure_x01 [~pure@c83-248-3-188.bredband.comhem.se] has joined #go-nuts
09:03 < pure_x01> hi, how do i listen to all addresses on a host with
ListenTCP ?
09:15 < sladegen> pure_x01: use 0.0.0.0 probably...
09:16 < pure_x01> sladegen, thanx ..  im normally used to just passing a
port nr when working with server sockets in Java and have understood that you
actually open a port on one or more addresses
09:17 < sladegen> pure_x01: but i'm just guessing...  you must try if it
works.
09:18 < pure_x01> i think i have seen that some place else also so that
might work ..
09:18 -!- pure_x01 [~pure@c83-248-3-188.bredband.comhem.se] has quit [Quit:
Leaving]
09:27 -!- MarkBao [~MarkBao@pool-173-76-27-66.bstnma.fios.verizon.net] has joined
#go-nuts
09:35 < uriel> * should work, I think
09:52 -!- Sindikat [~username@95.56.84.168] has quit [Ping timeout: 256 seconds]
10:01 -!- idea_squirrel [~ct2rips@77-21-23-99-dynip.superkabel.de] has quit [Read
error: Connection reset by peer]
10:01 -!- idea_squirrel [idea_squir@77-21-23-99-dynip.superkabel.de] has joined
#go-nuts
10:02 -!- zab [~zab@60-240-60-119.tpgi.com.au] has quit [Quit: zab]
10:05 -!- ct2rips [ct2rips@77-21-23-99-dynip.superkabel.de] has joined #go-nuts
10:05 -!- Sindikat [~username@95.56.53.151] has joined #go-nuts
10:05 -!- idea_squirrel [idea_squir@77-21-23-99-dynip.superkabel.de] has quit
[Read error: Connection reset by peer]
10:35 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
10:36 -!- bhungy [~bhungy@unaffiliated/bhungy] has quit [Quit: leaving]
11:08 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 276 seconds]
11:10 -!- bhungy [~bhungy@unaffiliated/bhungy] has joined #go-nuts
11:16 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has joined
#go-nuts
11:18 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:151b:113a:b610:38df] has joined
#go-nuts
11:19 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 248 seconds]
11:20 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
11:25 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 245 seconds]
11:29 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Ping timeout: 245
seconds]
11:33 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
11:46 -!- oal [~olav@5.79-160-122.customer.lyse.net] has joined #go-nuts
12:00 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
12:19 -!- yatoo [~marcus@host86-160-77-91.range86-160.btcentralplus.com] has
joined #go-nuts
12:30 -!- meatmanek_ [~meatmanek@192.5.109.49] has joined #go-nuts
12:30 -!- meatmanek_ [~meatmanek@192.5.109.49] has quit [Client Quit]
12:40 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-171-141.clienti.tiscali.it] has
joined #go-nuts
12:43 * Project_2501 hu o,o
12:49 -!- ct2rips [ct2rips@77-21-23-99-dynip.superkabel.de] has quit [Remote host
closed the connection]
12:50 -!- Cyprien_ [Cyprien@181-39.3-85.cust.bluewin.ch] has quit [Ping timeout:
265 seconds]
13:03 -!- pdusen [~pdusen@crob4-55.flint.umich.edu] has joined #go-nuts
13:03 -!- pdusen [~pdusen@crob4-55.flint.umich.edu] has quit [Read error:
Connection reset by peer]
13:04 -!- pdusen [~pdusen@crob4-55.flint.umich.edu] has joined #go-nuts
13:11 -!- Sindikat [~username@95.56.53.151] has quit [Ping timeout: 256 seconds]
13:15 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit []
13:16 -!- bhungy [~bhungy@unaffiliated/bhungy] has quit [Ping timeout: 246
seconds]
13:20 -!- Cyprien_ [Cyprien@121-208.3-85.cust.bluewin.ch] has joined #go-nuts
13:20 -!- bhungy [~bhungy@unaffiliated/bhungy] has joined #go-nuts
13:26 -!- Sindikat [~username@92.47.235.22] has joined #go-nuts
13:28 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
13:28 -!- DerHorst [~Horst@e176121050.adsl.alicedsl.de] has joined #go-nuts
13:40 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
13:49 -!- jhnx [~bd732145@gateway/web/freenode/x-nrlpkhcvrhahsich] has joined
#go-nuts
14:07 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has joined
#go-nuts
14:11 -!- jophish [~jophish@hermi.gotadsl.co.uk] has joined #go-nuts
14:11 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Quit: (
www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )]
14:15 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
14:26 -!- Sindikat [~username@92.47.235.22] has quit [Read error: Connection reset
by peer]
14:33 -!- dju [dju@89-158-236-229.rev.dartybox.com] has quit [Ping timeout: 240
seconds]
14:40 -!- otherchirps [~otherchir@124.149.45.153] has joined #go-nuts
14:41 -!- Sindikat [~username@89.218.12.198] has joined #go-nuts
14:46 -!- otherchirps [~otherchir@124.149.45.153] has quit [Quit: Leaving]
14:51 -!- Sindikat [~username@89.218.12.198] has left #go-nuts []
14:52 -!- bhungy [~bhungy@unaffiliated/bhungy] has quit [Ping timeout: 246
seconds]
14:53 -!- bhungy [~bhungy@unaffiliated/bhungy] has joined #go-nuts
14:57 -!- nighty__ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
14:57 -!- appamatto [~anonymous@softbank219056232109.bbtec.net] has joined
#go-nuts
14:57 -!- jhnx [~bd732145@gateway/web/freenode/x-nrlpkhcvrhahsich] has quit [Quit:
Page closed]
15:11 -!- alkavan [~alkavan@77.127.142.46] has joined #go-nuts
15:22 -!- vdrab [~vdrab@cap009-200.kcn.ne.jp] has joined #go-nuts
15:31 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Quit:
Bye Bye]
15:36 < nanoo> uriel, http://go-lang.cat-v.org/pure-go-libs <- link to
gofluid is dead
15:37 -!- path[l] [~path@122.167.245.104] has joined #go-nuts
15:37 -!- appamatto [~anonymous@softbank219056232109.bbtec.net] has quit [Quit:
appamatto]
15:38 -!- mbarkhau [~koloss@dslb-084-059-152-067.pools.arcor-ip.net] has joined
#go-nuts
15:40 < uriel> nanoo: you might want to contact
http://code.google.com/u/rossdjones/
15:41 < uriel> (I'm guessing his email address is rossdjones@gmail.com but
I'm just guessing)
15:52 -!- it_diver [~it_diver@dslb-084-059-165-242.pools.arcor-ip.net] has joined
#go-nuts
15:52 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 240 seconds]
15:53 -!- DerHorst [~Horst@e176121050.adsl.alicedsl.de] has quit [Remote host
closed the connection]
15:57 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
15:59 -!- hevalbaranov [~hevalbara@88.243.187.56] has joined #go-nuts
16:02 -!- ugo [~ugo@host223-107-dynamic.0-87-r.retail.telecomitalia.it] has joined
#go-nuts
16:09 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
16:14 -!- hevalbaranov [~hevalbara@88.243.187.56] has quit [Quit: WeeChat 0.2.6.3]
16:15 -!- ugo [~ugo@host223-107-dynamic.0-87-r.retail.telecomitalia.it] has quit
[Quit: Leaving.]
16:16 -!- ikke [~ikke@unaffiliated/ikkebr] has joined #go-nuts
16:18 -!- nettok [~netto@200.119.151.10] has joined #go-nuts
16:20 < sladegen> uriel: it's not down...  it's 'chmod -r'ed...  (403)
16:22 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has joined #go-nuts
16:23 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 248 seconds]
16:25 -!- c9s [~c9s@59-126-64-204.HINET-IP.hinet.net] has joined #go-nuts
16:27 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
16:27 < sladegen> gotit...  what an awesome name, too bad it got changed ;)
16:29 -!- nighty__ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Ping timeout:
240 seconds]
16:32 -!- rolf_ [~rolf@gateway.aabh.dk] has joined #go-nuts
16:35 < uriel> sladegen: ok, maybe 'inaccessible' would have been more
accurate, but the result is the same
16:35 < uriel> nanoo: thanks for the heads up btw
16:38 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
619 seconds]
16:42 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
16:47 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
16:49 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 246 seconds]
16:53 -!- mssm [~mssm@ip-95-221-80-106.bb.netbynet.ru] has joined #go-nuts
17:03 -!- monty_hall [~sprague_r@adsl-99-40-250-203.dsl.sfldmi.sbcglobal.net] has
joined #go-nuts
17:11 -!- Demp [~Demp@bzq-79-183-34-59.red.bezeqint.net] has quit [Remote host
closed the connection]
17:11 -!- Demp [~Demp@bzq-79-183-34-59.red.bezeqint.net] has joined #go-nuts
17:12 -!- rolf_ [~rolf@gateway.aabh.dk] has quit [Remote host closed the
connection]
17:17 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
17:24 -!- alx[br] [~alx@189.63.138.27] has joined #go-nuts
17:26 -!- alx[br] [~alx@189.63.138.27] has left #go-nuts []
17:32 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 264 seconds]
17:40 -!- jhawk28 [~jhawk28@user-142g7u9.cable.mindspring.com] has joined #go-nuts
17:45 -!- Demp [~Demp@bzq-79-183-34-59.red.bezeqint.net] has quit [Read error:
Connection reset by peer]
17:45 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
17:46 -!- Demp [~Demp@bzq-79-183-34-59.red.bezeqint.net] has joined #go-nuts
17:51 -!- path[l] [~path@122.167.245.104] has quit [Quit: path[l]]
17:56 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-171-141.clienti.tiscali.it] has
quit [Read error: Connection reset by peer]
18:02 -!- oal [~olav@5.79-160-122.customer.lyse.net] has quit [Read error:
Connection reset by peer]
18:02 -!- idr0 [~idr0@g230126026.adsl.alicedsl.de] has joined #go-nuts
18:04 -!- oal [~olav@5.79-160-122.customer.lyse.net] has joined #go-nuts
18:11 -!- oal [~olav@5.79-160-122.customer.lyse.net] has quit [Remote host closed
the connection]
18:19 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
18:26 -!- idr0 [~idr0@g230126026.adsl.alicedsl.de] has quit [Remote host closed
the connection]
18:27 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 252 seconds]
18:39 -!- sakura_ [~sakura@201.252.205.174] has joined #go-nuts
18:41 -!- garbeam [~arg@212.13.194.175.rev.bitfolk.com] has quit [Ping timeout:
260 seconds]
18:44 -!- fenicks [~christian@log77-4-82-246-228-78.fbx.proxad.net] has joined
#go-nuts
18:45 -!- kssreeram [~kssreeram@122.174.70.187] has joined #go-nuts
18:45 < fenicks> hello
18:45 < nanoo> bye
18:45 < fenicks> how and whenn usinf exception.Try().Catch() ? have code
sample ?
18:52 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
18:52 -!- taruti [taruti@aoi.yi.org] has quit [Quit: taruti]
19:04 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-171-141.clienti.tiscali.it] has
joined #go-nuts
19:31 -!- garbeam [~arg@212.13.194.175.rev.bitfolk.com] has joined #go-nuts
19:35 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Disconnected by services]
19:36 -!- asmo_ [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
19:42 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has quit
[Excess Flood]
19:42 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has joined
#go-nuts
19:44 -!- wrtp_ [~rog@89.242.205.202] has joined #go-nuts
19:45 -!- wrtp__ [~rog@89.242.205.202] has joined #go-nuts
19:45 -!- wrtp_ [~rog@89.242.205.202] has quit [Read error: Connection reset by
peer]
19:47 -!- wrtp [~rog@89.242.205.202] has quit [Read error: Operation timed out]
19:53 < smw> how do you convert an int to a string?  not using fmt would be
prefered
19:54 -!- rsaarelm [~rsaarelm@cs181128175.pp.htv.fi] has quit [Ping timeout: 248
seconds]
19:58 -!- Null-A [~jason@129-97-224-151.uwaterloo.ca] has joined #go-nuts
19:58 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has quit [Quit: This
computer has gone to sleep]
19:59 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has joined #go-nuts
20:04 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Read error:
Connection reset by peer]
20:06 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Read error: Connection
reset by peer]
20:06 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Quit: Leaving]
20:09 -!- Beoran [~beoran@ip-213-49-115-9.dsl.scarlet.be] has joined #go-nuts
20:16 -!- aho [~nya@f051023074.adsl.alicedsl.de] has joined #go-nuts
20:40 -!- rsaarelm [~rsaarelm@cs181128175.pp.htv.fi] has joined #go-nuts
20:50 -!- gnuvince [~vince@72.0.215.40] has quit [Quit: What the fruit is goin' on
here!?]
20:54 -!- Demp_ [~Demp@bzq-79-179-31-155.red.bezeqint.net] has joined #go-nuts
20:56 -!- Demp [~Demp@bzq-79-183-34-59.red.bezeqint.net] has quit [Ping timeout:
260 seconds]
20:58 -!- Null-A [~jason@129-97-224-151.uwaterloo.ca] has quit [Quit: Null-A]
21:07 < Chryson> smw: In the strconv package, the function Itoa
21:07 -!- wrtp [~rog@89.242.205.202] has quit [Quit: wrtp]
21:07 -!- defectiv [~clays@c-24-5-65-40.hsd1.ca.comcast.net] has quit [Quit: This
computer has gone to sleep]
21:12 -!- TMKCodes [~toni@bbwirelessgw2-fee1dc00-62.dhcp.inet.fi] has joined
#go-nuts
21:13 -!- jophish [~jophish@hermi.gotadsl.co.uk] has quit [Remote host closed the
connection]
21:15 -!- toni_ [~toni@bbwirelessgw2-fee1dc00-62.dhcp.inet.fi] has quit [Ping
timeout: 264 seconds]
21:15 -!- meatmanek [~meatmanek@mesingw.STUDENT.CWRU.Edu] has quit [Quit: Leaving]
21:22 -!- lmoura [~lauromour@200.184.118.130] has quit [Read error: Operation
timed out]
21:24 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
21:26 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
21:27 -!- toni_ [~toni@bbwirelessgw2-fee1dc00-62.dhcp.inet.fi] has joined #go-nuts
21:29 -!- TMKCodes [~toni@bbwirelessgw2-fee1dc00-62.dhcp.inet.fi] has quit [Ping
timeout: 246 seconds]
21:30 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Quit: Leaving]
21:35 -!- asmo_ [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
21:49 -!- sudi [~chatzilla@dslb-084-056-015-010.pools.arcor-ip.net] has quit
[Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100214235958]]
21:49 -!- it_diver [~it_diver@dslb-084-059-165-242.pools.arcor-ip.net] has quit
[Ping timeout: 245 seconds]
21:50 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
21:57 -!- MarkBao [~MarkBao@pool-173-76-27-66.bstnma.fios.verizon.net] has quit
[Ping timeout: 246 seconds]
21:57 -!- rhelmer [~rhelmer@adsl-69-107-87-1.dsl.pltn13.pacbell.net] has joined
#go-nuts
21:59 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has quit
[Excess Flood]
21:59 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has joined
#go-nuts
21:59 -!- wrtp [~rog@89.242.205.202] has joined #go-nuts
22:04 -!- samferry [sam@unaffiliated/samferry] has joined #go-nuts
22:08 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
22:10 -!- nettok [~netto@200.119.151.10] has quit [Quit: Ex-Chat]
22:11 -!- scm [~svencm@c190200.adsl.hansenet.de] has quit [Read error: Connection
reset by peer]
22:15 -!- gnuvince [~vince@72.0.216.197] has joined #go-nuts
22:15 -!- scm [justme@c210099.adsl.hansenet.de] has joined #go-nuts
22:21 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Ping
timeout: 240 seconds]
22:23 -!- homiziado [~ernestofr@88.210.81.148.rev.optimus.pt] has joined #go-nuts
22:26 -!- Kashia [~Kashia@p54AB450D.dip.t-dialin.net] has joined #go-nuts
22:29 -!- jbo [~jbo@CPE002436a02e88-CM0016b531f6b4.cpe.net.cable.rogers.com] has
joined #go-nuts
22:29 -!- smw [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has quit [Ping
timeout: 265 seconds]
22:38 -!- Chryson [~Chryson@c-71-60-250-12.hsd1.pa.comcast.net] has quit [Ping
timeout: 265 seconds]
22:44 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:151b:113a:b610:38df] has quit
[Quit: Leaving.]
22:44 -!- jbo [~jbo@CPE002436a02e88-CM0016b531f6b4.cpe.net.cable.rogers.com] has
quit [Quit: jbo]
22:45 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
22:48 -!- Ortzman [~ortzinato@cpe-065-191-006-129.nc.res.rr.com] has joined
#go-nuts
22:52 -!- Ortzinator [~ortzinato@unaffiliated/ortzinator] has quit [Ping timeout:
265 seconds]
22:54 -!- mbarkhau [~koloss@dslb-084-059-152-067.pools.arcor-ip.net] has quit
[Quit: Leaving.]
22:54 -!- smw [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has joined
#go-nuts
22:55 -!- Tuller [~Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has joined
#go-nuts
22:55 -!- nettok [~netto@200.119.151.10] has joined #go-nuts
22:58 -!- b00m_chef__ [~watr@128.189.88.230] has joined #go-nuts
22:59 -!- jhawk28 [~jhawk28@user-142g7u9.cable.mindspring.com] has quit [Ping
timeout: 276 seconds]
23:10 -!- Chryson [~Chryson@c-71-60-250-12.hsd1.pa.comcast.net] has joined
#go-nuts
23:15 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
23:17 -!- Beoran [~beoran@ip-213-49-115-9.dsl.scarlet.be] has quit [Remote host
closed the connection]
23:19 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 260 seconds]
23:25 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
23:27 -!- OpenSpace [~ja@109.93.231.99] has quit [Ping timeout: 256 seconds]
23:28 -!- aho [~nya@f051023074.adsl.alicedsl.de] has quit [Ping timeout: 240
seconds]
23:30 -!- mssm [~mssm@ip-95-221-80-106.bb.netbynet.ru] has quit [Ping timeout: 256
seconds]
23:34 -!- homiziado [~ernestofr@88.210.81.148.rev.optimus.pt] has quit [Quit:
homiziado]
23:42 -!- mssm [~mssm@ip-95-221-80-106.bb.netbynet.ru] has joined #go-nuts
23:45 -!- aho [~nya@e176249239.adsl.alicedsl.de] has joined #go-nuts
23:52 -!- usausa [~usa@pool-71-116-81-237.snfcca.dsl-w.verizon.net] has quit
[Remote host closed the connection]
--- Log closed Sun Feb 28 00:00:18 2010