Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 16 C Client Projects
-
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, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
DNS over TLS isn't a problem if you never allow that traffic to begin with. DNS over HTTPS can be dealt with in some capacity by blocking the providers (https://github.com/curl/curl/wiki/DNS-over-HTTPS, https://github.com/wranders/doh-list), but that's a cat and mouse game.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
I’m afraid you’re in the wrong subreddit. This subreddit is dedicated to WeeChat the IRC client., not the proprietary messaging app built by Tencent.
-
open62541
Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0
Here is a bug report I submitted to open62541, over a year ago. Figuring out how that library works... I don't even understand the terminology; it's all very generic (everything is called 'nodes', 'objects', etc.), there are loads of ways to do anything, type safety is not a concept the library approves of so that doesn't help either, and most functions you cannot even find in the source as they are generated by macros. It doesn't help that OPC UA is a big standard (thousands of pages) either. It boggles the mind that the reference implementation for something used in so many critical places is so badly documented, and at the same time allows so many ways to get things subtly wrong.
-
I really like Guitar. But, most of the time I use LazyGit in the terminal.
-
-
Using a terminal, the old lynx browser is probably the most widely available and user-friendly client.
If you want a GUI, Skyjake's Lagrange browswer is beautiful and available for Linux, Mac, and Windows: https://github.com/skyjake/lagrange
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Before we proceed, are you aware that a lot of popular database drivers for Ruby (and Python? not sure) implement the performance-critical bits in good old natively compiled C?
For example, the Ruby postgres gem: https://github.com/ged/ruby-pg/tree/master/ext
(I wasn't sure until I checked just now, so I'm not questioning your familiarity with the tech. Just not sure if that's commonly known)
So no, it's not the database, it's your interpreted language.
-
Project mention: Snap Store administrators removed signal-desktop from Ubuntu Snap | news.ycombinator.com | 2022-11-03
-
Project mention: How do I install software newer than the distro package? | /r/raspberry_pi | 2023-05-23
-
Fix rename of files/folders in Windows Shares. This was a fix in the upstream dependency. https://github.com/sahlberg/libsmb2/issues/218
-
-
Project mention: Can anyone please make the PC version of SAMP playable on Android? | /r/sanandreas | 2022-09-07
SAMP Source code: https://github.com/dashr9230/SA-MP
-
gftp
gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
-
-
Project mention: How to Develop a Credit Card Fraud Detection Application Using Memgraph, Flask, and D3.js | dev.to | 2022-12-17
FROM python:3.8 # Install CMake RUN apt-get update && \ apt-get --yes install cmake # Install mgclient RUN apt-get install -y git cmake make gcc g++ libssl-dev && \ git clone https://github.com/memgraph/mgclient.git /mgclient && \ cd mgclient && \ git checkout dd5dcaaed5d7c8b275fbfd5d2ecbfc5006fa5826 && \ mkdir build && \ cd build && \ cmake .. && \ make && \ make install # Install pymgclient RUN git clone https://github.com/memgraph/pymgclient /pymgclient && \ cd pymgclient && \ python3 setup.py build && \ python3 setup.py install # Install packages COPY requirements.txt ./ RUN pip3 install -r requirements.txt COPY card_fraud.py /app/card_fraud.py WORKDIR /app ENV FLASK_ENV=development ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 ENTRYPOINT ["python3", "card_fraud.py"]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C Client related posts
- TinTin Mud Client
- How do I install software newer than the distro package?
- 🎺 WOWMUD is UP at
- What are some OpenSource apps that are the best of their kind?
- ipv6 global address but no prefix delegation?
- Modernizing from PostgreSQL to Serverless with Fauna Part 1 (2023 Update)
- [Release] Vita SMB Client
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Jun 2023
Index
What are some of the best open-source Client projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | libcurl | 30,348 |
2 | WindTerm | 14,708 |
3 | Weechat | 2,669 |
4 | open62541 | 2,142 |
5 | Guitar | 1,443 |
6 | rdesktop | 1,166 |
7 | lagrange | 1,004 |
8 | ruby-pg | 691 |
9 | rauc | 621 |
10 | dhcpcd | 269 |
11 | libsmb2 | 248 |
12 | tintin | 159 |
13 | SA-MP | 124 |
14 | gftp | 85 |
15 | iso14229 | 62 |
16 | pymgclient | 37 |