Open-Source Software Licenses
Dinner Coding Time uses select open-source projects, libraries, tools, etc. in order to make sure everything works smoothly. Some projects might require attribution and some may not, but either way it's polite to include it. All projects used are linked below!
chevrotain-java
chevrotain-java lets us parse the Java code, making code intelligence and pretty highlighting possible. You
can find it here.
The copy used has minor modifications in order to run a WebWorker
for performance.
chevrotain-java is
available under a Apache 2.0 license, available here
Twemoji
For emoji on the homepage testemonials, we use Twemoji! Twemoji is an amazing project from Twitter that makes standard emojis available on the web! Twemoji is available under a CC-BY 4.0 license, available here
SaramaJS
SaramaJS parses Python code, allowing code intelligence to be expanded to Python. The copy of SaramaJS used
on DCT has minor modifications in
order to run in a WebWorker
environment. It is available under a
(modified) MIT license, available here.