Showing 119 open source projects for "tux typing 2"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    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.
    Try Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Vite

    Vite

    Next generation frontend tooling. It's fast!

    ...Pre-configured Rollup build with multi-page and library mode support. Rollup-superset plugin interface shared between dev and build. Flexible programmatic APIs with full TypeScript typing. Vite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts. A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR). ...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    GraphQL for Nest framework

    GraphQL for Nest framework

    GraphQL (TypeScript) module for Nest framework (node.js)

    ...Nest offers two ways of building GraphQL applications, the code first and the schema first methods. You should choose the one that works best for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    LaTeXStrings.jl

    LaTeXStrings.jl

    convenient input and display of LaTeX equation strings for Julia

    This is a small package to make it easier to type LaTeX equations in string literals in the Julia language, written by Steven G. Johnson. With ordinary strings in Julia, to enter a string literal with embedded LaTeX equations you need to manually escape all backslashes and dollar signs: for example, $\alpha^2$ is written \$\\alpha^2\$. Also, even though IJulia is capable of displaying formatted LaTeX equations (via MathJax), an ordinary string will not exploit this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stockfish

    Stockfish

    UCI chess engine

    Stockfish is a free, powerful UCI chess engine derived from Glaurung 2.1. Stockfish is not a complete chess program and requires a UCI-compatible graphical user interface (GUI) (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with it. Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish is...
    Downloads: 120 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Odin

    Odin

    Odin Programming Language

    ...Why shouldn't our tools bring us joy whilst doing it? Enjoy programming again, with Odin! Odin provides official libraries for all major graphics APIs: OpenGL, Vulkan, Direct3D11, Direct3D12, Metal, and WebGL 1 & 2. Odin comes with high quality packages out of the box in its core library.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    International Telephone Input

    International Telephone Input

    Plugin for entering and validating international telephone numbers

    ...Lots of initialization options for customization, as well as public methods for interaction. The user types their national number and the plugin gives you the full standardized international number. Navigate the country dropdown by typing a country's name, or using up/down keys. Automatically set the input placeholder to an example number for the selected country. Automatically select the user's current country using an IP lookup. Access the country data to create a separate country dropdown for an address form, and then listen for change events to keep the two dropdowns in sync. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    JuliaWorkshop

    JuliaWorkshop

    Intensive Julia workshop that takes you from zero to hero

    This is an intensive workshop for the Julia language, composed out of three 2-hour segments. It targets people already familiar with programming, so that the established basics such as for-loops are skipped through quickly and efficiently. Nevertheless, it assumes only rudimentary programming familiarity and does explain concepts that go beyond the basics. The goal of the workshop is to take you from zero to hero (regarding Julia): even if you know nothing about Julia, by the end you should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pylint

    Pylint

    It's not just a linter that annoys you!

    Pylint is a static code analyzer for Python 2 or 3. The latest version supports Python 3.7.2 and above. Pylint analyses your code without actually running it. It checks for errors, enforces a coding standard, looks for code smells, and can make suggestions about how the code could be refactored. Projects that you might want to use alongside pylint include flake8 (faster and simpler checks with very few false positives), mypy, pyright or pyre (typing checks), bandit (security-oriented checks), black and isort (auto-formatting), autoflake (automated removal of unused import or variable), pyupgrade (automated upgrade to newer python syntax) and pydocstringformatter (automated pep257). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    RustPython

    RustPython

    A Python Interpreter written in Rust

    ...Because it’s in Rust, it benefits from memory safety and modern tooling, allowing developers to compile Python into efficient binaries or embed it as a scripting engine in Rust projects. The interpreter aims to support the Python standard library, dynamic typing, garbage collection, and common builtins, although full compatibility is a work in progress. It also supports bytecode compilation and execution, enabling faster startup and reuse of parsed code. By bridging the two language ecosystems, RustPython offers a compelling path for projects that want Python flexibility but desire Rust’s performance and safety discipline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 10
    plotly

    plotly

    An interactive graphing library for R

    ...Any graph made with the plotly R package is powered by the JavaScript library plotly.js. The plot_ly() function provides a ‘direct’ interface to plotly.js with some additional abstractions to help reduce typing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Clj-kondo

    Clj-kondo

    A linter for Clojure code that sparks joy

    A linter for Clojure code that sparks joy. Clj-kondo performs static analysis on Clojure, ClojureScript and EDN, without the need of a running REPL. It informs you about potential errors while you are typing. To detect lint errors across namespaces in your project, a cache is needed. To let clj-kondo know where to create one, make a .clj-kondo directory in the root of your project, meaning on the same level as your project.clj, deps.edn or build.boot. A cache will be created inside of it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    ...Would you like to add more information to the test's failure messages? Use the description optional argument to add your own text. Nimble makes sure you don't compare two types that don't match. Tired of so much typing? With Nimble, you can use overloaded operators like == for equivalence, or > for comparisons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Frozen Bubble is a free software clone of Puzzle Bobble for a variety of home and mobile systems. Gameplay Frozen Bubble's protagonist is a penguin a la Tux, the mascot of Linux and popular feature in many free software/open-source games. In this game, Tux has to shoot colored frozen bubbles to form groups of the same color. Such groups disappear and the object is to clear the whole screen in this way before a bubble passes a line at the bottom. There is a single player mode and a multiplayer mode via Split screen, LAN and Internet. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    AutoTypeSearch

    AutoType Quick Search plugin for KeePass

    ...If a global auto-type is requested, but no matching entry for the active window is found, this plugin will show a quick as-you-type search window which lets you to easily pick the entry to auto-type. It is also possible to open/edit, show, open the url for, or copy the password for the entry that is found. Auto-typing the password only is also supported. Any two actions can be configured, one for Enter, one for Shift+Enter.
    Leader badge
    Downloads: 127 This Week
    Last Update:
    See Project
  • 15
    clavirio

    clavirio

    Learn touch typing without leaving the terminal

    A free, open-source typing tutor for the terminal. Progressive lessons, practice modes, real-time stats, and a virtual keyboard with finger hints — for QWERTY, Dvorak, and Colemak. Methodology Research on typing skill suggests that skilled typing relies more on implicit procedural control than on explicit knowledge of key locations. The paper also suggests that the keyboard is represented in terms of its row-and-column structure, not as a memorized list of individual letters. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DSL-KeyPad

    DSL-KeyPad

    Multilingual input tool. Latin, Cyrillic, IPA, Math, historic, etc.

    “DSL KeyPad” is a utility written on AutoHotkey 2.0, designed for inputting a wide range of characters using hotkeys and auxiliary functions. Its primary focus is on enhancing input capabilities for Latin and Cyrillic scripts, allowing typing in multiple languages without the need for separate keyboard layouts for each language. Requires common QWERTY (English US)/ЙЦУКЕН (Russian) keyboard layouts. More than 6,300 Unicode characters are available. Additionaly, it supports typing on the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    MariposaRescue

    MariposaRescue

    Mariposa Rescue Disk is a Linux rescue live distro based on Debian.

    Mariposa Rescue Disk comes with a lot of applications like Gparted, parted, testdisk, ext4magic, extundelete, foremost, fsarchiver, gddrescue, Magicrescue, autopsy, bruteforce-luks, chkrootkit, ddrescueview, ddrutility, dmraid, myrescue, safecopy, sleuthkit and many more. The system will start a console and log in as a user. The default keyboard is English US, which you can change easily. By typing "startx" you can enter the Window Manager XFCE4. We recommend to boot Mariposa Rescue Disk using Ventoy (https://www.ventoy.net), which is supported since version 2.x. However, any other method would work as well. For more information check https://www.blueseal.eu/mariposa/. For scenarios and tips about how to use Mariposa Rescue Disk as well as other tips in general check also https://www.blueseal.eu/itguide/.
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 18

    Tibetan Java Keyboard

    A Tibetan software keyboard that works in Windows and MacOS

    Drawing inspiration from the projects Tibetan Unicode Keyboard and Tibetan Phonetic Keyboard, this combines the best of these two keyboards into one. It allows users to type quickly using physical keyboard or to click on screen keys to get the characters they want. Better the both of the two earlier keyboards, this is configurable by KeyCharMap.csv file and works in Windows and MacOS as long as Java Runtime is install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GibberFix

    GibberFix

    Fix gibberish text from typing in the wrong language—fast and easy!

    You know how you write something and you've think you're on English keyboard, when you are Hebrew Keyboard? And you wrote gibberish? Two Utilities to help with that: 1. Text Converter Converts text between keyboard layouts when typed in the wrong language. -Select text that was typed in wrong keyboard layout -press Ctrl + ' to convert directly to next language, or press Ctrl + Right Click to show conversion menu Text will be replaced with the converted version 2. Language...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    QuickCSVLister

    QuickCSVLister

    A Program To Index CSV Files For Rapid Listing, Searching And Lookup

    QuickCSVLister is a program that reads and indexes CSV and other delimited files providing easy, rapid searching, lookup and listing facilities. QuickCSVLister can index multiple CSV files which can all be searched independently of one another within a single environment. CSV files are searched Per Column. Results in indexed mode are available almost as soon as you have finished typing. In non-indexed mode, CSV files can be searched using a large library of filters, going beyond...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OtoKeyboard - auto keyboard & macro

    OtoKeyboard - auto keyboard & macro

    OtoKeyboard: Stop typing manually. Get your free auto keyboard for Win

    OtoKeyboard is the premier auto keyboard and macro tool for Windows, designed to save you time and eliminate digital friction. Move beyond simple text replacement and turn any repetitive task into a single-keystroke action. It's the ultimate productivity companion for professionals, gamers, and developers alike. Automate customer support replies with interactive templates; execute complex in-game combos with perfectly timed macros; or launch your entire work environment with one...
    Downloads: 225 This Week
    Last Update:
    See Project
  • 22
    Kalker

    Kalker

    scientific calculator math syntax user-defined functions kalker

    ..., % Groups: (), [], ⌈ceil⌉, ⌊floor⌋ Vectors: (x, y, z, ...) Matrices: [x, y, z; a, b, c; ...] Pre-defined functions and constants User-defined functions and variables Root finding using Newton's method (eg. x^2 = 64). Note: estimation and limited to one root Derivation (prime notation) and integration (eg. integral(a, b, x dx) The value of an integral is estimated using Simpson's 3/8 rule, while derivatives are estimated using the symmetric difference quotinent (and derivatives of higher order can be a bit inaccurate as of now) Complex numbers Understands fairly ambiguous syntax (eg. 2sinx + 2xy) Syntax highlighting Piecewise functions: , pressing enter before typing the final "}" will make a new line without submitting. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    PronunDict

    PronunDict

    a pronunciation dictionary of American English

    PronunDict is both a reverse phonetic dictionary (searching by pronunciation) and a standard one to search by spelling. Pronunciation is transcribed with IPA symbols. It runs on Windows, and should also work with Wine on Linux and macOS. NEW PronunDict for French project page! https://sourceforge.net/projects/pronundict-french/ Acknowledgement: This app uses two external dictionaries (bundled with it): 1. AmEPD -- the American English Pronunciation Dictionary by Reece H. Dunn,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    UIFontComplete

    UIFontComplete

    Font management (System & Custom) for iOS and tvOS

    Font management (System & Custom) for iOS and tvOS. No more wasted time searching for names of UIFont fonts and no more surprises at runtime if a font name was mistyped. This library is simply one extension to UIFont and one Font enum with a case for each system font on iOS and tvOS. Custom font support is also available, please keep reading for details! This library currently provides two different options for creating UIFont objects. The first is calling the font name off of the provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB