Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
15 results tagged scripting  ✕   ✕
ffmpeg for Artists: A Cookbook for Audio and Video Processing on the Command Line ... with Examples! https://hyaline.systems/blog/ffmpeg-for-artists/
Sun 16 Feb 2025 08:38:31 PM PST archive.org

A guide to using ffmpeg for artists. ffmpeg is a free tool that allows you to create, convert and manipulate video, really quickly and without opening a heavy GUI-based program. You can script it to make full use of it's power and convert folders of files for example. The following is a cookbook of handy examples I myself use to easily create videos for social media, websites, etcetera – mostly from a source material of audio files and/or photos.

archived cli tools audio video scripting filters editing visualization howto
bitsy by adam le doux https://bitsy.org/
Sat 18 Jan 2025 09:14:39 PM PST archive.org

Bitsy is a little engine for little games, worlds, and stories. The goal is to make it easy to make games where you can walk around and talk to people and be somewhere.

Bitsy games are composed of several rooms that your avatar can walk between. As your avatar walks around your Bitsy world they may interact with sprites (people, objects etc. that you can talk to) and items. Anything non-interactive in a room is called a tile, which is used for decoration. In Bitsy you create your sprites, items, tiles, and behaviour such as dialog and transitions between rooms in different tools from the toolbar, and then put them all together inside the room tool. Has its own scripting engine.

At any point you can download your game to play it outside of the Bitsy editor.

itch.io: https://ledoux.itch.io/bitsy

GitHub: https://github.com/le-doux/bitsy

games editors engines fun pixels scripting javascript
XAMPP: Apache + MariaDB + PHP + Perl https://www.apachefriends.org/
Thu 09 Jan 2025 10:38:11 AM PST archive.org

XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.

The goal of XAMPP is to build an easy to install distribution for developers to get into the world of Apache. To make it convenient for developers, XAMPP is configured with all features turned on. In the case of commercial use please take a look at the product licenses, from the XAMPP point of view commercial use is also free. There are currently distributions for Windows, Linux, and OS X.

software portable webservers databases scripting languages windows crossplatform
EXiGY: Let's make Shareware again! https://exigy.org/
Tue 10 Dec 2024 07:09:08 PM PST archive.org

If you've tried to build something in Godot or Unity, you know how frustrating these IDEs are for beginners. They're built around 3D engines, and making simple 2D games is like pulling teeth. On the other hand, completely visual IDEs like Scratch are a misery to work with due to their inflexible design. Fantasy consoles are like PICO-8 and TIC-80 are fantastic, but they're really geared towards Game Boy Color-sized experiences.

We need a middle-ground for making hi-res 2D stuff again. An IDE that's as easy to use as Visual Basic, that lets you drag'n'drop window elements and game objects with ease. An IDE that doesn't require watching 25 hours of crappy Youtube coding tutorials to render a hello world scene. We had all of this in the mid-90s, and we forgot how much user interfaces mattered for the average kid who just wanted to goof around and make stuff. Something as easy as HyperCard, but as robust as Visual Basic.

EXiGY rolls up the all of the above experiences into a single package: make games the way they were made in the mid-90s, by dragging and dropping objects into a window, programming some behaviour into those objects, and clicking the Run button. It's like ZZT with tile graphics instead of ASCII. EXiGY is a game engine, IDE, and construction kit, all rolled up into a tiny package.

RSS feed: https://exigy.org/rss.xml

retrogaming ide games ui 2d scripting lua crossplatform proceduralgeneration animation multiplayer
You don't know Bash: An introduction to Bash arrays https://opensource.com/article/18/5/you-dont-know-bash-intro-bash-arrays
Wed 21 Aug 2024 11:25:30 AM PDT archive.org

How to use arrays in shell scripts.

bash scripting arrays
bobbyiliev/introduction-to-bash-scripting https://github.com/bobbyiliev/introduction-to-bash-scripting
Tue 23 Jul 2024 12:44:10 PM PDT archive.org

