This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# github.com/metinsanli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from http.client import HTTPResponse | |
from urllib.error import HTTPError | |
from urllib.request import urlopen, Request | |
from concurrent.futures import ThreadPoolExecutor | |
from re import compile, search, findall, DOTALL, MULTILINE | |
from logging import DEBUG, StreamHandler, getLogger, Formatter | |
from json import loads, dump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name EksiE | |
// @description:tr eksisozluk.com için uygulamalar | |
// @description:az ekisozluk.com üçün müraciətlər | |
// @description:en Applications for eksisozluk.com | |
// @version 0.1 | |
// @namespace https://gist.github.com/metinsanli | |
// @homepageURL https://greasyfork.org/scripts/eksie | |
// @author metinsanli | |
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABuCAYAAAC9f+Q3AAACnUlEQVR4Xu3dvUubURxH8asERUWq7oKT4BCki0MXQejQQRAsRczoJg5dOnR26dBRkCJSWoqDCiL4FzgUOipFcHNw9Q2kvhBofynJUDBL+xy55TkBcTvJ/TxfYkICdqSUfsaPt4IFOhqw218XCs6WO7fz+SAJC2xAWAC1kRQWgt39cuhTAWG7srwvrLCEANR0scJCAlDWxQoLCUBZFyssJABlXaywkACUdbHCQgJQ1sUKCwlAWRcrLCQAZV1sGWGfDPak52Mr0NH5bLaf0jZhp4Ngj2co/h6ELd70dzFb2L7+rvSiuvo2HuM76OxoVliIV1hhIQEom/ti38S530NnR7PZwnb3VNL00w8bcfoaKgDFhRUWEoCyLrZssJVKZ5qZWDuMc49DZ0ez2S5WWOi6CyvsgwK5PxV8j0ddha4dms0WtnHql8/WT+PXMCoAxYUVFhKAsi62pLA/4tx90NnRbO6LvY7T96MCUDxr2Nfz29Cxi8menly1DWUNW8zxH78SLxPz/ZT28TmKu0dhi7P8oySssJAAlHWxEOzc5Ef/eBG2whKq0RRWWEgA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" plugins | |
let need_to_install_plugins = 0 | |
if empty(glob('~/.vim/autoload/plug.vim')) | |
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs | |
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
let need_to_install_plugins = 1 | |
endif | |
call plug#begin() | |
Plug 'prabirshrestha/vim-lsp' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MOREtrackers | |
// @description:tr Torrent magnet bağlantısına fazladan izleyici ekler. | |
// @description:az Torrent maqnit bağlantılarına daha çox izləyici əlavə edir. | |
// @description:en Adds more trackers to torrent magnet links. | |
// @description:de Fügt mehr Tracker zu Torrent-Magnet-Links hinzu. | |
// @description:fr Ajoute plus de trackers aux liens magnétiques torrent. | |
// @description:es Agrega más rastreadores a los enlaces magnéticos de torrent. | |
// @description:ru Добавляет больше трекеров к магнитным торрент-ссылкам. | |
// @version 0.6 |