並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 42件

新着順 人気順

scriptingの検索結果1 - 40 件 / 42件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

scriptingに関するエントリは42件あります。 githubshellProgramming などが関連タグです。 人気エントリには 『GitHub - terrastruct/d2: D2 is a modern diagram scripting language that turns text to diagrams.』などがあります。
  • GitHub - terrastruct/d2: D2 is a modern diagram scripting language that turns text to diagrams.

    vars: { d2-config: { layout-engine: elk # Terminal theme code theme-id: 300 } } network: { cell tower: { satellites: { shape: stored_data style.multiple: true } transmitter satellites -> transmitter: send satellites -> transmitter: send satellites -> transmitter: send } online portal: { ui: {shape: hexagon} } data processor: { storage: { shape: cylinder style.multiple: true } } cell tower.transmit

      GitHub - terrastruct/d2: D2 is a modern diagram scripting language that turns text to diagrams.
    • Scripting with Go — Bitfield Consulting

      The Unix shell is pure wizardry. With the right incantation of shell spells, you can organise files, process text, compute data, and feed the output of any program to the input of any other. We might even say, paraphrasing Clarke’s Third Law: Any sufficiently clever shell one-liner is indistinguishable from magic. In this article we’ll explore a package called script that aims to sprinkle some Uni

        Scripting with Go — Bitfield Consulting
      • BigQuery Scriptingの便利な使い方をまとめてみた - yasuhisa's blog

        背景 & Disclaimer 自分自身はこれまでBigQuery Scriptingをほぼ使っていませんでした BigQuery自体は3年くらいの利用歴 SQL単発で済ませるのが苦しそうな場合は、Pythonなどのプログラミング言語 + ワークフローエンジンの組み合わせで戦っており、自分としては特に困っていなかった 社内で他の方が使うケースをぼちぼち見ることがある 自分は困っていなくても、社内のBigQueryユーザーでBigQuery Scriptingを使っていて困っている人がそれなりにいる 著者はそれなりのBigQueryユーザーがいる企業のデータ基盤の人間です さすがに「使ったことないので、分からないですねー」で済ませるわけにはいかなくなってきた そもそもどんなユースケースで便利なのかすらも分かっていない状態なので、便利そうに思える場合をまとめてみることにしました というわけで、

          BigQuery Scriptingの便利な使い方をまとめてみた - yasuhisa's blog
        • Next Steps: Scripting with TypeScript

          Important Just getting started with JavaScript? Check out Introduction to Scripting to learn the basics of creating a simple behavior pack using JavaScript fundamentals. Once you're comfortable with the JavaScript fundamentals and concepts, this article will help you use TypeScript with Minecraft for more complex customization. TypeScript is a structured dialect of JavaScript that can help you fin

            Next Steps: Scripting with TypeScript
          • Hypershell: A Type-Level DSL for Shell-Scripting in Rust | Context-Generic Programming

            Discuss on Reddit, Lobsters, and Hacker News. Summary I am thrilled to introduce Hypershell, a modular, type-level domain-specific language (DSL) for writing shell-script-like programs in Rust. Hypershell is powered by context-generic programming (CGP), which makes it possible for users to extend or modify both the language syntax and semantics. Table of Contents Estimated reading time: 1~2 hours

              Hypershell: A Type-Level DSL for Shell-Scripting in Rust | Context-Generic Programming
            • GitHub - bobbyiliev/introduction-to-bash-scripting: Free Introduction to Bash Scripting eBook

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - bobbyiliev/introduction-to-bash-scripting: Free Introduction to Bash Scripting eBook
              • GitHub - buzz-language/buzz: 👨‍🚀 buzz, A small/lightweight statically typed scripting language

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - buzz-language/buzz: 👨‍🚀 buzz, A small/lightweight statically typed scripting language
                • GitHub - pedroCabrera/PyFlow: Visual scripting framework for python

                  Base structure of program implemented, such things as packages discovery, input customization, exporters, base classes for entities and tools. You can completely remove nodes and tools that ships by default and start your own library from scratch. You can evaluate programs without running user interface. We have simple CLI interface and setup.py script. Expectedly, we faced problems with our runti

                    GitHub - pedroCabrera/PyFlow: Visual scripting framework for python
                  • GitHub - pocketpy/pocketpy: Portable Python 3.x Interpreter in Modern C for Game Scripting

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - pocketpy/pocketpy: Portable Python 3.x Interpreter in Modern C for Game Scripting
                    • Rubyist - Ruby Scripting App - App Store

                      Rubyist allows you to run Ruby code on your iPhone and iPad using the MRuby VM. Run code directly in the app or via the Shortcuts app or Siri commands. Features: - Run Ruby code directly on your device - Built-in documentation viewer - Editor with ruby syntax highlighting - Code Autocomplete - Run Ruby directly in Shortcuts - Build your own Siri commands in Ruby. - Display native alerts and inputs

                        Rubyist - Ruby Scripting App - App Store
                      • Advanced Shell Scripting Techniques: Automating Complex Tasks with Bash

                        Advanced Shell Scripting Techniques: Automating Complex Tasks with Bash Post author: Omid Farhang Post published: June 19, 2024 Reading Time: 5 min Word Count: 980 words Bash scripting, a cornerstone of Unix and Linux system administration, offers powerful tools to automate repetitive tasks, streamline workflows, and handle complex operations. For those already comfortable with basic scripting, di

                          Advanced Shell Scripting Techniques: Automating Complex Tasks with Bash
                        • Shell scripting with Node.js

                          Why should I read this book? This book is about shell scripting with Node.js. You will learn: How Node.js works: Its foundations: its architecture, its event loop, etc. Its API: How to use its global variables and modules. What npm packages (the de-facto standard for JavaScript packages) are. How to use npm (the package manager bundled with Node.js) to: Install and manage packages. Create and publ

                          • GitHub - arturo-lang/arturo: Simple, expressive & portable programming language for efficient scripting

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - arturo-lang/arturo: Simple, expressive & portable programming language for efficient scripting
                            • mruby on C#: From VM Implementation to Game Scripting (RubyKaigi 2026)

                              RubyKaigi 2026 Day1 https://rubykaigi.org/2026/presentations/hadashiA.html What if mruby could run anywhere—without any C compilation? I built MRuby…

                                mruby on C#: From VM Implementation to Game Scripting (RubyKaigi 2026)
                              • BigQueryのシャーディングテーブル(日付別テーブル)でフルスキャンを避ける方法 with BigQuery Scripting & dbt - yasuhisa's blog

                                SQLをレビューしていて、シャーディングテーブル(日付別テーブル)をサブクエリを使ってフィルタしているものがあった。BigQureyのシャーディングテーブルはWHERE句で日付の条件を書いてやるとスキャン範囲を限定することができるので便利ではあるが、サブクエリを使うなど定数でないものが入るとフルスキャンが走ってしまう。 このように書くことによって、スキャン量は from_date ~ to_date までのテーブルしかスキャンしないので全tableのスキャンすることを防ぐことができます。 しかし、このワイルドカードテーブルへのクエリにサブクエリなどの定数式でない条件を使ってしまうと、途端にフルスキャンを行ってしまいます. このこと自体は覚えていたものの「じゃあ、具体的にどうやって回避すればいいの?」というのをぱっと言語化できなかったので、ちょっとまとめておく。 ちなみに、サブクエリを使って

                                  BigQueryのシャーディングテーブル(日付別テーブル)でフルスキャンを避ける方法 with BigQuery Scripting & dbt - yasuhisa's blog
                                • Visual Scripting For The Web | G-Script

                                  G-Script is your everyday toolkit for connecting software via the Internet. Whether you're an IT Admin, Independant Web-Agency, or a Home Automation Hacker... G-Script is the glue that holds all your apps and tools together.

                                    Visual Scripting For The Web | G-Script
                                  • GitHub - ichiban/prolog: The only reasonable scripting engine for Go.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - ichiban/prolog: The only reasonable scripting engine for Go.
                                    • GitHub - coder-mike/microvium: A compact, embeddable scripting engine for applications and microcontrollers for executing programs written in a subset of the JavaScript language.

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - coder-mike/microvium: A compact, embeddable scripting engine for applications and microcontrollers for executing programs written in a subset of the JavaScript language.
                                      • Rhai – Embedded Scripting for Rust

                                        Embedded scripting language and engine for Rust A small, fast, easy-to-use scripting language and evaluation engine that integrates tightly with Rust. Builds for most common targets including no-std and WASM.

                                        • GitHub - silverbulletmd/silverbullet: An open source personal productivity platform built on Markdown, turbo charged with the scripting power of Lua

                                          SilverBullet is a Programmable, Private, Browser-based, Open Source, Self Hosted, Personal Knowledge Management Platform. Yowza! That surely is a lot of adjectives to describe a browser-based Markdown editor programmable with Lua. Let’s get more specific. In SilverBullet you keep your content as a collection of Markdown Pages (called a Space). You navigate your space using the Page Picker like a t

                                            GitHub - silverbulletmd/silverbullet: An open source personal productivity platform built on Markdown, turbo charged with the scripting power of Lua
                                          • GitHub - vtereshkov/umka-lang: Umka: a statically typed embeddable scripting language

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - vtereshkov/umka-lang: Umka: a statically typed embeddable scripting language
                                            • GitHub - gue-ni/redstart: A Lisp Interpreter for Linux Shell Scripting, written in C++.

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - gue-ni/redstart: A Lisp Interpreter for Linux Shell Scripting, written in C++.
                                              • Common Lisp for shell scripting - simonsafar.com

                                                ... let's use SBCL instead of bash!. Objective Shell scripts are... just programs. Written in a rather ugly programming language, that was nevertheless designed to be as similar to actual UNIX command invocations as possible (given how it is actual UNIX command invocations for the most part). Using any other language (e.g. Python) definitely comes with some downsides: if most of what you're doing

                                                • GitHub - aiscript-dev/aiscript: 🔋 A lightweight scripting language runing on JavaScript

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - aiscript-dev/aiscript: 🔋 A lightweight scripting language runing on JavaScript
                                                  • GitHub - microsoft/genaiscript: Automatable GenAI Scripting

                                                    Programmatically assemble prompts for LLMs using JavaScript. Orchestrate LLMs, tools, and data in code. JavaScript toolbox to work with prompts Abstraction to make it easy and productive Seamless Visual Studio Code integration or flexible command line Built-in support for GitHub Copilot and GitHub Models, OpenAI, Azure OpenAI, Anthropic, and more 📄 Read the ONLINE DOCUMENTATION at microsoft.githu

                                                      GitHub - microsoft/genaiscript: Automatable GenAI Scripting
                                                    • 今月もWindows Update後にプリントサーバからプリントできない | Fun Scripting 2.0

                                                      先月さんざん苦しめられ、その顛末を記事にしたらPV激増してびっくりした「 Windows Update 後に プリントサーバ から プリントできない 」シリーズ、まさか今月もまたハマるとは思いませんでした。今回はプリントサーバ側の対処のみでは解消しないPCもあり、不本意ながらクライアント側での対処にも踏み込みました。 現象 社内LANのネットワークプリンタをWindows Server 2012 R2仮想マシンに登録・共有し、プリントサーバとして運用しています。10月15日の朝、プリント出来ないとの報を受け、手元のWindows 10マシンでプリントサーバを開いてプリンタを登録しようとしてみると、図1のようなエラーが出ました。エラー番号は以下の複数の番号を確認。 0x00000040 0x00000709 0x80004005 クライアントPCがプリントサーバを介さず、ネットワークプリンタ

                                                        今月もWindows Update後にプリントサーバからプリントできない | Fun Scripting 2.0
                                                      • GitHub - rhaiscript/rhai: Rhai - An embedded scripting language for Rust.

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - rhaiscript/rhai: Rhai - An embedded scripting language for Rust.
                                                        • GitHub - k1LoW/github-script-ruby: Write workflows scripting the GitHub API in Ruby

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - k1LoW/github-script-ruby: Write workflows scripting the GitHub API in Ruby
                                                          • 新しくなったTVerへyt-dlpを対応させる [2022年春] | Fun Scripting 2.0

                                                            2022年4月にTVerのサイトリニューアルに伴い、youtube-dl派生ダウンローダ、yt-dlpによるダウンロードが異常終了するようになりました。直後からGitHubページでは新TVer対応が早くも始まっていたので、Pythonで組まれているソースをダウンロードして試してみました。 TVerリニューアル 2022年4月1日よりTVerサイトデザインが大幅に変わりました。これまでジャンルごとにカテゴリページが設けられていましたが、

                                                              新しくなったTVerへyt-dlpを対応させる [2022年春] | Fun Scripting 2.0
                                                            • Prig: like AWK, but uses Go for "scripting"

                                                              Prig: like AWK, but uses Go for “scripting” February 2022 Summary: The article describes Prig, my AWK-like tool that uses Go as the scripting language. I compare Prig with AWK, then dive into how Prig works, and finally look briefly at Prig’s Sort and SortMap builtins (which use Go’s new generics if Go 1.18 is available). Go to: Prig vs AWK | Go output | Testing | Generics | Conclusion In a recent

                                                              • OpenWRTのWiFi WDS機能で無線LANのないデバイスでもWiFi接続 | Fun Scripting 2.0

                                                                Wi-Fi extender / repeater / bridge configuration If supported by both devices, consider using WDS, Layer 2 GRE tunnels (“gretap”), or mesh networking. Using relayd as instructed in this article isn't guaranteed to work with all Openwrt compatible devices or wifi networks.

                                                                  OpenWRTのWiFi WDS機能で無線LANのないデバイスでもWiFi接続 | Fun Scripting 2.0
                                                                • GitHub - volution/z-run: z-run -- scripting library lightweight Go-based tool

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - volution/z-run: z-run -- scripting library lightweight Go-based tool
                                                                  • Scripting Japan

                                                                    Five Things I Recently Learned About Japanese: Episode 10 Did you know that I don’t know everything there is to know about Japanese? I know, I’m surprised too. They actually let people get PhDs without checking if they know everything there is to know these days, what a world! Here’s another secret: if I don’t write things down, I sometimes forget them. Another unconscionable… Japanese Slang Revie

                                                                      Scripting Japan
                                                                    • Lil: A Scripting Language

                                                                      Lil: A Scripting LanguageLil is part of the technology that powers Decker, a multimedia creative tool inspired by HyperCard. Decker uses Lil for adding custom behavior to decks and the widgets within. Lil is designed to be learned in layers, but it is a richly multi-paradigm language which incorporates ideas from imperative, functional, declarative, and vector-oriented languages. on mode a do # li

                                                                      • GitHub - racket/zuo: A tiny Racket for scripting

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - racket/zuo: A tiny Racket for scripting
                                                                        • Introducing Roto: A Compiled Scripting Language for Rust

                                                                          By Terts Diepraam We are working on an embedded scripting language for Rust. This language, called Roto, aims to be a simple yet fast and reliable scripting language for Rust applications. The need for Roto comes from Rotonda, our BGP engine written in Rust. Mature BGP applications usually feature some way to filter incoming route announcements. The complexity of these filters often exceed the cap

                                                                            Introducing Roto: A Compiled Scripting Language for Rust
                                                                          • Generative AI Scripting

                                                                            Programmatically assemble prompts for LLMs using JavaScript. Orchestrate LLMs, tools, and data in a single script. JavaScript toolbox to work with prompts Abstraction to make it easy and productive Seamless Visual Studio Code integration or flexible command line Built-in support for GitHub Copilot and GitHub Models, OpenAI, Azure OpenAI, Anthropic, and more

                                                                            • Scripting with Go: a 400-line Git client that can create a repo and push itself to GitHub

                                                                              Scripting with Go: a 400-line Git client that can create a repo and push itself to GitHub July 2023 Go to: Tech summary | Error handling | Performance | vs Python | Conclusion A few years ago I wrote pygit, a small Python program that’s just enough of a Git client to create a repository, add some commits, and push itself to GitHub. I wanted to compare what it would look like in Go, to see if it wa

                                                                              • PaSh: Light-touch Data-Parallel Shell Scripting

                                                                                Overview PaSh aims at the correct and automated parallelization of POSIX shell scripts. Broadly, PaSh includes three components: (1) a compiler that, given as input a POSIX shell script, emits a POSIX shell script that includes explicit data-parallel fragments for which PaSh has deemed such parallelization semantics-preserving, (2) a set of PaSh-related runtime primitives for supporting the execut

                                                                                • GitHub - tepreece/drumscript: A simple MIDI drum machine scripting language

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - tepreece/drumscript: A simple MIDI drum machine scripting language

                                                                                  新着記事