Skip to content

Instantly share code, notes, and snippets.

View damp11113's full-sized avatar
❤️
Love open source

Dharm Pimsen damp11113

❤️
Love open source
View GitHub Profile
@jones2126
jones2126 / gist:c33afeca3ea9e3e777dfe29f610b1a06
Created June 30, 2021 11:03
Reads rotation vector quaternion report from BNO085 from Adafruit using "new" I2C Library using Nano (168p)
/* BNO080 Rock bottom code for Arduino Atmega 328P 16Mhz (Arduino Nano etc)
by: JP Schramel https://github.com/jps2000/BNO080/blob/master/Arduino_BNO080_1.ino
date: August 25, 2017
Disclaimer:
Freeware: The code is provided "AS IS",without warranty of any kind.
# Demonstrates basic functionality 9DOF fused quaternions up to 400Hz data rate.
# Stores calibration data in flash.
# Tares the quaternion output to (1,0,0,0) in any arbitrary position
@JohannesMP
JohannesMP / EnableDiscordDevExperiments.md
Last active February 23, 2026 02:15 — forked from ExordiumX/betaenabler.js
Enabling Discord Dev Experiments on Discord for Windows (2022-02)

Enable Dev Experiments in Discord for Windows

image

This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).

This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.


@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active February 24, 2026 19:09 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Before this gist has been forked, AgentOak made original gist on November 13 2019 and it was last updated on May 5 2021.

From now on, this forked gist is maintained by Martin Eesmaa since 17 September 2022.

Last updated: 07 February 2026

@Snowiiii
Snowiiii / AntiCheat.md
Last active February 12, 2026 17:33
How to Develop an Anti-Cheat

Note

Many of the Information here is not only Minecraft related and can be used for different Anti-Cheats as well

For Beginners

Hello! With this post, I want to share my knowledge and provide tips on how to start and continue developing a Minecraft/General anti-cheat system. I'll cover tips for both Minecraft Java and Minecraft Bedrock/Pocket Edition.

Language

To start programming something, you'll need to learn a programming language. the options are Java or Kotlin, but for PocketMine Software, it uses PHP.