Skip to content

Instantly share code, notes, and snippets.

View galaris's full-sized avatar
:shipit:
403

Dominik Antal galaris

:shipit:
403
View GitHub Profile
@galaris
galaris / gist:f1c5b45501409d29314c2a84b0d26332
Created March 9, 2025 21:27
Python to extract a YouTube video's chapters
import requests
import json
from typing import Optional
class YoutubeChaptersGetter:
def __init__(self, youtube_url: str = "https://youtube.com"):
self.youtube = youtube_url
def _get_video(self, video_id: str) -> Optional[str]:
try:
@galaris
galaris / ATTO.cs
Last active April 17, 2020 22:19
Atto benchmark result parser
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Serialization;
using System.Windows.Forms;
@galaris
galaris / example.md
Created May 27, 2019 19:37
GIST Demo

Hello from Github!

Public content can be linked from GIST.

Diagram legend

@galaris
galaris / rxjs-diagrams.md
Last active May 27, 2019 19:36 — forked from PCreations/rxjs-diagrams.md
GIST demo

Hello from Github!

Public content can be linked from GIST. Diagram legend

class AccountObjectSetCheats
{
bool AutoBattle = false;
AccountobjectSetCheats Type;
int8 SlotLockCheat = 0;
};
class AccountObjectGetProfile
{
std::string Filename;