Showing 26 open source projects for "to-do"

View related business solutions
  • 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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    Pinyin

    Pinyin

    A high-quality solution for converting Chinese to Pinyin

    ...Disadvantages, slow conversion, not as fast as memory conversion, php >= 5.5. Small memory type, load dictionary shards into memory. In-memory, preload all dictionaries into memory. Do not load into memory, open dictionary line by line traversal using file stream and allocate single line memory using php5.5 generator (yield) feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    translate-gui

    translate-gui

    GUI for translate-shell, the cli tool for quick translation

    GUI for the translate-shell, aims to be easy to use translator and a helpful tool for learning new languages. Most tools do a one way translation from source to target language, do to the reverse involves choosing the source and target languages again. This tool can do a 2 way translation accompanied by speech output of the target language text. Hence it can prove to be an indispensable aid when learning new languages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FLTR ◆ Foreign Language Text Reader

    FLTR ◆ Foreign Language Text Reader

    A practical desktop app for language learning through reading

    FLTR (Foreign Language Text Reader) helps you do both extensive and intensive reading as part of your foreign language acquisition in an easy and pleasant way. While reading, you look up unknown words in web dictionaries (online) or locally installed dictionary applications, save vocabulary terms with translations, and track your learning progress. Each term has a learning status (1/"Unknown" to 5/"Known", plus "Ignored" and "Well Known") with associated colors.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    anglolintergo

    lightweight rulebased grammar error checker in Golang

    standalone offline grammar error checker (English, German and Dutch) programmed in Golang V 0.3.8.22 Usage: anglolintergo mytext.txt -> check English text anglolintergo -fix mytext.txt -> check and autofix English text anglolintergo -de mytext_ge.txt -> check German text anglolintergo -nl mytext_nl.txt -> check Dutch text anlgolintergo -help -> show helpfile anglolintergo mytext.tex -> check English latex file License see license.txt (BSD) Build: - extract files from zip-archive - use build.bat (Windows) or build.sh (Linux/macOS) in directory or do in a console: go mod init main go mod tidy go build -o anglolintergo ./... Dependencies: whatlanggo package (MIT license) Example: Luisa and Luise is friends. -> Luisa and Luise are friends. Luisa und Luise ist Freunde. -> Luisa und Luise sind Freunde. (German) Limits: see Wiki
    Downloads: 0 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
    kakagui

    kakagui

    Kakagui is a gui interface for kakasi, the Kanji Kana Simple Inverter

    Kakagui かかぐい, is a gui interface for kakasi, the Kanji Kana Simple Inverter. It can be used by Japanese learners who do not yet have a strong grasp on Kanji to convert text to hiragana/katakana or Romaji to help in reading Japanese.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Syntax Untangler

    Teach your students how to figure out tricky texts in any language.

    Web-based activity that asks the learner to visually mark up a short primary text in any language, in order to improve small-scale reading skills. Students get instant feedback to actions. Instructors use Web-based authoring interface to write and publish their content and questions in any language (Unicode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LibreGrammar (LanguageTool fork)

    LibreGrammar (LanguageTool fork)

    Free and open-source style and grammar editor

    ...Other changes include lower reliance on online mechanisms and extra languages. --- Este é um verificador de gramática e estilo gratuito e de código-fonte aberto, bifurcado do Languagetool. Este projeto pretende ser um editor de software completo para francês, inglês, alemão, espanhol, português e muitos outros idiomas; ampliando o conjunto regras do LanguageTool — com forte ênfase nas regras de estilo —, e activando muitas regras inactivas por padrão no projeto anterior. Outras mudanças incluem suporte para português de Portugal pré-Acordo Ortográfico e menos dependências online.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    jieba

    jieba

    Stuttering Chinese word segmentation

    "Jaba" Chinese word segmentation, do the best Python Chinese word segmentation component. Four word segmentation modes are supported. Precise mode, which tries to cut the sentence most precisely, suitable for text analysis. Full mode, scans all the words that can be formed into words in the sentence, the speed is very fast, but the ambiguity cannot be resolved. The search engine mode, on the basis of the precise mode, divides the long words again to improve the recall rate, which is suitable for word segmentation in search engines. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Philology

    Philology

    An easy way to dynamically replace Strings of your Android App

    ...If there's a typo or you find a better way to express something, a new version of the App needs to be deployed to include the newer translation. This is a slow process and a poor user experience. We all know users take their time to update an app (if they ever do so) and there's also the time Google Play takes to make a new version of an app available to all users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any similar programming issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Utilities
    ...We have the running chronometer! Do you have to remember to do something at some time and you don't know where to write it? We have the reminder in which you write the time and in the event section describing what you have to do then start it and you can also leave it in the background until the notification arrives! WARNING,SOFTWARE IS VERSION 1.0,IF YOU HAVE ANSWERED PROBLEMS CONTACTUS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TypeEasy

    TypeEasy

    Type Engish Faster, English Vocabulary builder

    This software is designed to help user to type English faster, it can be personalized in a lot ways, including theme, and type material(all you need to do is put you text file in the right folder), please try it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Rikaisama (Legacy)

    Modification of Rikaichan with more features and customization options

    *** THIS ADD-ON IS NO LONGER SUPPORTED AND WILL NOT WORK WITH FIREFOX 57+ (however, it still works in Waterfox using a non-e10s window: "File > New Non-e10s Window") *** Rikaisama is a modification of the rikaichan Japanese-English popup dictionary that adds many features and customization options such as audio pronunciation, EPWING dictionary support, sanseido web dictionary support, word frequency, pitch accent, enhanced clipboard & save options, ability to create and add cards directly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...Languages: Spanish, English and Portuguese. Note: Lua is licenced under the MIT License and LunaIDE is licensed under the GNU/GPL v3. The creator of this software do not have any kind of relation with PUC-Rio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gift Finder

    Gift Finder

    Navegação em árvore binária baseada em perguntas e respostas

    ...Se o último nó da árvore for alcançado o aplicativo exibe uma última sugestão de presente mesmo que a resposta for "Não". Esse comportamento foi propositalmente adotado para caso o usuário mude de ideia. Obs: Diferente do Akinator, o GiftFinder não possui inteligência artificial, ou seja, ele não é retro alimentado de informações para a criação de ramificações e nós.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Luz do Saber

    Luz do Saber

    Software para alfabetização e inclusão digital.

    Luz do Saber é um software educativo utilizado para alfabetização e inclusão digital que conta com duas versões, uma infantil e outra para jovens e adultos. Baseado na metodologia de ensino de Paulo Freire. Este projeto é financiado pelo Governo do Estado do Ceará - Brasil.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17

    Kana Learning Game

    A game to help learn Japanese hiragana and katakana

    ...Also, not reflected in the screenshots above, there is also a button that will highlight the correct answer for you if you are feeling stuck. When you use this button, your current guess will not count towards your score in any way. If anybody finds any bugs, please let me know, and I will do my best to fix it in a timely manner!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Coptic Encoder

    A full system for transcoding between legacy Coptic character sets.

    ...There are several reasons for the user to opt for legacy rather than Unicode encodings. Two deserve special mention. First, there are certain marks used in Biblical and other textual criticism that do not appear in Unicode; second, it is far easier to type in a legacy encoding and then turn it into Unicode than to type directly in Unicode. This package aims to act as a stepping stone to Unicode, by including several legacy fonts hard-coded to take advantage of the multiple encodings, as well as a UNIX shell script, in multiple shell languages, to transcode between these encodings. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Linux Guist - Multi Lingual OS for Asia

    Linux Guist - Multi Lingual OS for Asia

    A Single Click Language Changer and Publishing System for Web and DTP

    Linux Guist - is a Multi Lingual Live CD OS for most Asian Languages, with the ability to run of a CD & Old Hardware, with just 128 MB Memory, for DTP, Web Publishing & Data Entry purposes. This will help IT employers to take up Govt. Projects that require Data Collection, Entry & Publishing at a very very low cost, while providing Training & Job Opportunities to numerous students of these languages, in the various towns, of the country. Talk to your respective IT/HRD ministry to identify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ssnake
    Ssnake (Simple snake) - simple open-source 2D game, written in C++11. The project was written in a hurry and do not pretend to be perfect. Builds, tools: https://sourceforge.net/projects/ssnake/files/ Source code: https://github.com/rescr1pt/ssnake/ --- Copyright (C) 2012 Egorov Oleg (rescr1pt@ya.ru) https://github.com/rescr1pt/ssnake/blob/master/COPYING
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Lingua Latina Translator

    Lingua Latina Translator

    Ein Latein - Deutsch Übersetzer / A Latin - German Translator

    ...Uns fehlt die Zeit; mit dem Qt SDK kann man sich den LLT auf Linux aber auch selber bauen. We aren't able to produce an English translator at the same time because the day's only got 24 hours and we've got other (necessary) work to do. We need more programmers/resources to do this so we'll make the English version as soon as we'll have finished the German one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    avestafonts

    avestafonts

    Avestan Unicode Fonts

    The glyph outlines origin from Yasna 10 of the manuscript of Tehran University Library, nr. 11263. The scanned manuscript can be viewed under Ave976 on wwww.avesta-archive.com In the manuscript long [i] and long [u] do not differ, as well as both short and long [o]. Nevertheless, long [u] and short [o] are mapped in the font. Their outlines follow the script style of the manuscript. The letters for [θ] and [x] have two different shapes in the manuscript, so I have added one of each of them into the Private Use Area. Most of ligatures encountered in the manuscript have been mapped as well in the Private Use Area range. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Advance Quick Translate

    Advance Quick Translate

    Advance Quick Translate is a front-end for various translation website

    ...Open the main window to enter or paste text (up to 100 characters), or simply select text and press a hotkey for a popup translation window. The program also has the ability to speak text and do a web search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    CardMasterCs

    Flash cards for learning user made vocabularies of any language.

    Yet another flash card program. It was intended to allow user to compose his own dictionary and drill through it. Drill can be customised by information presented/hidden, by word's group and difficulty. Initially program was intended to be used with japanese language so it provides 3 pieses of information for a word: meaning, riading and writing. Therefore it can be used for any language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    For more dictionaries please visit http://www.bumato.pl Projekt został przeniesiony do http://www.bumato.pl
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB