The Wayback Machine - https://web.archive.org/web/20220104110330/https://github.com/topics/scripting-language
Skip to content
#

scripting-language

Here are 669 public repositories matching this topic...

pocketlang
ThakeeNathees
ThakeeNathees commented Jun 30, 2021

Currently, our math module isn't completely filled with necessary math functions, where you can contribute us by adding more math functions. This issue has reference on how to add log function to the math module.

How to implement

PR #154 has example on how to add log10 to the math module, which you can use as a reference to add log (base 2) function.

Finally

And don't forget

Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.
  • Updated Jan 3, 2022
  • Java
kossnikita
kossnikita commented Nov 20, 2021

Skript/Server Version

[23:57:24 INFO]: [Skript] Server Version: git-Paper-"81d89f6" (MC: 1.17.1)
[23:57:24 INFO]: [Skript] Skript Version: 2.6
[23:57:24 INFO]: [Skript] Installed Skript Addons:

No Addons

Bug Description

After calling the expression %timespan% (from|after) [the] [date] %date%, the date in the variable changes.

Expected Behavior

Executing `%timespa

Ark
SuperFola
SuperFola commented Nov 5, 2021

Is your feature request related to a problem? Please describe.
When you write (let gloublargh 12) (print gloublagrh) you will get an error "Unbound variable error (variable is used but not defined) ... gloublagrh" and it can be hard to spot the spelling mistake here.

Describe the solution you'd like
It would be interesting to suggest the nearest variable name, eg "unbound variable e

abs
odino
odino commented May 8, 2020

Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.

G'MIC is a full-featured open-source framework for image processing, providing several different user interfaces to convert/manipulate/filter/visualize generic image datasets, ranging from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images, including 2d color images. http://gmic.eu
  • Updated Jan 3, 2022
  • C++

Improve this page

Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."

Learn more