Search Results for "non-keyboard character" - Page 2

Showing 122 open source projects for "non-keyboard character"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    DownSmith Markdown Editor

    DownSmith Markdown Editor

    A powerful, feature-rich Markdown editor with real-time HTML preview.

    DownSmith provides an intuitive editing experience with comprehensive formatting tools, syntax highlighting, live preview, table creation, spell checking, footnotes, HTML export, and intelligent image handling. Runs without Java being installed on Windows. On macOS and Linux requires Java 11 or better installed. A Java 8 version is provided that has all the functionality of the Java 11 version except footnotes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Arianne RPG

    Arianne RPG

    Arianne is an engine to develop multiplayer online games like Stendhal

    Arianne is a multiplayer online engine to develop turn based and real time games, providing a simple way of creating the game server rules and clients like our MORPG Stendhal. Our engine Marauroa uses Java and SQL for hosting hundreds of players on a solo host. Stendhal is a fun friendly and free multiplayer online adventure game with a huge and rich world. With hundreds of NPCs and different quests, features like the Travel log and achievement system keep track of progress. Thousands of...
    Downloads: 147 This Week
    Last Update:
    See Project
  • 3
    Avocado programming language

    Avocado programming language

    Avocado Polish programming language

    The Avocado language is compiled and currently allows for the creation of console applications. Work on Avocado and the integrated development environment (IDE) began on February 19, 2025. A unique feature of this language is the ability to write commands in Polish and English, compiling code into .exe format. The language is freely available for commercial and non-commercial projects. The Avocado source code is available under the MIT License on GitHub. Avocado is transpiled to Free...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    MooseFS

    MooseFS

    Fault tolerant, POSIX-compliant, Net Distributed Storage / File System

    MooseFS (MFS) is a fault tolerant, highly performing, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: * A hierarchical structure (directory tree) * Stores POSIX file attributes (permissions, last access and modification times) Supports special files (block and character devices, pipes and sockets) *...
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5

    Age of Dreams

    As Xylvan the Angel, Find the 10 sphere and go back to heaven.

    In this game, you play the role of Xylvan. With Angelical Blade and Shield, battle with unique ennemies and monsters to save the king and the queen of Altara who have been captured by the evil Sphax. With the help of potions and items like scepter, resolve this RPG made by Xilvan Design. Explore 15 various worlds and more. A reviewed v5.07 is now available featuring new grass became reality... Friendly, Xylvan, Xilvan Design. New trailer soon! Made since 2004-2006....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    TextureAtlas Toolbox

    TextureAtlas Toolbox

    A powerful, free and open-source tool for TextureAtlases/Spritesheets

    TextureAtlas Toolbox is an all-in-one solution for working with texture atlases and sprite sheets. Extract sprites into organized frame collections and GIF/WebP/APNG animations, generate optimized atlases from individual frames, or convert between 15+ atlas formats. Perfect for game developers, modders, and anyone creating showcases of game sprites. Formerly known as TextureAtlas to GIFs and Frames Licensed under AGPL-3.0 Third-party licenses: See...
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7

    Wildcat- Simple "C" XML reader

    Wildcat: Simple "C" XML reader

    A simple in C writen XML-Parser. Don't use macros or other non standard C-language extension. Object Oriented implementation. Support only single byte character sets. Tested with ARM-gcc 7.5 and Visual Studio 2019 C compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Lights of Dreams IV

    Xylvan, the angelic messenger must save the 3800's World.

    Hi! A long time ago, Lights of Dreams: The Angelical Blade is a 3D adventure game staring Xylvan and is the first 3D game of Xilvan Design. A newer release appeared recently, we are now at v62.37 of Lights of Dreams IV: Far Above the Clouds. Please bookmark & share our projects. Hope you'll like our games in the near future. Friendly, Xylvan, Xilvan Design All Rights Reserved 2005-2026.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Lights of Dreams V

    Xylvan must save people interplanetary & intergalactic travel.

    Xilvan Design may present you their upcoming title: Lights of Dreams V: Path of Starfield. This is the v57.01! It's a game developed in Blitz3D. 1751 planets to discover in this game. A game made by Xilvan Design. All Rights Reserved 2020-2026.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    Prince of Persia (JS)

    Prince of Persia (JS)

    Prince of Persia reimplementation written in HTML5 / JavaScript

    PrinceJS is a faithful JavaScript remake of the classic 1989 game "Prince of Persia." It recreates the original gameplay, level design, and character animations in modern browsers using HTML5 technologies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    tabspace

    A Windows utility to batch-make program files tab-space compliant

    ...Therefore, many programmers tend to use space-only for guaranteed visual look, but that will cause a lot of waste of disk space. Is there an ideal solution? There IS! We can enforce a rule to all program files: In each line, before the first non-space, non-tab character, use TAB only! And after that character, use SPACE only! The advantage of this rule is that, first of all, regardless of how many spaces the tab's interpretation is, the code is always uniformly indented, and since tabs and spaces do not mix together, the appearance of the code line is fixed. Secondly, compared to the all-space solution, it can reduce file size dramatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Soul of Sphere Platinum

    Save the World of Altara in my first RPG in 2D!

    Altara is under the menace of the general Sphax. An ancient sphere calls young & old folks of a village in this world. Gamna, Arasyb, Ulania, Uniar, Dorna, Xylvan must save the lands of the years 3700 A.C. With unique weapons, battle numerous ennemies, grab items, buy gems, potions & artifacts. Now at v29.47 with Xilvan Design Sprites Library! Newly added grass, trees, flowers, butterflies and mp3 musics. This game will enchant you. A RPG made since 1999-2004 by Hypersphere...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MkFont

    MkFont

    Tool to create & export fonts from existing assets

    ...The search can look for known character associations & relationships, too! MkFont respects your assets and allows for experimenting safely with different settings until you find the one that suits your needs. MkFont comes with a small tool that takes a text blurb to show you which group of letters are recurring – and create ligatures out of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    wxMEdit

    wxMEdit

    wxMEdit, Cross-platform Text/Hex Editor, Improved Version of MadEdit

    •Added automatically checking for updates •Added bookmark support •Added right-click context menu for each tab •Added purging histories support •Added selecting a line by triple click •Added FreeBASIC syntax file •Added an option to place configuration files into %APPDATA% directory under Windows •Improved support for Find/Replace •Improved Mac OS X support •Improved system integration under Windows •Improved encoding detection result •Improved Hex editing support •Added more...
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 15
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16

    Language-Aware String Extractor

    multi-encoding strings(1) replacement with language identification

    Enhanced version of the standard Unix strings(1) program which uses language models for automatic language identification and character-set identification, supporting over 1400 languages, dozens of character encodings, and 4800+ language/encoding pairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Click-o-Matic Ultimate

    Click-o-Matic Ultimate

    The only ULTIMATE auto clicker that you'll ever need. 1000+ CPS

    ...Take your AFK farms to the next level with options such as left click, left double click, middle click, right click, left then right click, right then left click, and sending keyboard keys to your game. Click and hold, and more! Up to 1000 CPS (clicks per second). Create intricate scripts that will make your AFK farms even more epic. Move your character around in the game, look in different directions, interact with the world. Avoid AFK kicking on servers by creating a simple script. Be as creative as possible. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    HTMLViewer
    HTML Viewer Components for Delphi, Lazarus and C++Builder The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components: THtmlViewer * The basic component. * THtmlViewer displays single (non-frame) documents. * It also forms the basis for the other two components. TFrameViewer * Displays both frame and single HTML documents. * TFrameViewer is oriented more for local file system...
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 19
    Public Sans

    Public Sans

    A strong, neutral, principles-driven, open source typeface for text

    ...Adjusted vertical metrics. Public Sans is about 2% shorter than Libre Franklin, and has slightly looser default line spacing. Tailed lowercase l. The lowercase l character has a hooked tail for disambiguation. (There is also an optional untailed l.) Regularized stroke weight. Public Sans provides a more regular letterform from the conventional Franklin shape for a cleaner, more consistent letterform, especially at small sizes. Non-rounded vertices. Conventional angled vertices result in a sharper, stronger form. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    mPDF

    mPDF

    PHP library generating PDF files from UTF-8 encoded HTML

    mPDF is a PHP library that generates PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files ‘on-the-fly’ from his website, handling different languages. It is slower than the original scripts e.g. HTML2FPDF and produces larger files when using Unicode fonts, but support for CSS styles etc. and has been much enhanced. Supports almost all languages including RTL (Arabic and Hebrew), and CJK (Chinese-Japanese-Korean). Nested block-level elements (e.g....
    Downloads: 65 This Week
    Last Update:
    See Project
  • 21
    uniqoda
    Input any Unicode character by name with just a few keystrokes, without taking your hands off the keyboard!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    CLIP Guided Diffusion

    CLIP Guided Diffusion

    A CLI tool/python module for generating images from text

    ...This method may be better at shorter timestep_respacing values. Multiple prompts can be specified with the | character. You may optionally specify a weight for each prompt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Taxamatch

    Taxamatch

    Fuzzy name matching algorithm for scientific names of taxa (biology)

    "Taxamatch" is an algorithm designed for fuzzy matching of scientific names of taxa - genera alone, or binomials (genus+species) - in taxonomic databases. It utilises both character substitution (similar to Soundex) to catch phonetic errors, and a customised edit distance (ED) approach to catch non-phonetic ones, which can be up to 50% of all errors in real-world queries. Since ED-based queries are typically slow against large data sets, Taxamatch includes a range of optimisations to heavily reduce the number of names to be tested at query time without impacting on recall of likely intended correctly spelled target names, speeding up overall query time by a factor of between x100 and x1000. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...- 12.34 Lord Giddeon maintained the code. Genbot Version 12.35 - 13.3 Vexix took over the code. was originally designed as a core set of scripts to handle all of the non class specific functions needed in a bot while providing a means to easily "plug in" any extra code needed for a specific character. Genbot Version 14.0.0 - "Current" Morte Has implemented new command and fix bugs/code. Now Genbot is a full blown all class macro to do many commands on Everquest great for multiboxing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ivy Swiper

    Ivy Swiper

    Generic completion frontend for Emacs, Swiper

    ...When active, ivy-mode completes the selection process by narrowing available choices while previewing in the minibuffer. Selecting the final candidate is either through simple keyboard character inputs or through powerful regular expressions. Ivy is for quick and easy selection from a list. When Emacs prompts for a string from a list of several possible choices, Ivy springs into action to assist in narrowing and picking the right string from a vast number of choices.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB