With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Earn up to 16% annual interest with Nexo.
Let your crypto work for you
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
c++/java library for thread support and other useful stuff
Description
zibaldone is a c++/java library for multithread programming.
Currently zibaldone provides the following functionalities:
=> a class named "Thread" that (likewise what happens in Java) is to be inherited to create user thread.
=> event communications management between threads (design pattern observer)
=> socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows)
=> Serial port communication support class
=> Timer objects
=> Logging facilities
With zibaldone you can easily:
developing a c++ or javamultithread application
connecting a thread to a socket
connecting a thread to a serial port
triggering an event to a timeout on a thread
Note: zibaldone offers an identical interface both for linux and windows. ...
Multithreaded N-Point Gravity Simulation for PC and Android
Create a sun, spin some asteroids around it, and watch them collide and form planets.
An N-Point Gravity Simulator is a realistic simulation in which all points attract each other: even the smallest asteroid has its own gravitational field that can affect even a large sun far away from it.
Can be reused as a library for making games.
If used as library, license is GNU LGPLv3, otherwise it's GNU GPLv3.