--- Log opened Fri Apr 19 00:00:06 2013 |
00:09 | <@froztbyte> | RichyB: I'm glad I'm not the only person who does this sort of thing |
00:21 | <@Reiv> | VORNICUS VORNICUS VORNICUS |
00:21 | <@Reiv> | O GREAT ELDER ONE, BRING UNTO ME YOUR GIFTS OF MADNESS (and excel) |
00:21 | <@froztbyte> | have to light the candles first |
00:22 | <~Vornicus> | maybe I should start asking for consultant fees. |
00:22 | <~Vornicus> | :P |
00:22 | <~Vornicus> | what do you need? |
00:22 | <@froztbyte> | lulz |
00:23 | <@froztbyte> | there are some places on IRC where I have often had that thought |
00:25 | | * Azash notes this channel is of high quality |
00:30 | | Derakon_ [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
00:30 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [NickServ (GHOST command used by Derakon_)] |
00:30 | | Derakon_ is now known as Derakon |
00:30 | | mode/#code [+ao Derakon Derakon] by ChanServ |
00:38 | <@Reiv> | So in Excel, how do I sum up the positive values in a column only? |
00:38 | <@Reiv> | That is, I want to ignore the negatives. Then I'll do a sum of negatives. |
00:39 | <~Vornicus> | SUMIF(my_column, ">0", my_column), iirc |
00:40 | <@Reiv> | Ooh |
00:40 | <~Vornicus> | I may have the inputs in the wrong order, sumif is not something I use often. |
00:42 | <~Vornicus> | but iirc it's check cells, criterion, sum cells. the check and sum arrays must be the same size. |
00:45 | <@Reiv> | It's glorious. |
00:45 | <@Reiv> | Thankye kindly sir |
00:52 | | Derakon is now known as Derakon[AFK] |
00:56 | | Turaiel[Offline] is now known as Turaiel |
00:58 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds] |
01:12 | | himi [fow035@Nightstar-10f7a9f8.in-addr.csiro.au] has joined #code |
01:12 | | mode/#code [+o himi] by ChanServ |
01:23 | | * [R] wonders if an SQL interpreter that's backed by CSV files would be useful at all |
01:25 | <@froztbyte> | what would the use be? |
01:27 | | Derakon[AFK] is now known as Derakon |
01:28 | <@[R]> | Could replace excel-likes in certain situations, even letting you automatically process CSVs you get fairly trivially. |
01:29 | <@froztbyte> | kenneth reitz released a library which might be useful for that |
01:29 | <@froztbyte> | for tabular-ish based things |
01:33 | | ToxicFrog|W`rkn is now known as ToxicFrog |
02:20 | | Thalass [lubuntu@Nightstar-f97b970e.bigpond.net.au] has joined #code |
02:20 | | * Thalass flop |
02:28 | | * Azash buys the rights to Thalass from Bioware |
02:28 | <@froztbyte> | rofl |
02:29 | < Thalass> | noooooooooooo |
02:51 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has joined #code |
02:57 | | Kindamoody[zZz] is now known as Kindamoody |
03:00 | | Thalass [lubuntu@Nightstar-f97b970e.bigpond.net.au] has quit [[NS] Quit: back later] |
03:07 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has joined #code |
03:07 | | mode/#code [+o celticminstrel] by ChanServ |
03:59 | | * Derakon unrolls a loop in Python, cuts runtime by ~10%. |
04:01 | | Thalass|slep is now known as Thalass |
04:02 | | VirusJTG [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has quit [[NS] Quit: Program Shutting down] |
04:04 | <~Vornicus> | I wasn't aware loop unrolling was all that great a strategy in python |
04:05 | <&Derakon> | Me neither. |
04:05 | <&Derakon> | Well, part of it may also have to do with merging together some calls to min() and max(). |
04:05 | <&Derakon> | (I'm checking every neighboring cell to a given cell, while ensuring they're in-bounds) |
04:16 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.] |
05:43 | | syksleep is now known as Syk |
06:16 | | Derakon_ [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
06:16 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [NickServ (GHOST command used by Derakon_)] |
06:16 | | Derakon_ is now known as Derakon |
06:16 | | mode/#code [+ao Derakon Derakon] by ChanServ |
06:25 | | * Vornicus prepares to do battle with numpy. WHich he finally got around to installing |
06:28 | <&Derakon> | If you have questions, feel free to ask me; I have some capability with that library. |
06:28 | <&Derakon> | Though I'm going to be heading bedwards soonish. |
06:31 | <&Derakon> | Mostly what numpy gives you is the ability to do math on lots of numbers simultaneously, and a rather complete suite of library functions that are largely optimized for speed. |
06:37 | | Derakon is now known as Derakon[AFK] |
06:53 | | sand [Hi@Nightstar-3964733d.ma.comcast.net] has joined #code |
06:54 | <@celticminstrel> | Did I install that> |
06:54 | <@celticminstrel> | ^? |
06:54 | <@celticminstrel> | Seems like I did. |
07:02 | | * Vornicus is looking around at the moment for explicit cofactors: a lot of the things he needs to do are best expressed that way, and he doesn't see explicit formulas for stuff like generating hyperplanes |
07:09 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has quit [Ping timeout: 121 seconds] |
07:14 | | Turaiel is now known as Turaiel[Offline] |
07:16 | | Kindamoody is now known as Kindamoody|afk |
07:21 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has joined #code |
07:22 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
07:22 | | mode/#code [+ao Derakon Derakon] by ChanServ |
07:24 | | Derakon[AFK] [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
07:27 | | Netsplit *.net <-> *.split quits: @Reiv, @Orthia, OrthiaLap, @Namegduf, @Tarinaky, Xon, @iospace, @Zemyla, cpux|3, @froztbyte, (+6 more, use /NETSPLIT to show all of them) |
07:28 | | Netsplit over, joins: @PinkFreud, &jerith, @Orthia, @Pandemic, &Derakon, @iospace, @froztbyte, sshine, @Tarinaky, @Reiv (+6 more) |
07:45 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
07:46 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
07:46 | | mode/#code [+ao Derakon Derakon] by ChanServ |
08:06 | | Kindamoody|afk is now known as Kindamoody |
08:10 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has quit [Ping timeout: 121 seconds] |
08:12 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has joined #code |
08:24 | | himi [fow035@Nightstar-10f7a9f8.in-addr.csiro.au] has quit [Ping timeout: 121 seconds] |
08:29 | | Chutzpah [Moltare@583787.FF2A18.190FE2.4D81A1] has quit [Ping timeout: 121 seconds] |
08:30 | | Chutzpah [Moltare@583787.FF2A18.190FE2.4D81A1] has joined #code |
08:39 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
08:41 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code |
08:41 | | mode/#code [+o himi] by ChanServ |
10:22 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving] |
11:22 | | Kindamoody is now known as Kindamoody|out |
11:40 | | AnnoDomini [abudhabi@35E323.2479DB.278282.6B6598] has quit [Ping timeout: 121 seconds] |
11:43 | | AnnoDomini [abudhabi@Nightstar-c2e7115f.adsl.inetia.pl] has joined #code |
11:51 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
11:58 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds] |
12:02 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
12:34 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds] |
12:39 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
12:41 | <@iospace> | http://betabeat.com/2012/04/bottoms-up-the-ballmer-peak-is-real-study-says/ o: |
13:30 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds] |
14:53 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
15:01 | | gnolam [lenin@Nightstar-b2aa51c5.cust.bredbandsbolaget.se] has quit [Ping timeout: 121 seconds] |
15:11 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.] |
15:11 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
15:11 | | gnolam [lenin@Nightstar-b2aa51c5.cust.bredbandsbolaget.se] has joined #code |
15:11 | | mode/#code [+o gnolam] by ChanServ |
15:50 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Client closed the connection] |
15:51 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code |
15:51 | | mode/#code [+o himi] by ChanServ |
16:01 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has joined #code |
16:01 | | mode/#code [+o celticminstrel] by ChanServ |
16:07 | | EvilDarkLord [jjlehto3@Nightstar-a5db08cc.org.aalto.fi] has quit [Connection closed] |
17:02 | | Turaiel[Offline] is now known as Turaiel |
17:08 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
17:09 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
17:09 | | mode/#code [+ao Derakon Derakon] by ChanServ |
17:30 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
17:30 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
17:31 | | mode/#code [+ao Derakon Derakon] by ChanServ |
17:55 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
17:56 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
17:56 | | mode/#code [+ao Derakon Derakon] by ChanServ |
18:05 | | AnnoDomini is now known as Wires |
18:16 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Operation timed out] |
18:16 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
18:16 | | mode/#code [+ao Derakon Derakon] by ChanServ |
18:24 | | Syk is now known as syksleep |
18:39 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Operation timed out] |
18:40 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
18:40 | | mode/#code [+ao Derakon Derakon] by ChanServ |
18:48 | <@[R]> | Why is outlook unable to treat and email address as a series of characters in the contact page instead of then entire thing being one email address (and thus uneditable) as a typo was made when it was entered? |
18:54 | | mac [mac@Nightstar-fe8a1f12.il.comcast.net] has joined #code |
18:55 | < mac> | Any one know of any web development companies that would be good for a startup, I'm trying to make a recommendation to someone i know, I'm not really able to handle the work that they want me to do. We're in the Chicago land area, any ideas? |
19:02 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.] |
19:06 | | Kindamoody|out is now known as Kindamoody |
19:23 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Operation timed out] |
19:24 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
19:24 | | mode/#code [+ao Derakon Derakon] by ChanServ |
19:29 | | sand [Hi@Nightstar-3964733d.ma.comcast.net] has quit [Client closed the connection] |
19:45 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Operation timed out] |
19:47 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
19:47 | | mode/#code [+ao Derakon Derakon] by ChanServ |
20:06 | <@[R]> | mac: I don't get what you're asking |
20:06 | <@[R]> | A startup is its own company, why are you looking at web dev corps? |
20:09 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Operation timed out] |
20:10 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has quit [Ping timeout: 121 seconds] |
20:10 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has joined #code |
20:10 | | Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code |
20:10 | | mode/#code [+ao Derakon Derakon] by ChanServ |
20:12 | < mac> | R: The startup needs a website. |
20:12 | < mac> | [R] rather. |
20:15 | <@[R]> | Dunno |
20:16 | | OrthiaLap [orthia@Nightstar-4c3407ae.xtra.co.nz] has quit [Ping timeout: 121 seconds] |
20:40 | | McMartin [mcmartin@Nightstar-a44243a6.pltn13.sbcglobal.net] has quit [Operation timed out] |
20:44 | | McMartin [mcmartin@Nightstar-457b57aa.pltn13.sbcglobal.net] has joined #code |
20:44 | | mode/#code [+ao McMartin McMartin] by ChanServ |
20:46 | | Kindamoody is now known as Kindamoody[zZz] |
20:50 | | Wires is now known as AnnoDomini |
21:50 | | Turaiel is now known as Turaiel[Offline] |
21:53 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
21:53 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
22:14 | | VirusJTG [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has joined #code |
22:51 | | Turaiel[Offline] is now known as Turaiel |
22:53 | <@[R]> | <ARF> oh you're talking about to fix the 64bit load-every-byte-in-the-universe bug? |
22:57 | <~Vornicus> | I think I want to know the rest of that story |
22:58 | <@[R]> | That's all I have unfortunately. |
22:58 | <@[R]> | Actually no. |
22:58 | <@[R]> | It's somehow related to using old-school ways to read file headers. |
22:58 | <@[R]> | (IE fread()'ing a struct) |
23:15 | | ErikMesoy is now known as ErikMesoy|sleep |
23:50 | | mac [mac@Nightstar-fe8a1f12.il.comcast.net] has quit [[NS] Quit: This computer has gone to sleep] |
23:55 | | mac [mac@Nightstar-fe8a1f12.il.comcast.net] has joined #code |
--- Log closed Sat Apr 20 00:00:21 2013 |