| --- Log opened Mon May 16 00:00:58 2016 | ||
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 02:48 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Ping timeout: 260 seconds] | 02:52 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-udvywipalculvqrs] has quit [Ping timeout: 260 seconds] | 03:39 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-iiwpoeherivwinjy] has joined #shogun | 03:39 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 04:48 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Ping timeout: 265 seconds] | 04:52 | |
| -!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun | 05:05 | |
| -!- sanuj [~sanuj@117.203.5.27] has joined #shogun | 06:06 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 06:48 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Ping timeout: 260 seconds] | 06:52 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 07:47 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Ping timeout: 244 seconds] | 07:52 | |
| shogun-buildbot | build #214 of FC22 - libshogun is complete: Failure [failed test] Build details are at http://buildbot.shogun-toolbox.org/builders/FC22%20-%20libshogun/builds/214 blamelist: Wu Lin <yorker.lin@gmail.com> | 08:05 | 
|---|---|---|
| shogun-buildbot | build #2862 of bsd1 - libshogun is complete: Failure [failed configure] Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2862 blamelist: Wu Lin <yorker.lin@gmail.com> | 08:07 | 
| sanuj | lisitsyn, ping | 09:37 | 
| lisitsyn | sanuj: hey | 09:40 | 
| sanuj | this is fine right? | 09:40 | 
| sanuj | https://github.com/sanuj/swig-tutorial/tree/master/tutorial-3 | 09:40 | 
| sanuj | my toy swig interfaces for template | 09:41 | 
| lisitsyn | sanuj: yeah looks ok | 09:41 | 
| lisitsyn | sanuj: there is no python example though | 09:41 | 
| lisitsyn | did you manage to make it work? | 09:42 | 
| sanuj | yeah | 09:42 | 
| sanuj | build it setup.py | 09:42 | 
| sanuj | import square | 09:42 | 
| sanuj | sq = square.SquareInt(5) | 09:42 | 
| sanuj | sq.area() | 09:42 | 
| sanuj | = 25 | 09:42 | 
| sanuj | :P | 09:42 | 
| sanuj | all this is working | 09:42 | 
| lisitsyn | ok cool | 09:43 | 
| lisitsyn | now should be easy to make tag thing work :) | 09:43 | 
| sanuj | yes i'll move on to that now | 09:43 | 
| sanuj | this turned out to be easier than i thought | 09:43 | 
| sanuj | :) | 09:43 | 
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 09:47 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Ping timeout: 265 seconds] | 09:52 | |
| sanuj | lisitsyn, still there? | 09:59 | 
| lisitsyn | sanuj: yes | 09:59 | 
| sanuj | in my prototype | 10:00 | 
| sanuj | i'm using tags to get instead of string | 10:00 | 
| sanuj | we had discussed this earlier i guess | 10:00 | 
| sanuj | https://github.com/sanuj/shogun-plugin-arch/blob/master/tags-string/src/shogun/SGObject.hpp | 10:01 | 
| sanuj | can't we infer the type from the argument tag instead of casting it | 10:02 | 
| sanuj | lisitsyn, ^ | 10:04 | 
| lisitsyn | sanuj: yes it should work ok with tags | 10:04 | 
| sanuj | okay | 10:05 | 
| lisitsyn | sanuj: you just have to 'instantiate' these gets | 10:05 | 
| lisitsyn | for specific types like int, double | 10:05 | 
| lisitsyn | but as they have different argument types | 10:05 | 
| lisitsyn | it should work | 10:05 | 
| sanuj | alright, i'll try | 10:05 | 
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has joined #shogun | 10:24 | |
| -!- leagoetz [~leagoetz@host-92-0-162-192.as43234.net] has quit [Remote host closed the connection] | 10:25 | |
| @wiking | y0 | 10:57 | 
| -!- sanuj [~sanuj@117.203.5.27] has quit [Ping timeout: 246 seconds] | 11:01 | |
| -!- sanuj [~sanuj@117.203.5.27] has joined #shogun | 11:42 | |
| lisitsyn | wiking: jo | 11:55 | 
| @wiking | wazza | 12:01 | 
| shogun-buildbot | build #663 of debian wheezy - memcheck is complete: Failure [failed memory check] Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/663 blamelist: Wu Lin <yorker.lin@gmail.com> | 12:05 | 
| sanuj | lisitsyn, i'm getting some include errors while building the wrappers | 12:09 | 
| lisitsyn | what errors? | 12:09 | 
| sanuj | In file included from shogun_wrap.cxx:3041:0: | 12:10 | 
| sanuj | src/shogun/SGObject.hpp:4:30: fatal error: src/shogun/Tag.hpp: No such file or directory | 12:10 | 
| sanuj | shall i share the code with you on github | 12:10 | 
| sanuj | lisitsyn, ^ | 12:12 | 
| -!- leagoetz [~leagoetz@144.82.200.165] has joined #shogun | 12:15 | |
| -!- sonne|osx [~sonne@x4db4adb9.dyn.telefonica.de] has joined #shogun | 12:47 | |
| sanuj | wiking, there? | 12:54 | 
| sanuj | lisitsyn, wiking ping me when you guys are free | 13:24 | 
| -!- HeikoS [~heiko@80.169.91.26] has joined #shogun | 13:39 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 13:39 | |
| -!- leagoetz_ [~leagoetz@nat-200-165.internal.eduroam.ucl.ac.uk] has joined #shogun | 13:43 | |
| -!- leagoet__ [~leagoetz@nat-200-165.internal.eduroam.ucl.ac.uk] has joined #shogun | 13:45 | |
| -!- leagoetz [~leagoetz@144.82.200.165] has quit [Ping timeout: 250 seconds] | 13:46 | |
| -!- leagoetz_ [~leagoetz@nat-200-165.internal.eduroam.ucl.ac.uk] has quit [Ping timeout: 260 seconds] | 13:48 | |
| -!- sonne|osx [~sonne@x4db4adb9.dyn.telefonica.de] has quit [Quit: sonne|osx] | 13:51 | |
| @HeikoS | sanuj: yes you can | 13:51 | 
| lisitsyn | sanuj: wazuup | 13:51 | 
| sanuj | HeikoS, about GMM cookbook? | 13:51 | 
| @HeikoS | yes | 13:51 | 
| lisitsyn | make shogun grate again | 13:52 | 
| lisitsyn | :D | 13:52 | 
| sanuj | lisitsyn, getting that include error | 13:52 | 
| lisitsyn | ah sorry | 13:52 | 
| sanuj | lisitsyn, look up ^^ | 13:53 | 
| lisitsyn | well it looks like the path is wrong :) | 13:53 | 
| sanuj | cmake is able to build it without swig | 13:53 | 
| lisitsyn | src/shogun/Tag.hpp | 13:53 | 
| sanuj | lisitsyn, i'll share the code on github | 13:53 | 
| lisitsyn | I don't think src should be there | 13:53 | 
| sanuj | lisitsyn, i called python setup.py from a folder which has src | 13:54 | 
| lisitsyn | why do you use setup.py? | 13:54 | 
| sanuj | swig docs | 13:54 | 
| lisitsyn | I mean in shogun we already build it with cmake | 13:55 | 
| lisitsyn | why other approach? | 13:55 | 
| sanuj | just for testing | 13:55 | 
| sanuj | swig docs suggested setup.py so i used it to build my toy examples | 13:56 | 
| sanuj | i'll try to build it with cmake | 13:56 | 
| lisitsyn | sanuj: ok just show me what's changed or errors you ge | 13:56 | 
| sanuj | okay | 13:56 | 
| -!- besser82 [~besser82@fedora/besser82] has joined #shogun | 14:10 | |
| -!- mode/#shogun [+o besser82] by ChanServ | 14:10 | |
| -!- HeikoS [~heiko@80.169.91.26] has quit [Quit: Leaving.] | 14:13 | |
| -!- HeikoS [~heiko@80.169.91.26] has joined #shogun | 14:13 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 14:13 | |
| -!- mizari [~mizari@95-174-213-100.nts.su] has quit [Read error: Connection reset by peer] | 14:16 | |
| -!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun | 14:17 | |
| -!- mizari [~mizari@95-174-213-100.nts.su] has quit [Read error: Connection reset by peer] | 14:23 | |
| -!- sanuj [~sanuj@117.203.5.27] has quit [Ping timeout: 276 seconds] | 14:23 | |
| -!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun | 14:24 | |
| -!- HeikoS [~heiko@80.169.91.26] has quit [Quit: Leaving.] | 14:26 | |
| -!- sanuj [~sanuj@117.203.5.27] has joined #shogun | 14:33 | |
| -!- besser82 [~besser82@fedora/besser82] has quit [Ping timeout: 276 seconds] | 14:37 | |
| sanuj | lisitsyn, ping | 15:11 | 
| @wiking | hel | 15:17 | 
| @wiking | o | 15:17 | 
| @wiking | :) | 15:17 | 
| @wiking | wazza | 15:17 | 
| @wiking | sanuj: you pinged me? | 15:17 | 
| sanuj | wiking, hi :) | 15:17 | 
| sanuj | i pinged you a while back | 15:17 | 
| sanuj | abt some error | 15:17 | 
| sanuj | but now it's solved :) | 15:17 | 
| @wiking | ah ok, sorry wasn't around | 15:17 | 
| sanuj | cool :) | 15:18 | 
| sanuj | wiking, swig interface is sort of working for my string-tag prototype | 15:18 | 
| sanuj | with some problems | 15:18 | 
| @wiking | anything i can help with | 15:19 | 
| @wiking | meaning with the problems/ | 15:19 | 
| @wiking | ? | 15:19 | 
| sanuj | i'll share the code first | 15:19 | 
| sanuj | let me push it on github | 15:19 | 
| sanuj | have you seen my prototype? | 15:19 | 
| @wiking | kk | 15:20 | 
| @wiking | noup sorry | 15:20 | 
| sanuj | okay :) | 15:20 | 
| -!- besser82 [~besser82@fedora/besser82] has joined #shogun | 15:21 | |
| -!- mode/#shogun [+o besser82] by ChanServ | 15:21 | |
| sanuj | wiking, this is how the .i file looks | 15:22 | 
| sanuj | https://github.com/sanuj/shogun-plugin-arch/blob/master/tags-string/src/interfaces/shogun.i | 15:22 | 
| sanuj | and the concerned classes are | 15:22 | 
| sanuj | https://github.com/sanuj/shogun-plugin-arch/blob/master/tags-string/src/shogun/Tag.hpp | 15:23 | 
| sanuj | https://github.com/sanuj/shogun-plugin-arch/blob/master/tags-string/src/shogun/SGObject.hpp | 15:23 | 
| sanuj | in python | 15:23 | 
| sanuj | when i do | 15:23 | 
| sanuj | obj = SGObject() | 15:23 | 
| @wiking | sanuj: for(std::unordered_map<std::string, Any*>::iterator it = tag_map.begin(); it != tag_map.end(); ++it) | 15:24 | 
| @wiking | for_each? :) | 15:24 | 
| sanuj | obj.set(....) doesn't work | 15:25 | 
| @wiking | it's much shorter | 15:25 | 
| @wiking | is this from python interface? | 15:25 | 
| @wiking | i suppose, right? | 15:25 | 
| @wiking | ok lemme pull | 15:25 | 
| sanuj | sure i'll do that | 15:25 | 
| @wiking | and try to compile | 15:25 | 
| sanuj | yes it's from python interface | 15:26 | 
| @wiking | ok the cmake files will need some love | 15:26 | 
| @wiking | but lemme try it on linu | 15:27 | 
| @wiking | *linux | 15:27 | 
| sanuj | haha | 15:27 | 
| sanuj | i don't know much cmake | 15:27 | 
| @wiking | dont worry we'll fix it | 15:27 | 
| sanuj | make build dir in tags-string | 15:27 | 
| @wiking | yeah | 15:29 | 
| @wiking | trying that | 15:29 | 
| @wiking | the problem is | 15:29 | 
| @wiking | ImportError: dynamic module does not define init function (init_shogun) | 15:29 | 
| sanuj | import shogun worked for me | 15:30 | 
| sanuj | in python | 15:30 | 
| @wiking | ah i think i have a problem with having another version | 15:30 | 
| @wiking | of shogun in the path | 15:30 | 
| sanuj | go in tags-string/build/src/interfaces and then import | 15:31 | 
| sanuj | you will have to do something about the path | 15:31 | 
| @wiking | yep yep | 15:31 | 
| @wiking | i know | 15:31 | 
| @wiking | i'm just saying | 15:31 | 
| sanuj | :D | 15:31 | 
| @wiking | that i have another version of shogun in the path | 15:31 | 
| sanuj | i know you know | 15:31 | 
| @wiking | hence the meixup | 15:31 | 
| sanuj | :P | 15:31 | 
| @wiking | mmm | 15:32 | 
| lisitsyn | why | 15:32 | 
| lisitsyn | what's wrong with set? | 15:32 | 
| @wiking | oh ok | 15:32 | 
| @wiking | i see | 15:32 | 
| @wiking | :))) | 15:32 | 
| @wiking | Traceback (most recent call last): | 15:32 | 
| @wiking | File "<stdin>", line 1, in <module> | 15:32 | 
| @wiking | File "/home/wiking/shogun-plugin-arch/tags-string/build/src/interfaces/shogun.py", line 76, in <lambda> | 15:32 | 
| @wiking | __getattr__ = lambda self, name: _swig_getattr(self, SGObject, name) | 15:33 | 
| @wiking | File "/home/wiking/shogun-plugin-arch/tags-string/build/src/interfaces/shogun.py", line 57, in _swig_getattr | 15:33 | 
| @wiking | raise AttributeError(name) | 15:33 | 
| @wiking | AttributeError: set | 15:33 | 
| @wiking | coz swig uses that nice lambda | 15:33 | 
| @wiking | to get the object's param | 15:33 | 
| @wiking | (attribute i meant0 | 15:33 | 
| lisitsyn | was it ignored | 15:33 | 
| lisitsyn | because python has 'set'? | 15:33 | 
| @wiking | nono | 15:33 | 
| @wiking | it doesn't find that 'set' | 15:34 | 
| lisitsyn | yes but why? | 15:34 | 
| @wiking | how's tag added to SGObject | 15:34 | 
| @wiking | ? | 15:34 | 
| lisitsyn | which repo | 15:34 | 
| @wiking | ah wait | 15:34 | 
| @wiking | i've fucked up the thing | 15:35 | 
| @wiking | sanuj: should it be | 15:35 | 
| sanuj | the following perfectly in c++ | 15:35 | 
| sanuj | SGObject obj; | 15:35 | 
| sanuj | Tag<int> length_tag("side"); | 15:35 | 
| sanuj | obj.set(length_tag, 10); | 15:35 | 
| @wiking | sanuj: how did you create Tag<int> in python | 15:36 | 
| sanuj | %template(TagInt) Tag<int>; | 15:36 | 
| @wiking | TagInt | 15:36 | 
| @wiking | ok | 15:36 | 
| sanuj | oh i think why | 15:39 | 
| sanuj | because | 15:39 | 
| sanuj | template <typename T> | 15:39 | 
| sanuj | void set(Tag<T> tag, T value); | 15:39 | 
| sanuj | it's a template method which are treated differently in swig | 15:39 | 
| lisitsyn | yes you have to instantiate | 15:39 | 
| lisitsyn | set<T> | 15:39 | 
| lisitsyn | for some types | 15:39 | 
| sanuj | will do it now | 15:40 | 
| sanuj | sorry for the trouble wiking | 15:40 | 
| -!- mizari [~mizari@95-174-213-100.nts.su] has quit [Quit: Leaving] | 15:53 | |
| sanuj | lisitsyn, there? | 15:55 | 
| lisitsyn | yes | 15:55 | 
| sanuj | everything is working now | 15:55 | 
| sanuj | but | 15:55 | 
| sanuj | obj = SGObject() | 15:56 | 
| sanuj | length_tag = TagInt("side") | 15:56 | 
| sanuj | obj.setInt(length_tag, 10) | 15:56 | 
| sanuj | a = obj.getInt(length_tag) | 15:56 | 
| sanuj | a is <Swig Object of type 'int *' at 0x7f7c00f13de0> | 15:56 | 
| sanuj | so 3 + obj.getInt(length_tag) won't work | 15:57 | 
| sanuj | this is because | 15:57 | 
| sanuj | template <typename T> | 15:57 | 
| sanuj | T& get(Tag<T> tag); | 15:57 | 
| sanuj | more specifically | 15:57 | 
| sanuj | template <typename T> | 15:57 | 
| sanuj | T& SGObject::get(Tag<T> tag) | 15:57 | 
| sanuj | { | 15:57 | 
| sanuj | Any* a = tag_map[tag.getName()]; | 15:57 | 
| sanuj | return a->as<T>(); | 15:57 | 
| sanuj | } | 15:57 | 
| lisitsyn | hmm yeah | 15:58 | 
| lisitsyn | somehow it returned a wrapper for int* | 15:58 | 
| lisitsyn | not the value itself | 15:58 | 
| sanuj | yeah | 15:58 | 
| sanuj | why do we have T& | 15:58 | 
| sanuj | I tried T but gives error | 15:58 | 
| sanuj | with swig | 15:59 | 
| lisitsyn | sanuj: ok I get the problem | 16:00 | 
| lisitsyn | not that I know the reason though | 16:00 | 
| lisitsyn | sanuj: could you please check it in swig docs? | 16:00 | 
| lisitsyn | how to map primitive types and so on | 16:00 | 
| sanuj | okay | 16:00 | 
| sanuj | lisitsyn, T& is because of any | 16:01 | 
| sanuj | but i don't know why we have T& there | 16:01 | 
| lisitsyn | nah that's ok | 16:01 | 
| lisitsyn | why not? | 16:01 | 
| lisitsyn | sanuj: oh | 16:01 | 
| lisitsyn | whta happens if you try T then? | 16:02 | 
| sanuj | i had tried it earlier | 16:02 | 
| sanuj | c++ code works fine | 16:03 | 
| sanuj | if i remember correctly | 16:03 | 
| sanuj | let me try again | 16:03 | 
| -!- HeikoS [~heiko@144.82.228.178] has joined #shogun | 16:04 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 16:04 | |
| sanuj | lisitsyn, yes cpp code works fine | 16:05 | 
| sanuj | lisitsyn, oh it's working with swig also | 16:06 | 
| lisitsyn | 3 + 3 | 16:07 | 
| sanuj | yeah | 16:07 | 
| sanuj | 3 + obj.getInt(length_tag) | 16:07 | 
| sanuj | gives 13 | 16:07 | 
| sanuj | lisitsyn, what to do now? | 16:10 | 
| lisitsyn | make it work with strings :) | 16:11 | 
| sanuj | i think it works with strings also | 16:11 | 
| sanuj | let me see | 16:11 | 
| sanuj | works | 16:13 | 
| sanuj | name_tag = TagString("name") | 16:13 | 
| sanuj | obj.setString(name_tag, "Jon Snow") | 16:13 | 
| sanuj | obj.getString(name_tag) + " is alive!" | 16:14 | 
| sanuj | = 'Jon Snow is alive!' | 16:14 | 
| sanuj | :P | 16:14 | 
| Saurabh7 | :D | 16:16 | 
| Saurabh7 | HeikoS: hi | 16:17 | 
| sanuj | lisitsyn, this is how shogun.i looks for now | 16:20 | 
| sanuj | https://github.com/sanuj/shogun-plugin-arch/blob/master/tags-string/src/interfaces/shogun.i | 16:20 | 
| sanuj | wiking, still around? | 16:22 | 
| lisitsyn | sanuj: no I mean | 16:24 | 
| lisitsyn | by strings | 16:24 | 
| lisitsyn | get("my super parameter").asInt() | 16:24 | 
| sanuj | ah | 16:24 | 
| sanuj | lisitsyn, how to make that work | 16:25 | 
| sanuj | oh wait | 16:25 | 
| lisitsyn | set(string, T) | 16:25 | 
| lisitsyn | get(string) | 16:25 | 
| lisitsyn | :) | 16:25 | 
| sanuj | lisitsyn, do you want to keep get by tag? | 16:28 | 
| lisitsyn | sanuj: yes sure | 16:28 | 
| lisitsyn | both ways | 16:28 | 
| sanuj | okay | 16:28 | 
| sanuj | i'll do it after dinner :) | 16:29 | 
| sanuj | lisitsyn, till when are you around? | 16:29 | 
| lisitsyn | half an hour more then will disappear for 5 hours | 16:30 | 
| sanuj | you sleep for 5 hrs only? :D | 16:30 | 
| sanuj | see you tomorrow then | 16:33 | 
| lisitsyn | sanuj: nah that's lecture | 16:36 | 
| lisitsyn | sanuj: I teach some machine learning | 16:36 | 
| -!- sanuj [~sanuj@117.203.5.27] has quit [Ping timeout: 246 seconds] | 16:37 | |
| @HeikoS | Saurabh7: hi | 16:54 | 
| Saurabh7 | HeikoS: Hey I was trying things with subsets and thread safety | 16:56 | 
| @HeikoS | Saurabh7: cool! | 16:56 | 
| @HeikoS | and? | 16:56 | 
| Saurabh7 | To do that i thought of one way i put it in the doc | 16:57 | 
| Saurabh7 | we would have to pass an identifier to the index_conversion method | 16:58 | 
| Saurabh7 | because thats what is being used everywhere to access | 16:58 | 
| Saurabh7 | but we dont have control when the index conversion happens in alogs | 16:58 | 
| Saurabh7 | so I think we would have to update feature access methods , kernel compute things and labels for that | 16:59 | 
| Saurabh7 | if to be done this way | 16:59 | 
| -!- HeikoS [~heiko@144.82.228.178] has quit [Quit: Leaving.] | 17:00 | |
| -!- sanuj [~sanuj@117.203.11.29] has joined #shogun | 17:10 | |
| sanuj | lisitsyn, coool | 17:10 | 
| sanuj | lisitsyn, still around? :D | 17:11 | 
| -!- OXPHOS [9d8b131c@gateway/web/freenode/ip.157.139.19.28] has joined #shogun | 17:38 | |
| OXPHOS | Hey wiking, lisitsyn, a prototype for linalg. Looks kinda ugly :( | 17:54 | 
| OXPHOS | https://gist.github.com/OXPHOS/a9b79a995b75a0972811f634e80ff632 | 17:54 | 
| sanuj | Hey OXPHOS | 17:55 | 
| sanuj | lisitsyn is not going to be here for the next 5 hrs | 17:55 | 
| OXPHOS | sanuj: hey thanks for letting me know | 17:55 | 
| lisitsyn | partially here yet | 18:00 | 
| sanuj | no yet teaching machine learning then :) | 18:00 | 
| sanuj | not* | 18:00 | 
| lisitsyn | yeah waiting for my senior student guys :D | 18:01 | 
| sanuj | lisitsyn, you teach in college? | 18:01 | 
| sanuj | or any institute / university? | 18:02 | 
| lisitsyn | sanuj: in higher school of economics and as something commercial | 18:02 | 
| lisitsyn | two courses now | 18:02 | 
| lisitsyn | today it is commercial :) | 18:02 | 
| sanuj | cool ;) | 18:02 | 
| -!- OXPHOS [9d8b131c@gateway/web/freenode/ip.157.139.19.28] has quit [Ping timeout: 250 seconds] | 18:39 | |
| -!- HeikoS [~heiko@nat-168-9.internal.eduroam.ucl.ac.uk] has joined #shogun | 19:17 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 19:17 | |
| sanuj | lisitsyn, obj.get("num").asInt() | 19:19 | 
| sanuj | also working ;D | 19:19 | 
| sanuj | lisitsyn, tell me what to do next | 19:19 | 
| sanuj | will check the log for your message tomorrow | 19:20 | 
| @wiking | haha that asInt | 19:20 | 
| @wiking | looks very scala like | 19:20 | 
| sanuj | lol | 19:20 | 
| sanuj | going to sleep now | 19:21 | 
| sanuj | goodnight folks :) | 19:21 | 
| -!- sanuj [~sanuj@117.203.11.29] has quit [Quit: Leaving] | 19:22 | |
| shogun-buildbot | build #215 of FC22 - libshogun is complete: Failure [failed test] Build details are at http://buildbot.shogun-toolbox.org/builders/FC22%20-%20libshogun/builds/215 blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Sanuj <sanuj.sharma.in@gmail.com> | 19:29 | 
| shogun-buildbot | build #2863 of bsd1 - libshogun is complete: Failure [failed configure] Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2863 blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Sanuj <sanuj.sharma.in@gmail.com> | 19:30 | 
| shogun-buildbot | build #2864 of bsd1 - libshogun is complete: Failure [failed configure] Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2864 blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Sanuj <sanuj.sharma.in@gmail.com> | 19:33 | 
| shogun-buildbot | build #216 of FC22 - libshogun is complete: Failure [failed test] Build details are at http://buildbot.shogun-toolbox.org/builders/FC22%20-%20libshogun/builds/216 blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Sanuj <sanuj.sharma.in@gmail.com> | 19:37 | 
| -!- travis-ci [~travis-ci@ec2-54-234-20-108.compute-1.amazonaws.com] has joined #shogun | 20:49 | |
| travis-ci | it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/130622698 | 20:49 | 
| -!- travis-ci [~travis-ci@ec2-54-234-20-108.compute-1.amazonaws.com] has left #shogun [] | 20:49 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-iiwpoeherivwinjy] has quit [Ping timeout: 260 seconds] | 20:53 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-mliiglqclrcfmcsl] has joined #shogun | 20:56 | |
| -!- leagoet__ [~leagoetz@nat-200-165.internal.eduroam.ucl.ac.uk] has quit [Remote host closed the connection] | 21:21 | |
| -!- HeikoS [~heiko@nat-168-9.internal.eduroam.ucl.ac.uk] has quit [Ping timeout: 244 seconds] | 21:35 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-mliiglqclrcfmcsl] has quit [Ping timeout: 260 seconds] | 22:58 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-ebwjckdkutwxxtlg] has joined #shogun | 22:58 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-ebwjckdkutwxxtlg] has quit [Ping timeout: 260 seconds] | 23:34 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-gbgxwuujaknpqmda] has joined #shogun | 23:34 | |
| --- Log closed Tue May 17 00:00:59 2016 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!