Skip to content

Instantly share code, notes, and snippets.

View ripdamage's full-sized avatar

Игорь Букша ripdamage

View GitHub Profile
@ripdamage
ripdamage / godot multiplayer.md
Created October 3, 2024 17:25 — forked from Meshiest/godot multiplayer.md
Godot 4 Multiplayer Overview

Godot 4 Scene Multiplayer

I'm too lazy to write this as official documentation so I'm transcribing my experiences here for reference.

This is high level and does not cover how to setup your peer, only how to use the API itself.

This is not a tutorial.

If you are just getting started, this tutorial by DevLogLogan is worth watching.

@ripdamage
ripdamage / tokens.md
Created October 22, 2023 15:11 — forked from zmts/tokens.md
Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Last major update: 25.08.2020

  • Что такое авторизация/аутентификация
  • Где хранить токены
  • Как ставить куки ?
  • Процесс логина
  • Процесс рефреш токенов
  • Кража токенов/Механизм контроля токенов
@ripdamage
ripdamage / Steam-on-fedora.md
Created June 1, 2018 07:34 — forked from mattbell87/Steam-on-fedora.md
How to install Steam on Fedora

Installing Steam on Fedora

These instructions are currently for Fedora 24. I'll update them over the releases if anything changes.

Before you follow these, make sure you have RPM Fusion installed.

Open a terminal

Press the Win/Super key, type terminal and press Enter.

Upgrade to super user