Skip to content

Instantly share code, notes, and snippets.

@xandros15
xandros15 / anime.txt
Created November 10, 2021 14:37
Anime Sorted by Popularity 2021
Death Note
Shingeki no Kyojin
Sword Art Online
Fullmetal Alchemist
One Punch Man
Tokyo Ghoul
Steins;Gate
Naruto
No Game No Life
Angel Beats!
@xandros15
xandros15 / data.yaml
Created December 4, 2019 22:24
popularity
This file has been truncated, but you can view the full file.
- anime: "Death Note"
score: 1841643
url: "https://myanimelist.net/anime/1535/Death_Note"
- anime: "Shingeki no Kyojin"
score: 1728179
url: "https://myanimelist.net/anime/16498/Shingeki_no_Kyojin"
- anime: "Sword Art Online"
score: 1634684
url: "https://myanimelist.net/anime/11757/Sword_Art_Online"
- anime: "Fullmetal Alchemist: Brotherhood"
@xandros15
xandros15 / Wyniki.txt
Created November 7, 2018 19:34
Matura 2016
1. 103
2. 29
3. 153
4. 887918739
@xandros15
xandros15 / anime.md
Last active October 3, 2018 20:55
Polecam - Czyli polecamy sobie wartościowe Anime by Marcin Rybarczyk

Zdarzyło się wam pewnie nie raz gdy dysponowaliście wolnym wieczorem, zapasem łakoci i chęcią do obejrzenia jakiegoś fajnego tytułu. Problem natomiast tkwił w tym że go nie było a raczej pomysłu na serie pasujące pod odpowiedni nastrój. W takich chwilach przeszukiwaliśmy internet w jego wszelakiej formie i próbowaliśmy odnaleźć coś odpowiedniego tracąc przy tym czas a wyniki były często nie satysfakcjonujące. Postanowiłem więc stworzyć tutaj taką listę dla tych którzy nie chcą szukać tylko są wstanie zaufać ludziom którzy poświecili swoje życie towarzyskie, higienę i wszystko co pozostało im z godności o_O Stop stop stop. Ludziom którzy od wielu lat interesuje się tą tematyką, obejrzeli dziesiątki jeśli nie setki serii i są wstanie obiektywnie ocenić poziom polecanego tytułu.

Wiem że zamysł ten mija się troszeczkę z celem z kilku względów. Mianowicie dysponujemy obecnie kilko dość dużymi portalami które gromadzą tego typu informacje. Mam między innymi na myśli AniDB.info, MyAnimelist.com czy AnimeNewsNetwor

@xandros15
xandros15 / muxer.bat
Created August 16, 2018 13:13
muxer ffmpg
@ECHO OFF
SETLOCAL
SET EXENAME264=ffmpeg.exe
SET infile="Last Regreds 2002.webm"
SET audio="Last Regreds 2002.flac"
rem SET duration=3:12.896 -to %duration%
SET outfile="Last Regreds 2002_muxed.webm"
ECHO ----------------
DATE /T
TIME /T
@xandros15
xandros15 / script.js
Created August 6, 2018 13:38
fix greetings at radioanime24
// ==UserScript==
// @name Greetings to textarea
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Replace input field to textarea at greeting form
// @author xandros
// @match http://radioanime24.pl/pozdrowienia/
// @grant none
// ==/UserScript==
@xandros15
xandros15 / readme.md
Last active July 16, 2018 19:46
AMQ TABOO mode

requiments

Is team mode so:

  • 2 teams for 2 or more players.
  • 3 teams for 2 players.
  • 4 teams for 2 players.

setup

@xandros15
xandros15 / AMQfixUsersOnline.js
Created May 31, 2018 17:56
fixing bug with number of players online
// ==UserScript==
// @name AMQ fix users online
// @namespace http://tampermonkey.net/
// @version 0.1
// @description fixing bug with number of players online
// @author xandros
// @match https://animemusicquiz.com/
// @grant none
// ==/UserScript==
@xandros15
xandros15 / AMQ team Counter.js
Last active May 30, 2018 23:05
AMQ team Counter
// ==UserScript==
// @name AMQ team Counter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description team tag counter to join the party
// @author You
// @match https://animemusicquiz.com/
// @grant none
// ==/UserScript==
@xandros15
xandros15 / skipper.js
Last active October 3, 2018 11:02
Auto-skipper for AMQ
// ==UserScript==
// @name Skipper
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Expand library skipper
// @author You
// @match https://animemusicquiz.com/
// @grant none
// ==/UserScript==