scripting
Here are 1,760 public repositories matching this topic...
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
-
Updated
May 21, 2022 - C++
Clipboard manager with advanced features
-
Updated
May 30, 2022 - C++
CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
-
Updated
May 28, 2022 - Python
Unreal.js: Javascript runtime built for UnrealEngine
-
Updated
May 22, 2022
Making it easy to write shell-like scripts in Go
-
Updated
May 26, 2022 - Go
Create native Mac applications from command line scripts.
-
Updated
Feb 15, 2022 - Objective-C
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts
-
Updated
Sep 15, 2019 - Swift
Scripting enhancements for Kotlin
-
Updated
May 28, 2022 - Kotlin
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
-
Updated
Oct 1, 2021 - PowerShell
Issue #110 introduced type aliases to Mun - on a file-level. We want to extend this, such that - similar to Rust - Mun can support type aliases in a local scope:
type OtherTypeName = i32;
fn main() {
type Typename = OtherTypeName; // Type alias in local scope
let a: TyDescription
Up till now, nearly 65+ Contributors have contributed to Rotten Scripts with more than 400+ Pull Requests created and 350+ Issues created. I want to better understand on how easy has the contributions been for the Contributors.
Since the Project has been a part of many Open-Source Programs, I need to understand how many PRs have been merged and how many PRs were closed. You
I am running on Windows 10 using Windows Terminal Preview (version 1.8.1032.0) and Git bash (i.e. Windows Terminal executes "<GIT_HOME>\usr\bin\bash.exe" --login -i). I have Jbang 0.70.0 installed and when I delete all files in ~/.jbang/bin and then run jbang app install gavsearch@jbangdev it creates gavsearch.cmd and gavsearch.ps1 but no jbang.sh:
knutw@WIN10-KNUT MSYS /cDescribe the bug
setSoundEffectParameters doesn't work in onClientSoundEvent, because the underlaying BASS handle isn't created at that point, only a frame later.
https://discord.com/channels/801330706252038164/801411628600000522/944225468167634975
I looked into it, and found out that the handle isn't even created at the point the event is called:
https://github.com/multitheftauto/mt
Auto-formatter
It'd be very nice to have an auto-formatter for Rune which can take a source-snippet and format it properly.
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
-
Updated
May 30, 2022 - Lua
A list of embedded scripting languages
-
Updated
Jan 20, 2022
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.
-
Updated
May 26, 2022 - C#
Scripting platform, modding framework and VR support for all RE Engine games
-
Updated
May 29, 2022 - C++
Web UI for your scripts with execution management
-
Updated
May 4, 2022 - Python
A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
-
Updated
Mar 9, 2022 - 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
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."


Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,