This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things.

The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting.

You can read the book as Markdown files, or download the PDFs (probably easier).

Multiple languages: German, English, Spanish, French, Hindi, Portuguese

bash scripting free ebooks pdf sysadmin
Decker by Internet Janitor https://internet-janitor.itch.io/decker
Sat 07 Jan 2023 03:31:07 PM PST archive.org

Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior. It draws strong influence from HyperCard, as well as more modern "no-code" or "low-code" creative tools like Twine and Bitsy. If Jupyter Notebooks are a digital lab notebook, think of Decker as a stack of sticky notes.

Decker provides a scripting language called Lil, which is easy to learn but highly expressive. Simple things are easy, and complex things are possible.

Decker understands tabular data. You can use  Lil to perform SQL-like queries on tables and import or export CSV files.

Github: https://github.com/JohnEarnest/Decker

webapps software multimedia environments hypertext scripting opensource
onceupon/Bash-Oneliner https://github.com/onceupon/Bash-Oneliner
Thu 12 May 2022 07:21:59 PM PDT archive.org

A collection of handy Bash One-Liners, hotkeys, and terminal tricks for data processing and Linux system maintenance.

bash shell tips tricks keys sysadmin awesome scripting
micha/resty https://github.com/micha/resty
Fri 18 Mar 2022 11:49:54 AM PDT archive.org

Resty provides a simple, concise shell interface for interacting with REST services. Since it is implemented as functions in your shell and not in its own separate command environment you have access to all the usual shell tools. Cookies are supported automatically and stored in a file locally. Most of the arguments are remembered from one call to the next to save typing. It has pretty good defaults for most purposes. Additionally, resty allows you to easily provide your own options to be passed directly to curl, so even the most complex requests can be accomplished with the minimum amount of command line pain.

Implemented as a shell script that you source: . /path/to/resty

Basically, Resty lets you treat HTTP requests to a REST API like a series of CLI commands.

script bash http rest api commands scripting
Take control of your data with associative arrays in Bash https://opensource.com/article/20/6/associative-arrays-bash
Sun 25 Apr 2021 02:49:51 PM PDT archive.org

Associative arrays (hash tables) in bash.

scripting shell bash hashtables article
Read and Write Files with Bash https://opensource.com/article/21/3/input-output-bash
Sun 25 Apr 2021 02:48:17 PM PDT archive.org
article bash scripting files howto
man 1 ash https://linux.die.net/man/1/ash
Sun 25 Apr 2021 02:42:41 PM PDT archive.org

The manpage for the ASH shell.

documentation shell ash scripting
XXIIVV — lain https://wiki.xxiivv.com/site/lain.html
Thu 03 Dec 2020 10:39:03 AM PST archive.org

Lain is a LISP dialect used as a templating and scripting engine.

language lain lisp templates scripting embedded
The Ren'Py Visual Novel Engine http://www.renpy.org/
Tue 20 Mar 2018 12:25:38 AM PDT archive.org

Ren'Py is a game engine written in Python which makes it easy to develop certain kinds of games, namely, manga-style visual novels, turn-based battle games, space opera games, and point-and-click games similar to the old-school Lucasarts games (Maniac Mansion, et al) by incorporating Python development into the game authoring process. Incorporates a scripting engine to lay out the game, lets you use any or all of the Python sound and graphics libraries to implement the audiovisual content. Includes its own visual development environment (IDE) for implementing your game.

sound engine foss gamedev python visual development programming games storytelling graphics ide scripting
Sending Secure Broadcast Messages with Signal | n8fr8's open ideals https://nathan.freitas.net/2017/02/13/sending-secure-broadcast-messages-with-signal/
Mon 19 Mar 2018 11:45:57 PM PDT archive.org

A script which uses the Signal CLI utility to send secure messages.

cli script signal messages exocortex leandra scripting utilities
6375 links, including 417 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn