tsg
|
Registered User
|
|
Sep 24 |
accepted | ExtJS grid callback on load and reload |
|
Sep 24 |
answered | ExtJS grid callback on load and reload |
|
Sep 23 |
comment |
Per thread CPU statistics in Linux Strange, I have it on Debian testing. It's from package manpages-dev version 3.22-1. |
|
Sep 23 |
answered | Per thread CPU statistics in Linux |
|
Sep 22 |
answered | Best C++ RTP/RTSP library |
|
Sep 18 |
awarded | ● Yearling |
|
Sep 16 |
answered | sample code or projects using simple reference counter in C |
|
Aug 27 |
comment |
Is there a FileIO in Python? The file object is documented here: docs.python.org/library/… |
|
Aug 6 |
awarded | ● Commentator |
|
Aug 6 |
comment |
How to detect which mutex gives largest amount of time to the OS? Can you suggest an appropriate profiler for this task? I assume that's what OP was really asking for, as well. Oprofile and callgrind, for example, are probably not helpful to measure this kind of stuff. Correct if I'm wrong. The intel and amd profilers might be better, but I never tried them. So that's why I am curious about the question as well. |
|
Aug 6 |
comment |
shared objects within a struct: between a calling program and library (in c) I edited my answer in response, so I can write more :-). In short, you might want to consider reference counting. |
|
Aug 6 |
revised |
shared objects within a struct: between a calling program and library (in c) added 1436 characters in body |
|
Aug 5 |
answered | shared objects within a struct: between a calling program and library (in c) |
|
Aug 5 |
comment |
Substitutions inside links in reST / Sphinx @martin: cool, we have a nice sample now. |
|
Aug 5 |
answered | Substitutions inside links in reST / Sphinx |
|
Aug 5 |
comment |
Setting TCP Retransmission Timeout in C What is the operating system? The mechanism likely varies between OS-es. |
|
Aug 5 |
answered | Setting TCP Retransmission Timeout in C |
|
Aug 3 |
awarded | ● Critic |
|
Aug 3 |
comment |
Compound boolean expressions in C/PHP and variable assignment +1. Same thing happened to the C code sample. If you put i += 1 in brackets, it does what OP expected. |
|
Aug 3 |
answered | C Main Loop without 100% cpu |
|
Aug 3 |
answered | C: Bus Error using different compilation arguments |
|
Jul 31 |
revised |
Good school-type projects or assignments for (re)-learning C? added 169 characters in body; added 16 characters in body |
|
Jul 31 |
answered | Good school-type projects or assignments for (re)-learning C? |
|
Jul 31 |
accepted | how to use shell script checking last changed time of a file |
|
Jul 31 |
comment |
What is the best way to do a search in a large file? +1 for using mmap. It should just be noted that you will still need to mmap in blocks, on 32 bits machines, because the address space is not enough. |
|
Jul 30 |
answered | how to use shell script checking last changed time of a file |
|
Jul 30 |
comment |
How to convert reStructuredText to plain text I don't know of any documentation regarding this, either. You can look in cmdline.py from the Sphinx source code for an example. Seems doable, if you really want that. |
|
Jul 30 |
accepted | How to convert reStructuredText to plain text |
|
Jul 28 |
answered | How to convert reStructuredText to plain text |
|
Jul 27 |
revised |
web application image processing deleted 4 characters in body |
|
Jul 27 |
answered | web application image processing |
