This file contains hidden or 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
# Maintainer : Daniel Bermond <[email protected]> | |
# Contributor: Jonas Heinrich <[email protected]> | |
# Contributor: André Silva <[email protected]> | |
# Contributor: Márcio Silva <[email protected]> | |
# Contributor (Parabola): Nicolás Reynolds <[email protected]> | |
# Contributor (Parabola): Sorin-Mihai Vârgolici <[email protected]> | |
# Contributor (Parabola): Michał Masłowski <[email protected]> | |
# Contributor (Parabola): Luke Shumaker <[email protected]> | |
# Contributor (Parabola): Luke R. <[email protected]> | |
# Contributor (Poi Linux): Iqbal Rifai <[email protected]> |
This file contains hidden or 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
# Maintainer: Sergej Pupykin <[email protected]> | |
# Maintainer: Eli Schwartz <[email protected]> | |
# Maintainer: Iqbal Rifai <[email protected]> | |
# Contributor: TJ Vanderpoel <tj@rubyists> | |
pkgname=musl | |
pkgver=1.2.1 | |
pkgrel=1 | |
pkgdesc='Lightweight implementation of C standard library' | |
arch=('x86_64') |
This file contains hidden or 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
[Unit] | |
Description=Transmission BitTorrent Daemon | |
After=network.target | |
[Service] | |
User=root | |
Type=notify | |
ExecStart=/usr/bin/transmission-daemon -f --log-error | |
ExecReload=/bin/kill -s HUP $MAINPID | |
NoNewPrivileges=true |
This file contains hidden or 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 bash | |
if [ -z "$1" ]; then | |
echo "usage: $(basename $0) <project name>" | |
exit 1 | |
fi | |
PROJ_NAME="$1" | |
PROJ="$(basename $1 .git).git" | |
pushd ${HOME} |
This file contains hidden or 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
{ | |
"alt-speed-down": 500, | |
"alt-speed-enabled": false, | |
"alt-speed-time-begin": 540, | |
"alt-speed-time-day": 127, | |
"alt-speed-time-enabled": false, | |
"alt-speed-time-end": 1020, | |
"alt-speed-up": 1, | |
"bind-address-ipv4": "0.0.0.0", | |
"bind-address-ipv6": "::", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
# Contributor: iqbalrifai <[email protected]> | |
pkgname=aegisub | |
pkgver=3.3.3.r70 | |
pkgrel=1 | |
pkgdesc='A Update of Aegisub' | |
arch=(x86_64) | |
url=https://github.com/FansubID/Aegisub | |
license=( | |
custom | |
) |
This file contains hidden or 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 | |
# -*- coding: utf-8 -*- | |
J=len | |
I=int | |
B=print | |
import requests as K,re | |
from tqdm import trange as L | |
import urllib.request,os as C,sys as E | |
from glob import glob | |
def M(link):A=link.rsplit('/',1)[1];B=A.split('t')[0];return I(B) |
This file contains hidden or 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
api = "AIzaSyBPO_VhHtvTL-gs35Nb24cSsjuxQasjlN0" | |
file_id="" | |
i = "" | |
list1 = [] | |
while i != "q": | |
i = input("Enter URL: ") | |
list1.append(i) | |
list1.pop(-1) | |
for link in list1: |