-
Updated
Jan 7, 2022 - C++
scripting-language
Here are 685 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
Feb 25, 2022 - Java
-
Updated
Mar 10, 2022 - Rust
-
Updated
Feb 23, 2022 - Rust
-
Updated
Feb 20, 2021 - Go
-
Updated
Jun 27, 2019 - Go
-
Updated
Mar 13, 2022 - Go
-
Updated
Jan 20, 2022
-
Updated
Mar 12, 2022 - Java
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Sep 9, 2020
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Feb 10, 2022 - C
-
Updated
Feb 9, 2022 - Java
-
Updated
Feb 24, 2022 - Rust
-
Updated
Nov 12, 2021 - Java
Suggestion
Hello,
I do not seem to find this expression/condition in Skript at all, meaning I cannot check for mutually-exclusive enchantments on an item before adding a new vanilla enchantment to it
hasConflictingEnchant
boolean hasConflictingE
-
Updated
Mar 9, 2022 - C
-
Updated
Jan 4, 2021 - Swift
- (repl:toFile filename) to store the expressions (+ results in comments) in a given file
- (repl:reset) to reset the VM state and start from something fresh
- consider key bindings
-
Updated
Mar 12, 2022 - C++
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.
-
Updated
Mar 11, 2022 - C++
-
Updated
Jan 26, 2018 - C#
-
Updated
Jan 15, 2019 - PowerShell
-
Updated
Dec 20, 2018 - Go
-
Updated
Oct 20, 2021 - 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.
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."
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 addlog
(base 2) function.Finally
And don't forget