Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
At the moment its simple command line tool to create nice looking schematic libraries in kicad. I hope that it would be usefull for someone. dont need to click anything just write/paste pin names and thats it.
A win32 port of OSSP's uuid library & its command line tool (aka uuid / uuid_cli).
=== Acknowledgment:
OSSP uuid homepage:
http://www.ossp.org/pkg/lib/uuid/
=== Current status:
* Branch from OSSP uuid library v1.6.2
* A workable/buildable msvc10 solution files which tweaks:
* Tweaked config.h (config_win32.h) and uuid.h (uuid_win32.h) which suit for MSVC 32/64 bits
compilers
* uuid_mac.cpp: Use windows platform sdk to get the mac addr of 1st NIC
* uuid_cli.cpp: A simple drop-in replacement of getopt() for uuid_cli to work...