Skip to content

Instantly share code, notes, and snippets.

View ezhevita's full-sized avatar

Vita Chumakova ezhevita

View GitHub Profile
@ezhevita
ezhevita / README.md
Last active April 4, 2025 08:37
Reconstructed Ryujinx games list compatibility database

This is a database of Ryujinx games compatibility, reconstructed from the archived GitHub issues.

It is not affiliated with the original Ryujinx project or any of the forks and thus won't be updated.

Data is current as of the 2nd October 2024 (the date Ryujinx repo went down).

This dataset was acquired using the following Clickhouse query in the public playground:

SELECT
    number as issue_number,
@ezhevita
ezhevita / Program.cs
Created May 27, 2024 14:47
Istanbul pharmacies parser
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;

Keybase proof

I hereby claim:

  • I am ezhevita on github.
  • I am ezhevita (https://keybase.io/ezhevita) on keybase.
  • I have a public key ASAcR3MoGtn6pvS-9VCq4Rz6FLTEwazcH_wAw_G9k7bwQgo

To claim this, I am signing this object:

@ezhevita
ezhevita / nginx.conf
Created December 27, 2020 14:29
Nginx configuration for hosting multiple instances of ASF
http {
map $request_uri $instance_port {
default 0;
"~*^/0" 1240;
"~*^/1" 1242;
"~*^/2" 1243;
"~*^/3" 1244;
"~*^/4" 1235;
"~*^/5" 1234;
"~*^/6" 1233;
@ezhevita
ezhevita / steamboosteropener-ru.user.js
Last active May 23, 2017 16:36
SteamBoosterOpener-ru
// ==UserScript==
// @name Steam Booster Opener RU
// @namespace Madjoki, Vital7
// @include http://steamcommunity.com/*/inventory*
// @include https://steamcommunity.com/*/inventory*
// @version 9
// @grant none
// ==/UserScript==
(function() {
var boosterCountDone = false;