*** kristallpirat has joined #cc | 00:01 | |
*** tim_hwang has joined #cc | 00:24 | |
*** Roderick_ is now known as Roderney | 02:51 | |
*** tim_hwang has quit IRC | 02:55 | |
*** K`Tetch_US has joined #cc | 03:07 | |
*** Roderick_ has joined #CC | 03:11 | |
*** K`Tetch has quit IRC | 03:19 | |
*** kristallpirat has quit IRC | 03:19 | |
*** Roderney has quit IRC | 03:29 | |
*** K`Tetch has joined #cc | 03:40 | |
*** K`Tetch_US has quit IRC | 03:50 | |
*** Roderick__ has joined #CC | 04:27 | |
*** Roderick_ has quit IRC | 04:45 | |
*** pmiller has joined #cc | 05:44 | |
*** K`Tetch has quit IRC | 06:12 | |
*** pmiller has quit IRC | 06:46 | |
*** pmiller has joined #cc | 07:30 | |
*** paulproteus has quit IRC | 07:39 | |
*** Roderick__ has quit IRC | 07:39 | |
*** Roderick__ has joined #cc | 07:40 | |
*** paulproteus has joined #cc | 07:40 | |
*** balor has joined #cc | 08:20 | |
*** ftobia has left #cc | 09:14 | |
*** ereslibre has joined #cc | 09:21 | |
*** hdworak has joined #cc | 09:29 | |
*** hdworak has quit IRC | 09:36 | |
*** balor has quit IRC | 09:36 | |
*** Mihai` has joined #cc | 09:52 | |
*** bringatowel has quit IRC | 10:02 | |
*** mptre has left #cc | 10:25 | |
*** Mihai` has quit IRC | 10:28 | |
*** ankitg has joined #cc | 11:07 | |
*** bringatowel has joined #cc | 12:29 | |
*** ankitg_ has joined #cc | 12:32 | |
*** ankitg has quit IRC | 12:32 | |
*** pmiller has quit IRC | 12:50 | |
*** ankitg_ is now known as ankitg | 12:57 | |
*** ereslibre has quit IRC | 13:08 | |
*** ereslibre has joined #cc | 13:39 | |
*** bringatowel has quit IRC | 13:53 | |
*** balor has joined #cc | 14:20 | |
*** tvol has joined #CC | 14:56 | |
*** ereslibre has quit IRC | 15:21 | |
*** Dagida has left #cc | 15:47 | |
*** balor has quit IRC | 16:11 | |
*** tvol has left #CC | 16:20 | |
*** skxpl has quit IRC | 16:44 | |
*** skxpl has joined #cc | 16:46 | |
*** hdworak has joined #cc | 16:54 | |
hdworak | hi | 17:00 |
---|---|---|
hdworak | :) | 17:00 |
ankitg | hi | 17:18 |
*** Ekushey has joined #cc | 17:18 | |
hdworak | what's up? :) | 17:24 |
*** K`Tetch has joined #cc | 17:24 | |
ankitg | the usual stuff ... | 17:30 |
*** UncleCJ_ has joined #cc | 17:32 | |
*** Yaco has joined #cc | 17:34 | |
*** UncleCJ has quit IRC | 17:39 | |
paulproteus | Howdy all. | 17:45 |
paulproteus | "Morning." | 17:45 |
paulproteus | ankitg, What's up? | 17:49 |
ankitg | paulproteus: Morning ... | 17:51 |
hdworak | hi, paulproteus | 17:51 |
ankitg | I've got GeoIP up and running ... I was just working up a diff file ... | 17:51 |
*** UncleCJ_ is now known as UncleCJ | 17:54 | |
*** Yaco has quit IRC | 17:58 | |
*** ereslibre has joined #cc | 18:03 | |
paulproteus | ankitg, You mean, for the commit? | 18:07 |
paulproteus | I really really wish we would have been at this point a month or two ago so I could really teach you how to use version control. | 18:07 |
paulproteus | Oh, well. | 18:07 |
ankitg | well I figured you'd want a complete code progress inclusive of all versions and a diff file so I am making one ... | 18:08 |
ankitg | paulproteus: it's never too late ... end of GSoC != end of ... well, anything else ... | 18:08 |
paulproteus | ankitg, The way you're supposed to generate that "all versions" thing is by just writing "git commit -a" very often. | 18:09 |
paulproteus | re: end of GSoC: That's true I suppose. | 18:10 |
ankitg | agreed, but I didn't use Git from the start so now I'll move everything over ... | 18:10 |
paulproteus | Okay. (-: | 18:13 |
ankitg | paulproteus: Just one last thing ... I am not 100% I have the deeds logs understood ... I can pull out the ip and do all sorts of lookups .. but how do I figure out which deed was accessed? | 18:15 |
paulproteus | Which deed was accessed is easy - it's in the GET URL fragment. | 18:16 |
ankitg | I expected that but I found ... example :: "GET http://a5.creativecommons.org/%7Epaulproteus/csv-dumps.old/2007-02-04/?C=S;O=D HTTP/1.1" | 18:17 |
hdworak | though, bear in mind, that the order of GET arguments can be random | 18:17 |
paulproteus | hdworak, That's CGI parameters. | 18:20 |
paulproteus | But yeah, that's true. | 18:20 |
paulproteus | ankitg, That's why you should be using the Python CGI module for extracting those out rather than relying on the order of their appearance. | 18:20 |
paulproteus | ankitg, There's a *lot* of a5 accesses. | 18:20 |
paulproteus | Look for ones that contain "/license/" in them. | 18:20 |
ankitg | paulproteus: noted. I'll complete this for now and then look into a substitution of the re with CGI ... | 18:22 |
paulproteus | Great. | 18:23 |
ankitg | re: a *lot* of a5 accesses ... yes someone has been busy! | 18:23 |
paulproteus | The urgent thing is you finding the deed data. | 18:23 |
paulproteus | I'm going to head out for dinner in 2h, and then 2h from then I'll be offline for the next 16 hours or so. | 18:24 |
hdworak | the flight? | 18:24 |
ankitg | I'll either commit and sleep [got school tomorrow] or see you again in 2h ... | 18:25 |
*** montagg has joined #cc | 18:25 | |
ankitg | perfect ... we have a license\zero emerging from the labs whereas everything else is \licenses\* ... hmmm, CGI ... thank you Sisynala for pointing me to re ... | 18:28 |
*** isforinsects has joined #cc | 20:04 | |
*** hdworak has quit IRC | 20:14 | |
*** CharelB has quit IRC | 20:45 | |
*** agx has joined #cc | 20:46 | |
*** agx has left #cc | 20:46 | |
*** ereslibre has quit IRC | 21:04 | |
*** dwr has joined #cc | 21:20 | |
*** dwr has left #cc | 21:20 | |
*** CharelB has joined #cc | 21:29 | |
*** ereslibre has joined #cc | 21:38 | |
*** Ekushey has quit IRC | 21:56 | |
*** Ekushey has joined #cc | 22:00 | |
*** pmiller has joined #cc | 22:12 | |
*** ankitg has quit IRC | 22:35 | |
*** ereslibre has quit IRC | 23:25 | |
*** Ekushey has quit IRC | 23:47 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!