Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Packages to create a Unix like environment under MS-Windows
At this point this project is mainly wpkg which is a replica of dpkg and apt-get that works under Microsoft Windows and Unices. Since version 0.7.0 it works very nicely as it includes most of the important functionality of dpkg (i.e. most everything except dselect functions.) Otherwise, the Unix GNU Windows is expected to be a large set of packages that wpkg can handle. Packages of all the software available under MinGW and GnuWin32 so you can painlessly build a complete Unix like...
...Some features:
- a simple generic class
- a buffer capable of accumulating various kinds of values
- linked lists
- memory tracking
- customizable messages to the user
- threads that delete themselves
- background job suport
As it is based on Qt framework[2], the code is easly portable.
For Ubuntu a ppa is available: ppa:nicu-tofan/ppa [1]
On my tests I needed following commands:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E7270845
sudo add-apt-repository ppa:nicu-tofan/ppa
sudo apt-get update
sudo apt-get install libbbb
An installer is provided for Windows in the downloads section and source code packed as tar.gz is also available...