Коренберг Марк

Results 101 issues of Коренберг Марк

websocket

I mean. on main page, PLEASE write how to port/build/write programs to this OS. Should I run some compiler ? Can I write in C, or I must use JS...

Unfortunatelly this is not so easy. 1. Safe, but (seems?) undocumented way in Linux -- is to call `os.fchmod(socket.fileno())` BEFORE `bind()` + set `umask` to proper value. Since umask is...

It is standardized feature: http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html

i.e. ```lua nanosleep({tv_sec=2.1, tv_nsec=10.1}) ``` is executed as ```lua nanosleep({tv_sec=0, tv_nsec=0}) ``` whereas I expect ```lua nanosleep({tv_sec=2, tv_nsec=10}) ```

### Description ### I mean calculation of percentage not by number of hit/miss but by user+system time. In my scenario, it seems, compilation of small .c files are cached, and...

feature

Instead of filling from line y=0, it fills from bottom of the screen. This is a bug (!) I cannot draw two filled series one of the between [0,100] and...

This may significantly reduce and simplify code base, especially asynchronous parts due to usage of `await` paradigm and many other ES6/ES7 things.

I mean, visually, something like this, but much smaller: ![progress-bars-2](https://cloud.githubusercontent.com/assets/1157412/12807687/e57d9dd8-cb32-11e5-95f9-606f908149e6.png) - [ ] CPU - [ ] networking - [ ] disk And if you have an extra time :)...

duplicate
enhancement