A geek who loves learning programming languages, playing computer games and practicing martial arts.
|
2d
|
|
awarded | Good Question |
|
May
11 |
|
awarded | Yearling |
|
May
7 |
|
awarded | Editor |
|
May
7 |
|
revised |
How to get information about an image(picture) from linux commandline? added 4 characters in body |
|
Apr
23 |
|
comment |
How do I log file system read/writes by filename in Linux? A quick Google search for fanotify shows a tool called fatrace from here.
|
|
Mar
4 |
|
awarded | Popular Question |
|
Jan
29 |
|
awarded | Supporter |
|
Dec
20 |
|
answered | How to get information about an image(picture) from linux commandline? |
|
Dec
12 |
|
awarded | Autobiographer |
|
Nov
23 |
|
awarded | Popular Question |
|
Jun
28 |
|
awarded | Nice Question |
|
May
10 |
|
awarded | Supporter |
|
Apr
11 |
|
comment |
Semaphore vs. Monitors - what's the difference? Semaphore and Monitor are very difference, yet equivalent in power, in the sense that you can implement one from another. You can read Hoare's original paper that proves their equivalence from here |
|
Mar
26 |
|
answered | How do I install Multistrap 2.1.9+ on Ubuntu 11.10 |
|
Mar
1 |
|
accepted | How to delete multiple buffers in Vim? |
|
Feb
29 |
|
awarded | Popular Question |
|
Feb
20 |
|
comment |
Highlight arguments in function body in vim It is totally feasible for C/C++/Obj-C. I know that it is possible to use Python/Clang to get the scope of current cursor as well as signature of current function. Source: eli.thegreenplace.net/2011/07/03/parsing-c-in-python-with-clang. It should not be difficult to write a vim plugin with this. |
|
Feb
3 |
|
awarded | Yearling |
|
Jan
29 |
|
awarded | Nice Answer |
|
Dec
12 |
|
comment |
Camping's path building method Thanks for your explanation. The question mark operator confused me. |