Skip to content

Instantly share code, notes, and snippets.

View Maximetinu's full-sized avatar
🌔
🔭

Miguel Medina Ballesteros Maximetinu

🌔
🔭
View GitHub Profile
@tool
extends Node
@export_storage var viewport_position: Vector2
@export_storage var viewport_size: Vector2i
@export var main_screen_position_offset := Vector2(0, -18)
@export var main_screen_size_offset := Vector2i(0, -32)
func _enter_tree() -> void:
/* Numerically solve for the time-dependent Schrodinger equation in 2D,
using the split operator method. To build and run, type:
rustc qm2d_split_op.rs
./qm2d_split_op
This will output a series of bmp images which show each frame of the
simulation.
References:
@Maximetinu
Maximetinu / crashd.md
Created November 11, 2023 14:49 — forked from throwaway96/crashd.md
crashd instructions

News

Note: Alternative to crashd (2023-10-30)

If for whatever reason you are unable to use the crashd exploit but still want to root your TV, do not install any new firmware updates. LG has started rolling out patches for another vulnerability. Further details are not yet available.

Note: 2023 models (2023-03-29)

If you have a non-OLED 2023 LG TV, please contact us on Discord. This guide will work on 2023 models.

Introduction

@Maximetinu
Maximetinu / .gitattributes
Created October 27, 2021 12:22 — forked from inikitin/.gitattributes
.gitattributes for Unity with case-insensitive Git LFS extension filters
* text=auto
*.cs diff=csharp text
*.cginc text
*.shader text
# Unity YAML
*.anim -text merge=unityyamlmerge diff
*.asset -text merge=unityyamlmerge diff
*.controller -text merge=unityyamlmerge diff