Your monitoring isn't a stack. It's a pile. Fix that.
Errors, performance, logs, uptime. One install, one invoice, one UI.
Replace Datadog, New Relic, and Sentry without adding three more dashboards.
Free 30 days.
Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
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.