Skip to content

Instantly share code, notes, and snippets.

View Supercip971's full-sized avatar
📕
studying !

cyp Supercip971

📕
studying !
View GitHub Profile
@PJB3005
PJB3005 / rw_modding_deck.md
Last active September 19, 2023 09:07
Rain World Steam Deck Modding

Quick guide to setting up Rain World mods on the Steam Deck, with Realm as mod loader. I recommend using Realm instead of BOI because Realm is completely ran through the game, no need to run BOI through Wine to install mods etc...

(this probably applies to Linux in general not specifically Steam Deck)

  1. Install Rain World on your Deck (duh), launch it once
  2. Go to desktop mode
  3. Install protontricks if you don't have it yet.
  4. protontricks 312520 win7 to set the wineprefix to windows 7, otherwise SSL things like CRS/Realm break
  5. protontricks 312520 winecfg to enable library override for winhttp, so that Doorstop loads:
  • If the winecfg window doesn't open on some weird error re-install the game and start from zero, happened to me
@ZRunner
ZRunner / Me and mee6.md
Last active July 15, 2023 16:24
Why I left MEE6

I leave MEE6, and here is why

TL;DR

To make a long story short: due to some internal problems in the MEE6 organization, which were identified and recognized years ago but never considered important by the bot administration, it is time for me to officially step down from my volunteer role along with a number of my mates and friends.

MEE6: The beginning

I started my journey with MEE6 almost as soon as I arrived on Discord, in 2017. It was then the only Discord bot I knew, and I loved its then all-white and very simplistic dashboard, its small and very welcoming community (there was even a French-only channel!), and the general atmosphere of the bot. It was not uncommon to chat with Anis, the founder of MEE6, about many things. I especially remember the day when he leaked what was going to become the xp leaderboard page, now known by all. I have really good memories of that time.

@Supercip971
Supercip971 / submodule-updater.yml
Last active September 6, 2023 17:11
update all your submodule when you want with this github action !
name: update all submodules
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
@d0p1s4m4
d0p1s4m4 / coffee.gif
Last active April 30, 2022 03:54
coffee
coffee.gif
Bienvenue, sur le discord DEVSE! :blobnom:
Notre engagement
En tant que membres, contributeurs et dirigeants, nous nous engageons à faire de la participation à notre communauté une expérience sans harcèlement pour tous, quels que soient l'âge, la taille, le handicap visible ou invisible, l'origine ethnique, les caractéristiques sexuelles, l'identité et l'expression du genre, le niveau d'expérience, l'éducation, le statut socio-économique, la nationalité, l'apparence personnelle, les origines, la religion ou l'identité et l'orientation sexuelles.
Nous nous engageons à agir et à interagir de manière à contribuer à une communauté ouverte, accueillante, diverse, inclusive et saine.
@everyone dans le but de fournir un environnement de discussion sain et inclusif, nous nous engageons a respecter le code de conduit suivant:
@TheDuchy
TheDuchy / mfc_mbr.ascii
Last active February 21, 2021 12:55
MFC dump as a valid MBR, ZIP and PDF (ZIP and PDF by @doegox)
bca5bcbe1b7c040031c0b003cd10b40e
ac08c07404cd10ebf5faf448656c6c6f
2066726f6d204d4643210d0a00000000
FFFFFFFFFFFFFF078069FFFFFFFFFFFF
4d4f4249000000000000000053435253
000000000000000000000000504c4f54
252538340000000000000000004d4150
FFFFFFFFFFFFFF078069FFFFFFFFFFFF
4449434d000000000000000000000000
00000000000000000000000000000000
@MightyPork
MightyPork / utf8_encode.c
Last active November 18, 2024 13:24
C function to encode a Unicode code point as UTF-8 byte array
#include <stdint.h>
/**
* Encode a code point using UTF-8
*
* @author Ondřej Hruška <ondra@ondrovo.com>
* @license MIT
*
* @param out - output buffer (min 5 characters), will be 0-terminated
* @param utf - code point 0-0x10FFFF