Skip to content

Instantly share code, notes, and snippets.

View py7hon's full-sized avatar

Iqbal Rifai py7hon

View GitHub Profile
@py7hon
py7hon / PKGBUILD
Created August 10, 2020 03:46
linux-libre
# 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]>
@py7hon
py7hon / PKGBUILD
Created August 10, 2020 03:16
Arch Musl
# 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')
[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
#!/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}
{
"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": "::",
@py7hon
py7hon / Cari.ipynb
Last active July 31, 2020 11:06
Mencari Doujin dan Manga Dengan Potongan Gambar
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@py7hon
py7hon / artix_sync.ipynb
Last active September 21, 2020 02:04
MAKE MIRROR PACKAGE WITH GOOGLE DRIVE https://artixlinux.0xd.workers.dev/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@py7hon
py7hon / PKGBUILD
Last active March 13, 2021 06:00
Aegisub Archlinux
# 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
)
@py7hon
py7hon / nhdl-minified.py
Last active April 18, 2020 11:53
nhentai dl
#!/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)
@py7hon
py7hon / gd.py
Created April 12, 2020 13:42
google drive downloader
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: