AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
Free 30 days.
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
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.