ksherlock

Results 79 comments of ksherlock

An alternative approach, which works for both low level and high level, is to use `fuse_opt_parse` to whitelist known good options. Any unspecified options will call the callback function with...

`httpget github.com` ``` [$78]:Syntax Error. ```

It exits before making a tcp connection. I would expect that `httpget` without the -U (or -F) would do a `GET /` `httpget github.com --` bypasses the syntax error but...

Maybe I'm the only one, but I would prefer cmake. I'm not going to disagree with the above complaints BUT I will note that it can generate (GNU) makefiles, ninja...

You could also stick everything in a struct... ``` static int sha512_compress(hash_state * md, unsigned char *buf) { struct { ulong64 S[8], W[80], t0, t1; int i; } sensitive; #define...

Mountain duck seems to run an [NFS server in userspace](https://github.com/iterate-ch/kfs/tree/feature/mountainduck). The OS X NFS fs connects to the userspace NFS server which converts NFS requests into other protocols (and back)....

ADB keycodes are based on the physical key position, not the letter that happens to be printed on that key. See [Inside Macintosh Toolbox Essentials](https://developer.apple.com/library/archive/documentation/mac/pdf/MacintoshToolboxEssentials.pdf) figure 2-10 on page 2-43...

Use the space bar (conspicuously unmentioned) to select a directory. The other oddities are inherited from the normal file selection routines. The spurious inverse block is intentional (not a bug;...

install the libreadline-dev package :)