scripting
Here are 1,388 public repositories matching this topic...
-
Updated
Jun 2, 2021 - C++
-
Updated
May 27, 2021 - C++
-
Updated
Jan 8, 2021
-
Updated
Sep 15, 2019 - Swift
Get user input
It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!
Try Yaegi
-
Updated
May 18, 2021 - Objective-C
-
Updated
May 28, 2021 - Kotlin
-
Updated
Oct 24, 2020 - PowerShell
Hi,
Mun newbie here. I wanted to test the 0.3 on Windows but it seems there is a bug with it. Here What I did:
- I downloaded mun 0.3 for Windows using Github releases
- Unzipped
mun.exe
into a new directory on my desktop - Opened a terminal into this directory and typed
mun new mun-test
- Program ran but no file nor directory were created
- Run
mun --help
. Nothing happe
We should add a new Lua function, setVolumetricShadowsEnabled
, on the client-side only.
bool setVolumetricShadowsEnabled(bool state)
Returns true if successful, false otherwise
The volumetric shadows option can already be changed by the client in MTA Settings > Video > Volumetric Shadows.
Any server using this function will override the client's choice until they leave t
-
Updated
Jun 13, 2021 - Lua
-
Updated
Jun 10, 2021 - Python
-
Updated
May 7, 2021
Hey Max, jbang looks cool. Unfortunately, it seems that there's still a few wrinkles in terms of getting started.
On my Mac:
bash-3.2$ curl -Ls https://sh.jbang.dev | bash -s - app setup jbang
Downloading JBang...
Installing JBang...
Unmatched argument at index 2: 'jbang'
Usage: jbang app setup -o [-hV] [--force] [--fresh] [--[no-]java] --quiet
--verbose
Make
-
Updated
Mar 2, 2021 - C#
Description
Create a Script to return random YouTube videos. You may use YouTube Data v3 API to achieve the same.
Language
- Go
- Javascript
- Python
Cleanup the Cmake
The CMakeLists files of this project is kinda messy, mostly due to my limited understanding of the topic.
So they definitely need to be cleaned up at some point
-
Updated
Jun 10, 2021 - Python
Auto-formatter
It'd be very nice to have an auto-formatter for Rune which can take a source-snippet and format it properly.
-
Updated
Nov 5, 2020 - Java
-
Updated
Feb 25, 2021 - C++
Improve this page
Add a description, image, and links to the scripting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting topic, visit your repo's landing page and select "manage topics."
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.