diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f136e6 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# mudc + +![](https://img.shields.io/badge/written%20in-C%2B%2B%2C%20Javascript-blue) + +An interactive javascript environment based on TinyJS. + +Includes libraries for HTTP, NMDC, Twitter, SABnzbd+, Cleverbot, and uTorrent support. + +Contains an ad-hoc implementation of half of curses/readline for a console user interface. + +Included samples: +- Banner text for NMDC +- NMDC/Twitter integration +- Chat bot for NMDC based on Cleverbot +- uTorrent and SABnzbd+ bots for NMDC + +Source code and API documentation included in download. + +As TinyJS is made available under the LGPL, the (trivial) modifications to build it as a standalone library were previously available https://code.google.com/p/tinyjs-dll/ but have since been removed. The source code bundle includes all modifications and additional (standard ECMA) functions added to the interpreter. + +This eventually superceded a number of previous standalone projects related to NMDC. + +Tags: nmdc + + +## Download + +- [⬇️ mudc-1.4.7z](dist-archive/mudc-1.4.7z) *(120.46 KiB)* +- [⬇️ mudc-1.3.7z](dist-archive/mudc-1.3.7z) *(94.75 KiB)* +- [⬇️ mudc-1.2.rar](dist-archive/mudc-1.2.rar) *(98.43 KiB)* +- [⬇️ mudc-1.1.rar](dist-archive/mudc-1.1.rar) *(94.16 KiB)* +- [⬇️ mudc-1.0.rar](dist-archive/mudc-1.0.rar) *(132.38 KiB)* diff --git a/dist-archive/mudc-1.0.rar b/dist-archive/mudc-1.0.rar new file mode 100644 index 0000000..abdad96 Binary files /dev/null and b/dist-archive/mudc-1.0.rar differ diff --git a/dist-archive/mudc-1.1.rar b/dist-archive/mudc-1.1.rar new file mode 100644 index 0000000..6f0e23a Binary files /dev/null and b/dist-archive/mudc-1.1.rar differ diff --git a/dist-archive/mudc-1.2.rar b/dist-archive/mudc-1.2.rar new file mode 100644 index 0000000..f5a9c5d Binary files /dev/null and b/dist-archive/mudc-1.2.rar differ diff --git a/dist-archive/mudc-1.3.7z b/dist-archive/mudc-1.3.7z new file mode 100644 index 0000000..1147235 Binary files /dev/null and b/dist-archive/mudc-1.3.7z differ diff --git a/dist-archive/mudc-1.4.7z b/dist-archive/mudc-1.4.7z new file mode 100644 index 0000000..3ef0e36 Binary files /dev/null and b/dist-archive/mudc-1.4.7z differ diff --git a/doc/mudc_screenshot.jpg b/doc/mudc_screenshot.jpg new file mode 100644 index 0000000..9adf7b6 Binary files /dev/null and b/doc/mudc_screenshot.jpg differ