Skip to content

Instantly share code, notes, and snippets.

View shoogle's full-sized avatar

Peter Jonas shoogle

View GitHub Profile
@shoogle
shoogle / uncrustify.cfg
Last active March 4, 2020 16:57 — forked from lasconic/uncrustify.cfg
Uncrustify configuration file for MuseScore. Works with Uncrustify 0.66.1 (released November 2017) and later.
# Uncrustify 0.66.1
#
# General options
#
# The type of line endings
newlines = auto # auto/lf/crlf/cr
# The original size of tabs in the input
@shoogle
shoogle / musescore_build.sh
Last active February 2, 2020 01:19
Cross-platform script to build MuseScore on Windows, Mac or Linux
#!/usr/bin/env bash
source "path_functions.sh" # Bash-Essential-Functions: FilePaths module (BEF-FP)
# Cross-platform symlink function.
function symlink() {
if [[ "$1" == "-s" ]]; then
shift
fi
local target="$1" name="$2"
@shoogle
shoogle / pdf-from-images.sh
Last active October 14, 2018 03:20
Produce a PDF document from scanned images
#!/usr/bin/env bash
# pdf-from-images.sh is licensed under the MIT License (a.k.a. the "Expat
# License"), details of which are below. Comments and code contributions are
# welcome at <https://gist.github.com/shoogle/3dc1604e4930f07523728d3795a66ec8>
#
# MIT License
#
# Copyright (c) 2018 Peter Jonas
#
@shoogle
shoogle / musescore-nightly-master.json
Last active July 8, 2018 01:45
MuseScore Nightly Master: Scoop app manifest for MuseScore nightly builds on Windows
{
"description": "Nightly Builds of MuseScore's master development branch.",
"homepage": "https://musescore.org/",
"version": "2018-07-07-0956-master-d95727b",
"license": "GPL-2.0-only",
"url": "https://ftp.osuosl.org/pub/musescore-nightlies/windows/MuseScoreNightly-2018-07-07-0956-master-d95727b.7z",
"hash": "39524ace2a4cddc25b39802a78976ef50f6aa655f45563f0115fe3b44f32b314",
"extract_dir": "MuseScoreNightly",
"bin": [
[
@shoogle
shoogle / qt-without-xcode.md
Last active February 16, 2024 22:40
Qt without XCode - how to use Qt Creator for macOS software development without installing XCode

Qt without Xcode

How to use Qt Creator for software development on macOS without having to install Xcode

Justification

Qt refuses to install on macOS unless Apple's Xcode is installed beforehand. This is unfortunate because: