Skip to content

Instantly share code, notes, and snippets.

@andyneff
andyneff / rokh.py
Last active May 8, 2024 16:43
Python file for parsing uasset files from Rokh
import logging
import re
import collections
import struct
from StringIO import StringIO
import codecs
import binascii
import math
import sys
@m-jovanovic
m-jovanovic / .editorconfig
Created June 7, 2023 12:17
Sample editor config with a bunch of rules turned off 😅
root = true
# C# files
[*.cs]
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 4
indent_style = space
sudo apt-get install quemu-kvm libvirt-bin bridge-utils
sudo apt-get install virt-manager
sudo apt-get install qemu-system
virt-manager
@ramzimalhas
ramzimalhas / Pieces Gist Mnemonic
Created May 8, 2024 16:40
Pieces Gist Mnemonic
https://ramzi.pieces.cloud/?p=f1454a942f
from sklearn.model_selection import learning_curve
import numpy as np
import matplotlib.pyplot as plt
# P: Prepare
k_optimal = # Your optimal k value
# A: Arrange
@dhh
dhh / linux-setup.sh
Last active May 8, 2024 16:40
linux-setup.sh
# CLI
sudo apt update -y
sudo apt install -y \
git curl \
docker.io docker-buildx \
build-essential pkg-config autoconf bison rustc cargo clang \
libssl-dev libreadline-dev zlib1g-dev libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev libjemalloc2 \
libvips imagemagick libmagickwand-dev mupdf mupdf-tools \
redis-tools sqlite3 libsqlite3-0 libmysqlclient-dev \
rbenv apache2-utils
@PhiloNL
PhiloNL / .env
Last active May 8, 2024 16:39
Simple, fast, and resilient open-source WebSockets server using Soketi with SSL in less than 5 minutes
PUSHER_HOST=socket.yourdomain.com
PUSHER_APP_ID=unlock
PUSHER_APP_KEY=123
PUSHER_APP_SECRET=456
PUSHER_PORT=443
PUSHER_SCHEME=https
@Klerith
Klerith / instalaciones.md
Last active May 8, 2024 16:39
Instalaciones recomendadas - Curso de Angular de cero a experto
@leocomelli
leocomelli / git.md
Last active May 8, 2024 16:38
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@Klerith
Klerith / instalaciones-javascript-curso.md
Last active May 8, 2024 16:38
Instalaciones recomendadas - Curso de JavaScript
@cellularmitosis
cellularmitosis / README.md
Last active May 8, 2024 16:36
QEMU PowerPC G4 OS X Tiger (10.4) setup