POCO
nixpkgs
| POCO | nixpkgs | |
|---|---|---|
| 15 | 1,076 | |
| 9,432 | 25,000 | |
| 0.3% | 2.4% | |
| 9.4 | 10.0 | |
| 8 days ago | 5 days ago | |
| C++ | Nix | |
| THE BOOST SOFTWARE LICENSE 1.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
POCO
- Poco C++ Libraries: Build High-Performance Cross-Platform Apps for IoT and More
- What are some C++ projects with high quality code that I can read through?
-
What is the best option to do networking in c++?
You can also look into Poco https://pocoproject.org/
-
Is C/C++ good for the backend? If so, is there anything like Fastapi in C/C++?
I can't say enough good stuff about POCO for this type of work - when I first got my teams using it we used to joke that POCO was what Boost wants to be when it grows up. And nlohmann/json - cracking library for working with JSON in C++.
-
HTTP LISTENER C++
We use https://github.com/pocoproject/poco in most projects, very easy to set up a http listener
-
Who is using C++ for web development?
Did someone used Poco's Net Library to create a Rest Api? Poco Project
-
Do someone use CLion under Windows with good performance?
But CLion is so slow. Tested with Poco C++ standard build (https://pocoproject.org/). Moving around with Go To Definition takes sometimes up to 20 seconds if file is first touched. Using 'back' and 'forward' delays for 1-2 seconds.
-
Why am I not able to make https get requests using Poco::Net?
Yes, you need NetSSL - take a look at find_package(Poco REQUIRED COMPONENTS ... NetSSL) requires an aditional find_package(OpenSSL) since poco-10.
-
Can you recommend a good C++ open source project?
poco (portable components) https://pocoproject.org/
- CMake + Poco + FetchContent build options problem
nixpkgs
- Anthropic, please ship an official Claude Desktop for Linux
- Rsync: 3.4.1 –> 3.4.3
-
Stop Advertising in Your Commits
I mean, sure, except that many large open-source projects (e.g. Linux [1], Nixpkgs [2], etc) require this as part of their AI policy. Omit attribution in your own projects if you want, but the maintainers of these projects are owed at least that level of transparency.
[1] https://docs.kernel.org/process/coding-assistants.html
[2] https://github.com/NixOS/nixpkgs/commit/d18b8f3238abdb2cd878...
-
LÖVE: 2D Game Framework for Lua
In case you're curious, here's a Nix derivation to make Balatro for any other system playable on Linux:
https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/ba...
I wrote half a blog post when I did the derivation. One day, I should finish it and post it here.
- I stopped using NixOS and went back to Arch Linux
-
Plasma Bigscreen – 10-foot interface for KDE plasma
I've encountered the same KDE bug in NixOS though from what I understood when I did some digging[0][1] it doesn't manifest on distros like Fedora.
Now I'm using Cinnamon until the bug gets fixed which I enjoy too but it doesn't come close to the ease of use of KDE. And when I say ease of use on KDE I refer to the fact that out of the box you can pretty much do everything you need to without having to search for extensions or hunt for settings, someone already thought of what you wanted to do and made it straightforward to do. Sure it's overwhelming to be presented with a lot of things at once e.g. the screen capture UI but when you need to do something that's not the base case it's easy to see that the UI has got you covered.
[0]: https://www.reddit.com/r/NixOS/comments/1pdtc3v/kde_plasma_i...
[1]: https://github.com/NixOS/nixpkgs/issues/126590
-
Debian Removes Free Pascal Compiler / Lazarus IDE
If you really need things others are no longer willing to maintain, then it’s time to learn how to help yourself.
The Nix or Guix package managers are likely your easiest bet. See
https://nixos.wiki/wiki/Lazarus
https://github.com/NixOS/nixpkgs/blob/master/pkgs/developmen...
- You are the reason I am not reviewing this PR
-
Start all of your commands with a comma
Then I use "$GREP" in the script itself, and develop with grep in my path, but it's trivial to prepend all of my dependencies when I bundle it up for nix.
1: https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/no...
-
Guix System First Impressions as a Nix User
Interesting, I have taken a stab at maintaining a repo on the nixpkgs and using a --sparse approach, i.e. `git clone --filter=blob:none --sparse --branch nixos-25.11 https://github.com/NixOS/nixpkgs.git nixpkgs-dorion
What are some alternatives?
Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11
devenv - Fast, Declarative, Reproducible, and Composable Developer Environments using Nix
libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
waydroid - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.