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
Go From AI Idea to AI App Fast
One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
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.
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.