Skip to content

Instantly share code, notes, and snippets.

View AndreSchwarzer's full-sized avatar

André Schwarzer AndreSchwarzer

View GitHub Profile
@AndreSchwarzer
AndreSchwarzer / sdrangel.rb.diff
Last active January 13, 2024 13:05
sdrangel macOS M1 / M2 ARM
# Documentation: https://docs.brew.sh/Formula-Cookbook
# https://rubydoc.brew.sh/Formula
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class Sdrangel < Formula
desc ""
homepage ""
url "https://github.com/f4exb/sdrangel/archive/refs/tags/v7.15.4.tar.gz"
sha256 "990528f539c8e21f9af88c4c41adc69135ce6fc04298ac6dd4406a417ebd485d"
license ""
@AndreSchwarzer
AndreSchwarzer / .env
Last active January 29, 2023 20:37
Login with Google
GOOGLE_CLIENT_ID="YOUR-CLIENT-ID"
GOOGLE_CLIENT_SECRET="YOUR-CLIENT-SECRET"
@AndreSchwarzer
AndreSchwarzer / phpmd-ruleset.xml
Created December 13, 2022 22:04 — forked from slayerfat/phpmd-ruleset.xml
php mess detector ruleset for laravel and similar frameworks
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="Laravel and similar phpmd ruleset"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
<description>
Inspired by https://github.com/phpmd/phpmd/issues/137
using http://phpmd.org/documentation/creating-a-ruleset.html
</description>