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.
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.