Martin Thoma

Results 446 comments of Martin Thoma

Another testcase (from "2009 Zahlentheorie Klausur.pdf", Aufgabe 3): [[-5,5,-50],[-10,5,45],[10,-5,-30]] should give (for matrix B) [[5,0,0],[0,5,0],[0,0,15]] By the way, you can create random testcases like this: 1. Get a correct implementation...

Not at the moment. (I still have a lot of exams which I didn't try)

@pahaz Please be more specific. Is this a feature request? A bug report? What happened / what did you expect to happen? What do you want to do?

@pahaz Thank you for explaining it. `urllib` and `urllib2` are in the standard library. ``` python u = urllib2.urlopen(json_params['callback_url'], json.dumps(data)) h.request('POST', '/whatever/index.php', data, headers) ``` could be what we need.

Improvements by adding a setup.py, uploading to PyPI and having a single command line tool called like the package: 1. Discoverable via `pip search` 2. Tool can be installed via...

Ok, good to know. I don't have any idea how to fix this either. However, I have a work-around. I copy it to the clipboard and make Ctrl + V....

@tkdberger The issue is not solved. It should probably be closed anyway, but be marked with a label "wont-fix"

@Fazel94 Thank you for offering your help. Could you please tell me which blog article you refer to and which data I should upload?