Skip to content

Instantly share code, notes, and snippets.

View R3tr0BoiDX's full-sized avatar
🖨️
Low on cyan!

R3tr0BoiDX R3tr0BoiDX

🖨️
Low on cyan!
  • Germany
View GitHub Profile
@darktable
darktable / Loggers.cs
Created July 31, 2023 01:47 — forked from thygrrr/Loggers.cs
A zero-boilerplate static logger for Unity in 25 lines of code
//SPDX-License-Identifier: Unlicense OR CC0-1.0+
using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
// ReSharper disable MemberCanBePrivate.Global
namespace Loggers
{
/// <summary>
@pathcl
pathcl / battery.sh
Created December 28, 2017 00:35
pocket chip battery status
#!/bin/sh
# This program gets the battery info from PMU
# Voltage and current charging/discharging
#
# Nota : temperature can be more than real because of self heating
#######################################################################
# Copyright (c) 2014 by RzBo, Bellesserre, France
#
# Permission is granted to use the source code within this
# file in whole or in part for any use, personal or commercial,