--- Log opened Fri May 08 00:00:31 2015 |
00:19 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
00:21 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
00:53 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
00:53 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection closed] |
01:03 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection closed] |
01:03 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
01:08 | | Derakon[AFK] is now known as Derakon |
01:22 | | orth_ [orthianz@Nightstar-psj.49k.148.118.IP] has quit [Connection closed] |
01:22 | | orth [orthianz@Nightstar-mko.qic.160.203.IP] has joined #code |
01:40 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Ping timeout: 121 seconds] |
01:41 | | himi [fow035@Nightstar-dm0.2ni.203.150.IP] has joined #code |
01:41 | | mode/#code [+o himi] by ChanServ |
01:43 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
02:02 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Ping timeout: 121 seconds] |
02:23 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
03:35 | < Reiv_> | quick question; can regex give me everything after the last forward-slash in a string |
03:35 | < Reiv_> | I am thinking not, but I'm not sure |
03:35 | <~Vornicus> | /.*?$ |
03:36 | <&McMartin> | Actually |
03:36 | <~Vornicus> | or, [^/]*$ |
03:36 | <&McMartin> | Can't you get to the last / by just doing .*/(.*)$? |
03:36 | <&McMartin> | Since it's "eat as much as you can" |
03:37 | <~Vornicus> | let's find out |
03:37 | < Reiv_> | ... huh, I am pleased |
03:39 | < Reiv_> | any luck? |
03:39 | < Reiv_> | I lack regex tools |
03:40 | <~Vornicus> | All three work |
03:40 | <~Vornicus> | erp, my first one doesn't, I am a liar |
03:41 | <~Vornicus> | But the other two do. regex matches start as early as they can, even when told to consume as little as possible |
03:45 | <~Vornicus> | Of these, [^/]*$ is the best, I think, because it doesn't rely on capture groups. |
03:46 | <~Vornicus> | 'course... s.split('/')[-1] |
03:46 | <~Vornicus> | Also, if you have a web browser with console access, you have regex tools. |
03:47 | <&Derakon> | I think negative array indices are only a thing in Python. |
03:47 | <&Derakon> | Which is a damn shame because they're a great idea. |
03:49 | <~Vornicus> | coulda sworn I found another one that did it |
03:59 | <~Vornicus> | apparently Ruby does it, though we know which way *that* inspiration went |
04:00 | <&Derakon> | I've never actually learned any Ruby, but I get the impression it's sort of an amalgam of Python, Perl, and PHP. |
04:03 | | NSGuest33070 is now known as ^Xires |
04:52 | < Reiv_> | uh so |
04:52 | < Reiv_> | Excel |
04:53 | < Reiv_> | I have three fuggin' outputs of the same data I need to do data comparison on |
04:53 | < Reiv_> | If this were SQL I would just run an inner join on all three and be done with it (they are in fact all the same rows, just in different order etc) |
04:53 | < Reiv_> | VLOOKUP handles two. Do I do a VLOOKUP on my VLOOKUP or is there a Better Way? |
05:04 | <&Derakon> | Compare data 1 and data 2 into column A, data 2 and data 3 into column B, compare columns A and B? |
05:05 | <~Vornicus> | I have no idea what you're even aiming at here. |
05:24 | | Derakon is now known as Derakon[AFK] |
05:28 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has quit [[NS] Quit: ] |
05:49 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has quit [Ping timeout: 121 seconds] |
05:50 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has joined #code |
05:58 | | Kindamoody[zZz] is now known as Kindamoody |
06:27 | | Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
06:33 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
07:01 | | celticminstrel is now known as celmin|sleep |
07:16 | <@ErikMesoy> | How do I kill a previous irssi session? |
07:16 | <@ErikMesoy> | I joined a channel with irssi, quit in a way that didn't kill it properly, later booted up irssi again, found old nick in use. |
07:17 | < abudhabi> | Task manager. |
07:17 | < abudhabi> | There should be irssi in the list. |
07:17 | < abudhabi> | Kill the earlier one. |
07:17 | < abudhabi> | Or kill both and restart the frontend. |
07:17 | < kourbou> | ^ |
07:19 | <@ErikMesoy> | Thanks. |
07:46 | | Kindamoody is now known as Kindamoody|afk |
07:57 | | Echoes-- [rolly@Nightstar-eo05bk.co.comcast.net] has joined #code |
08:08 | | catadroid` [catalyst@Nightstar-16uca6.dab.02.net] has joined #code |
08:08 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection closed] |
08:08 | | catadroid [catalyst@Nightstar-dl9dq0.dab.02.net] has joined #code |
08:10 | <@Wizard> | http://news.php.net/php.internals/70691 |
08:12 | | kourbou_ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
08:12 | | catadroid` [catalyst@Nightstar-16uca6.dab.02.net] has quit [Ping timeout: 121 seconds] |
08:12 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [NickServ (RECOVER command used by kourbou_)] |
08:12 | | kourbou_ is now known as kourbou |
08:13 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
08:42 | | catadroid` [catalyst@Nightstar-5i0o3o.dab.02.net] has joined #code |
08:42 | | catadroid [catalyst@Nightstar-dl9dq0.dab.02.net] has quit [A TLS packet with unexpected length was received.] |
08:42 | | orth_ [orthianz@Nightstar-nl9.lfl.148.118.IP] has joined #code |
08:44 | | orth [orthianz@Nightstar-mko.qic.160.203.IP] has quit [Ping timeout: 121 seconds] |
09:08 | | catadroid` [catalyst@Nightstar-5i0o3o.dab.02.net] has quit [Ping timeout: 121 seconds] |
09:10 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has joined #code |
09:11 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
09:11 | | mode/#code [+o Checkmate] by ChanServ |
09:12 | | himi [fow035@Nightstar-dm0.2ni.203.150.IP] has quit [Ping timeout: 121 seconds] |
09:18 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has quit [Ping timeout: 121 seconds] |
09:19 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has joined #code |
09:28 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has quit [Ping timeout: 121 seconds] |
09:41 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has joined #code |
09:56 | | kourbou is now known as kourbou|foodz |
09:58 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Ping timeout: 121 seconds] |
09:58 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has quit [Ping timeout: 121 seconds] |
09:59 | | catadroid [catalyst@Nightstar-jni36s.dab.02.net] has joined #code |
10:01 | <@Wizard> | Scroll down to Default configure(HttpSecurity) http://docs.spring.io/spring-security/site/docs/current/guides/html5//form.html |
10:01 | <@Wizard> | That is an interesting approach |
10:02 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
10:13 | | catadroid [catalyst@Nightstar-jni36s.dab.02.net] has quit [Ping timeout: 121 seconds] |
10:14 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has joined #code |
10:19 | | kourbou|foodz [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
10:29 | < Echoes--> | Meep moop |
10:29 | < Meatyhandbag> | weep woop |
10:30 | < Echoes--> | Yeah, totally. |
10:30 | < Meatyhandbag> | :P |
10:30 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
10:30 | < Echoes--> | I heard there was somebody here that codes in Inform 7, which is why I checked this place out, ha ha |
10:30 | < Echoes--> | I silly reason, I know. |
10:30 | < Meatyhandbag> | do you role-play? |
10:30 | < Echoes--> | Yeah, I do. |
10:30 | < Meatyhandbag> | 5e? |
10:31 | < Echoes--> | I wish! I've been meaning to do that sometime. |
10:31 | < Echoes--> | I'm in a Pathfinder group right now, though. |
10:31 | < Meatyhandbag> | kool |
10:31 | < Meatyhandbag> | Working on an elemental Monk Build |
10:31 | < Echoes--> | Good times. |
10:31 | < Meatyhandbag> | Imagine a giant Gorilla punching fireballs |
10:32 | < Echoes--> | Right now I am a very non-minmaxed elven cleric. |
10:32 | < Meatyhandbag> | Oh i don't minmax |
10:32 | < Echoes--> | That sounds spiffy. |
10:32 | < Echoes--> | lol |
10:32 | < Meatyhandbag> | I hate minmaxin |
10:32 | < Echoes--> | Yeah, I don't either. |
10:32 | < Echoes--> | I wasn't saying you were, of course. |
10:32 | < Meatyhandbag> | ok, kool |
10:32 | < Echoes--> | I didn't mean to make it sound like that, lol |
10:32 | < Meatyhandbag> | np |
10:32 | < Echoes--> | I actually don't hate minmaxers.. I just think they have the wrong approach to a a non-competitive game. |
10:33 | < Echoes--> | Like, there are competitive games.. like League of Legends. I can understand that in games like those. |
10:33 | < Meatyhandbag> | It should be about trying to figure out the best way to do the weird fucked up shit you wanna do |
10:33 | < Echoes--> | Yeha, that is totally true. |
10:33 | < Echoes--> | *yeah |
10:33 | < Echoes--> | the weirdest thing my character does is gamble, and I know that's not that weird. |
10:34 | < catadroid> | I like playing those games as constructive cooperative drama |
10:34 | < Echoes--> | For sure. |
10:35 | < Echoes--> | And that's kind of what they are. |
10:43 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has quit [Ping timeout: 121 seconds] |
10:43 | <@Tarinaky> | I don't min-max per se... But I do spend a lot of time trying to optimize my character within whatever confines I have. |
10:44 | <@Tarinaky> | Squeeze every feat. |
10:44 | < Echoes--> | That's min-maxer talk! |
10:44 | < Echoes--> | (joke) |
10:45 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has joined #code |
10:46 | <@Tarinaky> | Yeah, but being an awesome fencer/assassin/rogue/fighter is more fun than being an incompetent one. |
10:47 | <@Tarinaky> | Currently playing a LN swashbuckling slayer in a regular game. |
10:48 | <@Tarinaky> | (I started as TN but a diety gave me a bag of stuff) |
10:49 | < Echoes--> | That is true. |
10:49 | | Irssi: #code: Total of 42 nicks [23 ops, 0 halfops, 0 voices, 19 normal] |
10:54 | <@Tarinaky> | And disarm means we get to take their stuff before we kill them. |
10:55 | <@Tarinaky> | TWF+Disarm ftw |
10:57 | | * TheWatcher eyes URL v URI and sighs, suspects that using the correct one in this documentation is just going to confuse his audience |
10:57 | <@TheWatcher> | The eternal war of pedantry v ignorance |
10:58 | <@Tarinaky> | You just want to feel cleverer. |
10:58 | <@Tarinaky> | URL/URI is a distinction without a difference. |
10:59 | <@Tarinaky> | Especially from a UX perspective. |
11:08 | < abudhabi> | TheWatcher: Add a footnote. |
11:09 | <@gnolam> | <Echoes--> I heard there was somebody here that codes in Inform 7, which is why I checked this place out, ha ha |
11:09 | <@gnolam> | McMartin is the man you seek. |
11:10 | < Echoes--> | Oh okay, cool. |
11:10 | < Echoes--> | Who is probably not up at this ungodly hour! |
11:17 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has quit [Ping timeout: 121 seconds] |
11:20 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has joined #code |
11:24 | | gizmore|2 [kvirc@Nightstar-b34ab2.dip0.t-ipconnect.de] has joined #code |
11:25 | | gizmore [kvirc@Nightstar-9t6vtg.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
11:45 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Ping timeout: 121 seconds] |
11:48 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
11:53 | | * froztbyte resolves to call Tarinaky as Tarinaki |
11:53 | <@froztbyte> | after all, it's just a letter, doesn't change who you are~ |
11:53 | <@Tarinaky> | That's... how it's pronounced. |
11:54 | <@froztbyte> | Tarinaki: sure, but it's not actually your name |
11:54 | <@Tarinaky> | However Tarinaki is a mountain and a WW1/WW2 Q-Ship. |
11:54 | <@froztbyte> | maybe I should use Tarenaki |
11:54 | <@froztbyte> | (a URI is not a URL) |
11:54 | <@froztbyte> | or, better stated, they're not directly equivalent |
11:55 | <@froztbyte> | a URL is an instance of a URI |
11:55 | <@Tarinaky> | I know the difference. |
11:55 | <@froztbyte> | didn't you just say there's no difference? |
11:55 | <@Tarinaky> | Yes. |
11:56 | <@froztbyte> | so which is it? |
11:56 | <@Tarinaky> | No difference is knowable. |
11:56 | <@froztbyte> | and at this point I call bullshit and walk away |
11:56 | | * froztbyte goes to have lunch |
12:04 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has quit [Ping timeout: 121 seconds] |
12:10 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has quit [Client exited] |
12:11 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has joined #code |
12:17 | | catadroid [catalyst@Nightstar-13ptjj.dab.02.net] has quit [Ping timeout: 121 seconds] |
12:19 | | Meatyhandbag [sebastianfe@Nightstar-79n.cgd.224.136.IP] has joined #code |
12:21 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has joined #code |
12:28 | | catadroid [catalyst@Nightstar-frfutf.dab.02.net] has quit [Ping timeout: 121 seconds] |
12:30 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has joined #code |
12:32 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
12:48 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [Connection closed] |
12:54 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
12:56 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [Connection closed] |
12:57 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
13:03 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
13:03 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection closed] |
13:04 | | Orthia [orthianz@Nightstar-mko.qic.160.203.IP] has quit [Ping timeout: 121 seconds] |
13:09 | | Orthia [orthianz@Nightstar-rgmkqd.callplus.net.nz] has joined #code |
13:09 | | mode/#code [+o Orthia] by ChanServ |
13:14 | < abudhabi> | Hmm. Does anyone know where I could find some sort of temperature/ice cap slider sim? I can find lots of hypothetical maps where all the ice is melted, but I can't seem to find any indication how much the mean temperature would have to increase in order to do so. |
13:20 | < abudhabi> | An educated guess would be ~20 C, right? |
13:20 | | kourbou|phone [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
13:20 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [Connection closed] |
13:20 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
13:20 | | kourbou|phone [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [Connection closed] |
13:22 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [[NS] Quit: Don't think of what others think of you. Think of what you think of others.] |
13:24 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has joined #code |
13:27 | | kourbou [kourbou@Nightstar-i9q.ppo.255.46.IP] has quit [[NS] Quit: Don't think of what others think of you. Think of what you think of others.] |
13:28 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has joined #code |
13:29 | | orth_ [orthianz@Nightstar-nl9.lfl.148.118.IP] has quit [Connection closed] |
13:31 | | kourbou [kourbou@Nightstar-9ad.2tg.165.37.IP] has joined #code |
13:42 | | orth_ [orthianz@Nightstar-nl9.lfl.148.118.IP] has joined #code |
13:44 | | kourbou [kourbou@Nightstar-9ad.2tg.165.37.IP] has quit [[NS] Quit: Don't think of what others think of you. Think of what you think of others.] |
13:45 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has quit [Ping timeout: 121 seconds] |
13:56 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has quit [Ping timeout: 121 seconds] |
14:02 | | Meatyhandbag [sebastianfe@Nightstar-79n.cgd.224.136.IP] has quit [Ping timeout: 121 seconds] |
14:02 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has joined #code |
14:04 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has joined #code |
14:11 | | celmin|sleep is now known as celticminstrel |
14:11 | | mode/#code [+o celticminstrel] by ChanServ |
14:19 | | gizmore|2 [kvirc@Nightstar-b34ab2.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/] |
14:29 | | gizmore [kvirc@Nightstar-b34ab2.dip0.t-ipconnect.de] has joined #code |
14:39 | | catadroid` [catalyst@Nightstar-7ndoht.dab.02.net] has joined #code |
14:41 | | catadroid [catalyst@Nightstar-5i0o3o.dab.02.net] has quit [Ping timeout: 121 seconds] |
14:58 | | catadroid` is now known as catadroid |
15:53 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
15:53 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection reset by peer] |
16:03 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
16:03 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection reset by peer] |
16:24 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
16:24 | | kourbou_ [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
17:02 | | BlueGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Ping timeout: 121 seconds] |
17:03 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
17:35 | | mac is now known as macdjord|wurk |
18:00 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Connection reset by peer] |
18:13 | | kourbou_ is now known as kourbou |
18:14 | | Derakon[AFK] is now known as Derakon |
18:15 | | catadroid [catalyst@Nightstar-7ndoht.dab.02.net] has quit [A TLS packet with unexpected length was received.] |
18:15 | | catadroid [catalyst@Nightstar-0jp9as.dab.02.net] has joined #code |
18:24 | <&ToxicFrog> | It's really filthy but I like excuses to write complicated bash scripts. |
18:34 | | catadroid [catalyst@Nightstar-0jp9as.dab.02.net] has quit [Ping timeout: 121 seconds] |
18:38 | | catadroid [catalyst@Nightstar-0jp9as.dab.02.net] has joined #code |
18:43 | <@Tamber> | :) |
18:44 | | catadroid [catalyst@Nightstar-0jp9as.dab.02.net] has quit [Ping timeout: 121 seconds] |
18:44 | | catadroid` [catalyst@Nightstar-0jp9as.dab.02.net] has joined #code |
19:00 | | kourbou is now known as kourbou|foodz |
19:02 | | catadroid` [catalyst@Nightstar-0jp9as.dab.02.net] has quit [Connection closed] |
19:15 | | * Tarinaky sniggers at this joke. |
19:16 | <@Tarinaky> | You know how Micromanagers stand over your shoulder constantly and stop you doing work? |
19:16 | <@Tarinaky> | And Macromanagers are more 'big picture', they'll clarify issues and clear red tape when needed but otherwise stay out of your way. |
19:17 | <@Tarinaky> | Well there's also Marcomanagers, who're nowhere to be found even when you stand on your desk shouting "Marco!" |
19:18 | | kourbou|foodz is now known as kourbou |
19:20 | | Kindamoody|afk is now known as Kindamoody |
19:43 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Ping timeout: 121 seconds] |
19:44 | | ErikMesoy is now known as Cyneric |
19:44 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has quit [Client exited] |
19:46 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has joined #code |
20:07 | | Meatyhandbag [sebastianfe@Nightstar-dk0.5eb.224.136.IP] has joined #code |
20:28 | <@gnolam> | arghghlargl |
20:28 | <@gnolam> | I rebuild ALL THE DATABASES and I forget to put in the bit of code I really wanted to test. >_< |
20:29 | <@Tamber> | oops |
20:37 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: What does the 'x' do?] |
20:37 | | Kindamoody is now known as Kindamoody[zZz] |
20:41 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
20:41 | | kourbou is now known as kourbou|zzz |
20:47 | <&McMartin> | Echoes--: I'm running around a bit today, but if you ask I can probably get an answer in at some point |
20:52 | | kourbou|zzz [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Ping timeout: 121 seconds] |
21:03 | | gizmore|2 [kvirc@Nightstar-5kgb9u.dip0.t-ipconnect.de] has joined #code |
21:04 | | gizmore [kvirc@Nightstar-b34ab2.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
21:31 | | GreenGuy [GreenGuy@Nightstar-fik25i.gnomino.eu] has quit [Connection closed] |
22:22 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has joined #code |
22:22 | | orth_ [orthianz@Nightstar-nl9.lfl.148.118.IP] has quit [Connection reset by peer] |
22:48 | | Cyneric is now known as ErikMesoy |
23:06 | | Orthia [orthianz@Nightstar-rgmkqd.callplus.net.nz] has quit [[NS] Quit: Going dooooown...] |
23:18 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has quit [Ping timeout: 121 seconds] |
23:23 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has joined #code |
23:27 | | orth [orthianz@Nightstar-rgmkqd.callplus.net.nz] has quit [Ping timeout: 121 seconds] |
23:34 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has joined #code |
23:34 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:40 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
--- Log closed Sat May 09 00:00:47 2015 |