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
Earn up to 16% annual interest with Nexo.
Access competitive interest rates on your digital assets.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
drangon's mingw-w64 build, toolchain and some libraries
drangon's mingw-w64 ( mingw-w64.sf.net ) build, native toolchain and cross toolchain for 32bit windows and 64bit windows x64, and some libraries :
<1> toolchain : binutils gcc-14 mingw-w64 gdb make yasm nasm
see https://sourceforge.net/p/mingw-w64-dgn/wiki/ToolChain/ for more detail.
<2> mingw-dgn-lib : pthreads-win32 sqlite openssl zlib bzip2 apr pcre pcre2 libiconv gettext
libsdl portaudio giflib xvid xavs x264 x265 libvpx lame opencore-amr opus ffmpeg
pugixml jsoncpp curl lua libuv fltk-1.4
see https://sourceforge.net/p/mingw-w64-dgn/wiki/MingwDgnLib/ for more detail.
<3> other seperate library : wxWidgets qt5
see https://sourceforge.net/p/mingw-w64-dgn/wiki/OtherLibraries/ for more detail.
Librss is an open, low-dependent, ANSI C Windows/Unix library that can be used to download and parse RSS and ATOM feeds. It supports either char* UTF-8 or wchar_t* UTF-16 strings.
Under Windows it needs no additional libraries, under Unix only libiconv.
This project has MOVED to http://savannah.gnu.org/projects/libiconv/ !!! This library provides an iconv() implementation, for use on systems systems which don't have one, or whose implementation cannot convert from/to Unicode.
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.
AutoTool4D(autotool for d language) is a project that demo how to use autool(autoconf,automake and libtool) to compile d language, it also demo how to using libiconv and gettext to write I18N/L10N program in d language and so on.
The XMLCPP library provides the implementation of XmlPull API v1 in C++. It can handle any encoding that are supported by `libiconv'. The parsed results are available in the form of std::wstring. So it can handle all unicode character set.