All Projects → arguiot → Glottologist

arguiot / Glottologist

Licence: MIT license
An easy to use translate library

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Glottologist

Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (+929.31%)
Mutual labels:  polyglot
Python Chess
A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
Stars: ✭ 1,341 (+2212.07%)
Mutual labels:  polyglot
Rosettagit
Solutions to tasks in over 700 programming languages
Stars: ✭ 160 (+175.86%)
Mutual labels:  polyglot
Htshells
Self contained htaccess shells and attacks
Stars: ✭ 708 (+1120.69%)
Mutual labels:  polyglot
Terrastack
This project is archived, but the idea of Terrastack lives on in the Terraform CDK. - https://github.com/hashicorp/terraform-cdk
Stars: ✭ 71 (+22.41%)
Mutual labels:  polyglot
Hof
The High Code Framework (low-code for devs)
Stars: ✭ 138 (+137.93%)
Mutual labels:  polyglot
Enso
Hybrid visual and textual functional programming.
Stars: ✭ 5,238 (+8931.03%)
Mutual labels:  polyglot
Graal
GraalVM: Run Programs Faster Anywhere 🚀
Stars: ✭ 16,272 (+27955.17%)
Mutual labels:  polyglot
Tweetable Polyglot Png
Pack up to 3MB of data into a tweetable PNG polyglot file.
Stars: ✭ 299 (+415.52%)
Mutual labels:  polyglot
Polyshell
A Bash/Batch/PowerShell polyglot!
Stars: ✭ 154 (+165.52%)
Mutual labels:  polyglot
Microservices
A microservices environment managed by Docker Compose.
Stars: ✭ 16 (-72.41%)
Mutual labels:  polyglot
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-6.9%)
Mutual labels:  polyglot
Python Plus Plus
A framework for creating Python/C++ polyglots, programs valid in both programming languages
Stars: ✭ 138 (+137.93%)
Mutual labels:  polyglot
Core
MetaCall: The ultimate polyglot programming experience.
Stars: ✭ 596 (+927.59%)
Mutual labels:  polyglot
Creepycodecollection
A Nonsense Collection of Disgusting Codes
Stars: ✭ 2,206 (+3703.45%)
Mutual labels:  polyglot
Vim Doge
(Do)cumentation (Ge)nerator 10+ languages 📚 Generate proper code documentation skeletons with a single keypress. ⚡️🔥
Stars: ✭ 533 (+818.97%)
Mutual labels:  polyglot
Projecteuler
Polyglot solutions for www.projecteuler.net mathematical challenges
Stars: ✭ 137 (+136.21%)
Mutual labels:  polyglot
sql-formatter
Polyglot SQL formatter
Stars: ✭ 28 (-51.72%)
Mutual labels:  polyglot
Polyglot
🔤 Multilingual and i18n support tool for Jekyll Blogs
Stars: ✭ 242 (+317.24%)
Mutual labels:  polyglot
Snowcrash
A polyglot payload generator
Stars: ✭ 143 (+146.55%)
Mutual labels:  polyglot

Glottologist

A JavaScript language translation framework.

GitHub release Build Status Github All Releases npm License

Install

  • Browsers:
<script src="https://unpkg.com/glottologist"></script>
<script>
  const glot = new Glottologist();

  /* Your code */

</script>
  • NodeJS:
npm i glottologist --save
const glot = require("glottologist");

The full docs can be found here

Support

Glottologist is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving some XMRs (if you have no idea of what this is, look for Monero on Google) at this address:

49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Made something using the Glottologist?

Add the built with Glottologist badge to your README.md

Built with Glottologist

Feel free to send me an email at [email protected], and I might add your site to an examples section I'm currently working on.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arthur Guiot - Initial work - @arguiot

Also look at the list of contributors who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2017 Arthur Guiot All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].