Skip to content

Instantly share code, notes, and snippets.

View fessehaye's full-sized avatar

Simon Fessehaye fessehaye

View GitHub Profile
@fessehaye
fessehaye / index.py
Created December 17, 2019 02:04
Sort Slippi files by matchup played
import os,sys,shutil
from slippi import Game
from tqdm import tqdm
slippiDir = 'C:\\Users\\Simon\\Desktop\\FM-v5.9-Slippi-r18-Win\\Slippi\\'
target = 'C:\\Users\\Simon\\Desktop\\slippi\\'
def getChars(players):
chars = [player.character.name for player in players]
chars.sort()
@fessehaye
fessehaye / index.py
Last active May 11, 2020 03:43
Sort Slippi files by matchup played
import os,sys,shutil
from slippi import Game
from tqdm import tqdm
slippiDir = 'C:\\Users\\Simon\\Desktop\\FM-v5.9-Slippi-r18-Win\\Slippi\\'
target = 'C:\\Users\\Simon\\Desktop\\slippi\\'
def getChars(players):
chars = [player.character.name for player in players if player]
chars.sort()
@fessehaye
fessehaye / .hyper.js
Last active November 18, 2020 18:05
config stuff for windows
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: "stable",
@fessehaye
fessehaye / scoreboard.html
Created July 25, 2021 09:11
Melee stream customization
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Melee Game Overlay</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap" rel="stylesheet">
<script src="Resources/Scripts/Game Scoreboard.js"></script>
@fessehaye
fessehaye / drinks.json
Last active January 14, 2024 08:17
Hot Chocolate Festival DB
[
{
"storeName": "49th Parallel Coffee + Lucky's Doughnuts",
"drinkName": "DARK AND ROSEMARY",
"link": "https://hotchocolatefest.com/49-parallel",
"description": "Dark hot chocolate infused with rosemary and sea salt. Served with a brioche doughnut filled with dark chocolate custard, topped with chocolate ganache and candied rosemary white chocolate bark.",
"takeoutOnly": false,
"startDate": "2024-01-13T08:00:00.000Z",
"endDate": "2024-01-28T08:00:00.000Z",
"cities": [