An object-oriented language designed to afford code comprehension and maintenance. Transpiles in-place to Javascript.
Runtime library for sai-language compiled scripts.
Command line program to create random words via Markov chain using a text file you supply as seed data. Good for creating new names. Written in SAI-language.
Work with IANA language tags.
No description provided.
Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.
Types used by the Language server for node
<p> <a href="https://www.npmjs.com/package/@vue/language-core"><img src="https://img.shields.io/npm/v/@vue/language-core.svg?labelColor=18181B&color=1584FC" alt="NPM version"></a> <a href="https://github.com/vuejs/language-tools/blob/master/LICENSE"><
Language server implementation for node
language detector used in browser environment for i18next
VSCode Language Server Protocol implementation
Object schema validation
A language engineering tool for the Language Server Protocol
The official, runtime independent Language Service for GraphQL
Language support infrastructure for the CodeMirror code editor
YAML language server
Internal utilities intended to be used by other modules implementing Solid Application Interoperability specification
[](https://github.com/janeirodigital/sai-impl-service/actions/workflows/ci.yml) [ implementation for TypeScript using tsserver
No description provided.
Saying hello in different languages (just-for-fun for learning how to write a gem)
a simple gem that say the given number in word. Available in two languages, Indonesian and English. Support float number in the latest version (1.0.0).
Say hello in new languages!
Fluentd Output plugin to make a phone call with Twilio VoIP API. Twiml supports text-to-speech with many languages ref. https://www.twilio.com/docs/api/twiml/say
It's says what type of person you are based on your programming language!
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
A gem tells you how to say hello in different languages: Vietnamese, French, Spanish, German, Italian, Portuguese, Hindi
Subtitle gem helps you to detect the language(s) of the caption file, translate closed caption to another language and also supports transforming from one format to another. Say for example from dfxp to srt or vtt or to all supported formats."
Simple tool to generate development environments based on Vagrant and VirtualBox. You can includes a mix and match of programming languages, databases, frameworks or tools. Just point it to a directory and say what you need and you'll get your devenv. No more copying Vagrantfile and provisioning scripts around.
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
The eventual aim of SenSpace is to standardize auto scripting for functions to make it easier for AI algorithms to script automatically. This follows a simple grammer: GRAMMAR PHRASE SAY [object color action]. The parser than compiles your commands into formal ruby modules. Eventually I will be expanding this into its own independant scripting language seperate from Ruby.
minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply. == Features/Problems: * minitest/autorun - the easy and explicit way to run all your tests. * minitest/test - a very fast, simple, and clean test system. * minitest/spec - a very fast, simple, and clean spec system. * minitest/benchmark - an awesome way to assert your algorithm's performance. * minitest/pride - show your pride in testing! * minitest/test_task - a full-featured and clean rake task generator. * Incredibly small and fast runner, but no bells and whistles. * Written by squishy human beings. Software can never be perfect. We will all eventually die.