Skip to content

Instantly share code, notes, and snippets.

View ezhevita's full-sized avatar

Vita Chumakova ezhevita

View GitHub Profile
@ezhevita
ezhevita / Ryujinx Games List Compatibility.csv
Last active November 15, 2024 19:58
Reconstructed Ryujinx games list compatibility database
issue_number issue_title extracted_game_id issue_labels extracted_status last_event_date events_count
42 ARMS - 01009B500007C000 01009B500007C000 status-playable;ldn-works;LAN playable 2024-08-28 7:49:24 9
43 Pokemon Quest - 01005D100807A000 01005D100807A000 status-playable playable 2022-02-22 16:12:32 10
44 Retro City Rampage DX status-playable playable 2021-01-05 17:04:17 8
45 Kirby Star Allies - 01007E3006DDA000 01007E3006DDA000 status-playable;nvdec playable 2023-11-15 17:06:19 23
46 Bayonetta 2 - 01007960049A0000 01007960049A0000 status-playable;nvdec;ldn-works;LAN playable 2022-11-26 3:46:09 10
47 Bloons TD 5 - 0100B8400A1C6000 0100B8400A1C6000 Needs Update;audio;gpu;services;status-boots boots 2021-04-18 23:02:46 5
48 Urban Trial Playground - 01001B10068EC000 01001B10068EC000 UE4;nvdec;online;status-playable playable 2021-03-25 20:56:51 8
49 Ben 10 - 01006E1004404000 01006E1004404000 nvdec;status-playable playable 2021-02-26 14:08:35 8
50 Lanota status-playable playable 2019-09-04 1:58:14 5
@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;