Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92328
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Function to show time to execute another function |
| Organization | Decebal Computing |
| References | (1 earlier) <mailman.231.1433662792.13271.python-list@python.org> <87fv64orly.fsf@Equus.decebal.nl> <ml23r8$htm$1@news.albasani.net> <878ubvnto4.fsf@Equus.decebal.nl> <ml37o8$qmq$1@news.albasani.net> |
| Date | 2015-06-08 08:32 +0200 |
| Message-ID | <87mw0aww09.fsf@Equus.decebal.nl> (permalink) |
On Monday 8 Jun 2015 07:04 CEST, Johannes Bauer wrote: > On 07.06.2015 22:35, Cecil Westerhof wrote: > >>> And you also posted your solution. I fail to find any question in >>> your original posting at all. >> >> That is because there was no question: I just wanted to share >> something I thought that could be useful. If you would have taken >> the trouble to read a little, you would have known that. > > You actually didn't write that. You wrote "I have a problem. Here is > my solution. This is how it works." Okay, so what? If you would have > taken the time to write "Just wanted to share this" your intention > would have been obvious. Again: if you just had read other posts you would have found that I acknowledged that. >>>> Sadly the quality of the answers on this list is going down. >>> >>> Maybe you should start asking questions that people are able to >>> comprehend so that you get an answer that you like. >> >> I do not want answer I like, but an answer that is useful. > > Sorry to break it to you, but this group does not revolve around > you. An answer that might not be useful to you might be useful for > someone else and it surely is useful to get a discussion. Where do you find that I think that the group revolves around me? Well it could be useful for someone to write something about how to pay less taxes. But I do not think it should be posted in this group. >>>> Here I get an alternative that does only half what I want and >>>> when writing an alternative for ‘!find’ I am told I could use >>>> ‘!find’ (which only works in ipython, not python and which also >>>> not works with Windows). >>> >>> Protip: Ditch the shitty attitude. I don't know if you're a jerk >>> or not but I know for sure that you sound like one. Makes it also >>> much less likely to get the answers you'd like. >> >> So if someone gives an answer that is completely useless it is a >> shitty attitude when I point this out? Very interesting indeed. > > Precisely. Especially the tone you used is proof of your really > shitty attitude. Do you ever look into a mirror? >> I do not think I have to expect something useful from you, it looks >> like you prefer name calling. Luckily there are a lot of people >> that have a different attitude. > > Indeed you can expect nothing more from me and I purposely omitted > the way I do timing from this discussion. I do not aid people who > fail to recognize their major social dysfunction. Not even when they > are coding geniuses. Which, judging from your code snippet, you > clearly aren't. And again the name calling. You think you are very superior, don't you? You have a problem with my tone, well I do not even get near you: you clearly are the master. If I would like to become dysfunctional I should treasure your postings. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 08:39 +0200
Re: Function to show time to execute another function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-07 08:39 +0100
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 10:22 +0200
Re: Function to show time to execute another function Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-06-07 11:06 +0200
Is it a newsgroup or a list? random832@fastmail.us - 2015-06-07 07:20 -0400
Re: Is it a newsgroup or a list? Steven D'Aprano <steve@pearwood.info> - 2015-06-07 21:45 +1000
Re: Is it a newsgroup or a list? Chris Warrick <kwpolska@gmail.com> - 2015-06-07 15:10 +0200
Re: Is it a newsgroup or a list? Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-06-07 16:12 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 13:53 +0200
Re: Is it a newsgroup or a list? Tim Golden <mail@timgolden.me.uk> - 2015-06-07 14:57 +0100
Re: Function to show time to execute another function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-07 11:16 +0100
[OT] Re: Function to show time to execute another function Marko Rauhamaa <marko@pacujo.net> - 2015-06-07 14:02 +0300
Re: [OT] Re: Function to show time to execute another function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-07 12:12 +0100
Re: Function to show time to execute another function Steven D'Aprano <steve@pearwood.info> - 2015-06-07 21:29 +1000
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 14:03 +0200
Re: Function to show time to execute another function Tim Golden <mail@timgolden.me.uk> - 2015-06-07 12:05 +0100
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 14:43 +0200
Re: Function to show time to execute another function Laura Creighton <lac@openend.se> - 2015-06-07 15:03 +0200
Re: Function to show time to execute another function Johannes Bauer <dfnsonfsduifb@gmx.de> - 2015-06-07 20:51 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 22:35 +0200
Re: Function to show time to execute another function Johannes Bauer <dfnsonfsduifb@gmx.de> - 2015-06-08 07:04 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-08 08:32 +0200
Re: Function to show time to execute another function Steven D'Aprano <steve@pearwood.info> - 2015-06-07 19:28 +1000
Re: Function to show time to execute another function Luca Menegotto <otlucaDELETE@DELETEyahoo.it> - 2015-06-07 11:44 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 14:14 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 14:58 +0200
Re: Function to show time to execute another function Steven D'Aprano <steve@pearwood.info> - 2015-06-07 19:51 +1000
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 14:27 +0200
Re: Function to show time to execute another function Cecil Westerhof <Cecil@decebal.nl> - 2015-06-07 11:31 +0200
Re: Is it a newsgroup or a list? Gene Heskett <gheskett@wdtv.com> - 2015-06-07 11:49 -0400
Re: Is it a newsgroup or a list? Larry Martell <larry.martell@gmail.com> - 2015-06-07 11:56 -0400
csiph-web