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 <dbermond@archlinux.org> | |
| # Contributor: Jonas Heinrich <onny@project-insanity.org> | |
| # Contributor: André Silva <emulatorman@riseup.net> | |
| # Contributor: Márcio Silva <coadde@riseup.net> | |
| # Contributor (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar> | |
| # Contributor (Parabola): Sorin-Mihai Vârgolici <smv@yobicore.org> | |
| # Contributor (Parabola): Michał Masłowski <mtjm@mtjm.eu> | |
| # Contributor (Parabola): Luke Shumaker <lukeshu@sbcglobal.net> | |
| # Contributor (Parabola): Luke R. <g4jc@openmailbox.org> | |
| # Contributor (Poi Linux): Iqbal Rifai <yukifag@pm.me> |
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 <arch+pub@sergej.pp.ru> | |
| # Maintainer: Eli Schwartz <eschwartz@archlinux.org> | |
| # Maintainer: Iqbal Rifai <yukifag@pm.me> | |
| # 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 <yukifag@pm.me> | |
| 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: |