Showing 42 open source projects for "utf-8 to ansi"

View related business solutions
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    Vince's CSV Parser

    Vince's CSV Parser

    A modern C++ library for reading, writing, and analyzing CSV

    There's plenty of other CSV parsers in the wild, but I had a hard time finding what I wanted. Inspired by Python's csv module, I wanted a library with simple, intuitive syntax. Furthermore, I wanted support for special use cases such as calculating statistics on very large files. With the deluge of large datasets available, a performant CSV parser is a necessity. By using overlapped threads, memory-mapped IO, and efficient data structures, this parser can quickly tackle large CSV files....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    yyjson

    yyjson

    The fastest JSON library in C

    A high-performance JSON library written in ANSI C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    far2l

    far2l

    Linux port of FAR v2

    Linux fork of FAR Manager v2. Works also on OSX/MacOS and BSD (but the latter is not tested on a regular manner). Plug-ins that are currently working: NetRocks (SFTP/SCP/FTP/FTPS/SMB/NFS/WebDAV), colorer, multiarc, tmppanel, align, autowrap, drawing, edit case, SimpleIndent, Calculator, Python (optional scripting support).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Lip Gloss

    Lip Gloss

    Style definitions for nice terminal layouts

    Style definitions for nice terminal layouts. Built with TUIs in mind. Lip Gloss takes an expressive, declarative approach to terminal rendering. Users familiar with CSS will feel at home with Lip Gloss. The terminal's color profile will be automatically detected, and colors outside the gamut of the current palette will be automatically coerced to their closest available value. The terminal's background color will automatically be detected and the appropriate color will be chosen at runtime....
    Downloads: 1 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    ImageInTerminal.jl

    ImageInTerminal.jl

    Julia package for displaying images in the terminal using ANSI colors

    ImageInTerminal is a drop-in package that once imported changes how a single Colorant and whole Colorant arrays (regular images) are displayed in the interactive REPL. The displayed images will be downscaled to fit into the size of your active terminal session. By default, this package will detect if your running terminal supports 24-bit colors (true colors). If it does, the image will be displayed in 24-bit colors, otherwise, it falls back to 8-bit (256 colors).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pastel

    pastel

    A command-line tool to generate, analyze, convert and manipulate color

    pastel is a command-line tool to generate, analyze, convert and manipulate colors. It supports many different color formats and color spaces like RGB (sRGB), HSL, CIELAB, CIELCh as well as ANSI 8-bit and 24-bit representations. pastel provides a number of commands like saturate, mix or paint. To get more information about a specific subcommand (say mix), you can call pastel mix -h or pastel help mix. Many pastel commands can be composed by piping the output of one command to another. You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FabGL

    FabGL

    ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST77

    FabGL is mainly a Graphics Library for ESP32. It implements several display drivers (VGA output, PAL/NTSC Color Composite, I2C and SPI displays). FabGL can also get input from a PS/2 Keyboard and a Mouse. FabGL implements also: an Audio Engine (DAC and Sigma-Delta), a Graphical User Interface (GUI), a Game Engine and an ANSI/VT Terminal. VGA output requires an external digital-to-analog converter (DAC): it can be done by three 270 Ohm resistors to have 8 colors, or by 6 resistors to have 64...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Small Device C Compiler (SDCC)

    Small Device C Compiler (SDCC)

    The Small Device C Compiler (SDCC), targeting 8-bit architectures

    SDCC is a retargettable, optimizing standard C (ANSI C89 / ISO C90, ISO C99, ISO C11 / C17, ISO C23) compiler that targets a growing list of architectures: STM8, MCS-51, DS390, HC08, S08, Z80, Z180, R800, Rabbit, SM83, eZ80 in Z80 mode, Z80N, TLCS-90, Padauk PDK14 and PDK15 microprocessors. There also is incomplete support for the Microchip PIC16 and PIC18 and the Padauk PDK13 and MOS 6502.
    Leader badge
    Downloads: 1,045 This Week
    Last Update:
    See Project
  • 9

    utf8tocp

    converts UTF-8 text files to other codepages and back

    utf8tocp is a console mode tool able to convert a UTF-8 text file into other codepages. It is also able to perform the reverse operation. utf8tocp is written in pure and simple ANSI C, should compile cleanly on virtually any possible platform. Positively verified on Linux, FreeBSD (using gcc) and FreeDOS (using Turbo C).
    Downloads: 3 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 10
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    xMarkup Text Transformation Utility
    xMarkup is a text transformation utility for batch-processing of a set of ANSI/UTF-8 text files. All Win-32 and POSIX/UNIX platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Czasami pobierając Polskie napisy do filmów, pobierają się one w kodowaniu znaków ANSI/ASCI, kodowanie te nie pozwala na polskie znaki i zmienia je na inne, program "naprawia" napisy oraz zmienia kodowanie na UTF-8. //---WYMAGA JAVA JDK---//
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    JxMake

    JxMake

    A Java-based cross-platform build system.

    ... be improved in the future. Building JxMake requires Java SDK 8 or later (note that Java SDK 8 is an LTS version).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DNP3 Windows c c++ c# .net Program code

    DNP3 Windows c c++ c# .net Program code

    DNP3 Source code Library for Windows and simulator

    v21.06.008 Complete implementation of DNP3 protocol standard including File transfer. Binary Input, Double-bit Binary Input, Binary Output, Counter Input, Analog Input, Analog output, Octect String, virtual terminal String. support CROB, analog output command with "select-before-operate" or "direct-execute" command execution modes, unsolicited response, Time Synchronization support C C++, C# ( .net ) programming languages Get a free DNP3 Development Bundle In the Development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CONVERTCP

    CONVERTCP

    Text File Codepage Converter for the Windows command line

    This command line utility is a codepage converter to be used to change the character encoding of text. It fully supports charsets such as ANSI code pages, UTF-8, UTF-16 LE/BE, UTF-32 LE/BE, and EBCDIC. It's designed to convert big text files, too. It runs on Windows XP onwards (tested on XP, Windows 7, Windows 8.1, Windows 10, and Windows 11). The "readme.txt" file and the Wiki gives you some more information. You'll find the compiled tool for 32 bit (x86) and 64 bit (x64) Windows...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 16
    Motsognir

    Motsognir

    a robust, reliable and easy to install gopher server

    Motsognir is a robust, reliable and easy to install open-source gopher server for Unix-like systems (Linux, BSD, and anything else POSIX-compliant). It is published under the terms of the MIT license. All the configuration is done via a single configuration file with reasonable defaults. Motsognir supports server-side CGI applications and PHP scripts. It is entirely written in ANSI C, without external dependencies.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    wordTabulator
    Program wordTabulator is intended for text analysis. It can generate index of word elements extracted from defined text set. Word elements may be words, N-grams or phrases (syntagmes). The program can process texts as in ordinary 1-byte encoding (ANSI), as in multibyte UTF-8 encoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SyncTERM

    Cross-platform BBS (ANSI) Terminal

    A cross-platform ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or SSH. Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL.
    Leader badge
    Downloads: 158 This Week
    Last Update:
    See Project
  • 19

    a8cas

    A portable library and tools for archiving images of Atari 8-bit tapes

    A portable library and tools for archiving images of tapes with Atari 8-bit computer software. Provides a common interface for loading and saving tape images in various formats. Designed for use by emulators and Atari<->PC communication software.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20

    StrollingWolf

    StrollingWolf Comments Remover

    c/c++, c#, css, js, java, php, html comment remove tool. 1. Support self defined file suffix name 2. Support utf8,ansi,gb2312,gb18030,gbk, and any gb 3. Support xp, win7+ x32/64 windows OS 4. Support to remove single line comment //.... 5. Support to remove break line comment //....\ 6. Support to remove block comment /**/ 7. Support to remove #if 0 and nest 8. Support file/folder, multi files/multi folders batch clean 9.Support to remove <!-- --> block comment for any files...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    RKH - State Machine Framework

    RKH - State Machine Framework

    State machine framework for reactive embedded systems

    RKH is a generic, flexible, modular, highly portable, ANSI-C compliant, and open-source development tool for implementing hierarchical state machines based on modern state machine concepts. This modern techniques are used to give an abstract description of the dynamic behavior of a system in a substantial manner. The RKH not implements neither entire UML specs. nor entire Statechart specs. Instead, the RKH intention is to support just enough basic concepts of that powerful tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    On Screen Unicode Keyboard

    On Screen Unicode Support Supports All Language !

    A Unicode supported On Screen Keyboard. http://aparajeyo.net/abe/on-screen-unicode-keyboard/ Included Keyboard Layouts - 1.BN - Bijoy Keyboard 2.BN - Avro Easy 3.BN - Bornona Keyboard 4.BN - National (জাতীয়) (BD-বাংলাদেশ) 5.HI - Hindi (In-script) 6.HI - HI- Devanagari Keyboard 7.SI - Sinhala Keyboard 8.US - English (Querty) www.aparajeyo.net Donate to help project : aparajeyo.net/donate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Uosk

    Uosk

    Unicode On-Screen Keyboard: insert text snippets into any Windows app

    Uosk (formerly Charmappino) is a virtual keyboard that opens any ASCII, ANSI, UTF-8 and UTF-16 text file and converts words (e.g. separated by spaces) into buttons. Clicking one button the text snippet is pasted into any text editor (Notepad, WordPad, MS Office, OpenOffice...). You can edit snippets directly in Uosk, and save them as a new txt file. The snippet can also be copied to clipboard. It's basically a virtual keyboard with ability to set any amount of characters in one button. Uosk...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 24
    geoTelnet

    geoTelnet

    Telnet ANSI terminal for 8-bit BSW GEOS & C64NET WiFi

    Full Telnet ANSI terminal for 8-bit Commodore GEOS (and compatible operating systems) with C64Net WiFi Modems: See README for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next