Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud
Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.
Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
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.
Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.
BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
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.