To split sounds for usage in Second Life.
- Gwyneth Llewelyn (20220608)
Your mileage may wary.
/* | |
This CSS contains a modified version of Bootstrap's CSS | |
Bootstrap's License can be found here: https://github.com/twbs/bootstrap/blob/main/LICENSE | |
This CSS contains the Nord color scheme made by Arctic Ice Studio & Sven Greb | |
Nord's License can be found here: https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md | |
The modifications to Bootstrap's CSS were done by SaberTooth Studios Games | |
The github repository containing the source code of this CSS can be found here: https://github.com/SaberTooth-Studios/NordTheme-Bootstrap/ |
#!/usr/bin/env bash | |
# Takes a directory as parameter and converts everything inside it | |
# from M4A to MP3, respecting the bitrate, and creating a directory | |
# for the converted files. | |
# | |
# MIT Licensed by Gwyneth Llewelyn (2022) | |
# | |
# Based on https://superuser.com/a/1211902/127382 by @jbowman (2017) |
<?php | |
/* | |
Plugin Name: Change Email From Admin Address | |
Description: A way to get rid of email coming from the wrong address that will cause problems with spam filters. | |
Author: Clifford Paulick | |
Version: 1.0 | |
Author URI: https://wpmudev.com/blog/wordpress-email-settings/ | |
*/ | |
/* |
# !/bin/sh | |
# | |
# date2exifdate shell script | |
# (tested on bash only) | |
# (c) 2022 by Gwyneth Llewelyn. Most rights reserved. | |
# | |
# Licensed under a MIT License (see https://gwyneth-llewelyn.mit-license.org/) | |
# | |
# | |
# Purpose: Change the modification date of a PSD file to the EXIF data within |
Suppose you need to do a copy & paste of a conversation you had on Twitter to send it by email. Unfortunately, it's very hard to copy & paste it in toto from either the app or the web. Twitter makes it as hard as possible to do so, especially if you wish the whole conversation.
Conversations are conveniently stored as JSON files, but... you need to get access to them. One possible way to do so is the following:
jq
is installedrecipientId
)direct-messages.js
so that it reads// See this in action: https://go.dev/play/p/mA3RRGhyZRe | |
// Read more about it: https://bitfieldconsulting.com/golang/filesystems#generalising-the-file-counter (scroll down a bit) | |
// | |
// The following code excerpt is placed in the Public Domain (CC0) by Gwyneth Llewelyn (2023) | |
package main | |
import ( | |
"fmt" | |
"io/fs" |
// To run this on the Go Playground: https://go.dev/play/p/9na7SU0ExdD | |
package main | |
import "fmt" | |
func main() { | |
country := "PT" | |
fmt.Printf("%s — Decimal: %d %d Hex: %#[1]x %#x\n", country, rune(country[0]), rune(country[1])) |
A Pen by Gwyneth Llewelyn on CodePen.
This requires recode
to be installed (brew install recode
or apt install recode
).
The example shows HTML files only. Adjust as required.
*.htm
or *.html
.file
.