Stefano Cristiano

Results 6 issues of Stefano Cristiano

I was wondering: how would it be possible to wrap a callback from JS to C++ World? Similar to what NodeJS does for most of its async api. I think...

I am trying to create an on screen keyboard to edit text on systems without a keyboard. Something like that. ![screen shot 2017-11-07 at 15 56 39](https://user-images.githubusercontent.com/5406873/32500685-4a59ec00-c3d6-11e7-856f-0d4773a05650.jpg) The problem is...

inputtext
focus

Threading library really needs to be complete, with the addition of a semaphore and a scoped mutex lock / unlock class.

enhancement
good first issue
Library-Threading

Currently `SC::Atomic` only supports `bool` and `int32_t`. Support for more types should be added and also we need some way of adding real tests or at least validations that the...

enhancement
Library-Threading

Useful algorithms could be: - Unique - Better Sort (Insertion ?) - Min / Max - Min / Max Element - Rotate - Count / Count If

enhancement
Library-Algorithms

Sockets library only supports TCP so far and adding UDP support would be great 😀

Library-Sockets