Skip to content

Instantly share code, notes, and snippets.

View Maxr1998's full-sized avatar

Max Rumpf Maxr1998

View GitHub Profile
@jeremy-prater
jeremy-prater / studio7_linux_conversion.sh
Created June 23, 2016 22:26 — forked from rafaelcorsi/AtmelStudio7-make-to-linux.sh
Convert Atmel Studio 7 generated makefile (windows paths) to linux, so you can compile your project from linux
#!/bin/sh
# Rafael Corsi
# [email protected]
#
# Script to convert makefile generate from atmel studio 7 (windows)
# to linux path, assuming that you have gcc on PATH
#
# based on https://gist.github.com/theterg/6082389
# GPL
@nmschulte
nmschulte / nfsn.api.sh
Last active January 29, 2023 23:04
NearlyFreeSpeech.NET API request "library", in pure shell (requires sha1sum and curl)
#!/usr/bin/env sh
# Copyright © 2022 Nathan Schulte
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
# nfsn.api.sh --
@kolen
kolen / eac_log_to_musicbrainz_discid.py
Last active January 12, 2024 22:23
Reads EAC log, generates musicbrainz disc TOC listing for use as discid. Opens browser with discid query on musicbrainz.org.
#!/usr/bin/python
"""
Reads EAC log, generates musicbrainz disc TOC listing for use as discid.
Opens browser with discid query on musicbrainz.org.
Warning: may work wrong for discs having data tracks. May generate wrong results on other non-standard cases.
MIT License
Copyright (c) 2018 Konstantin Mochalov