I hereby claim:
-
I am zelsaddr on github.
-
I am mazterin (https://keybase.io/mazterin) on keybase.
-
I have a public key ASD6YdMGZ8YKNvc5N7X73URd_CfmWUOK16Dkv_Vt_NyCugo
http://cctvdesari.ddns.net:83/axis-cgi/mjpg/video.cgi |
import concurrent.futures | |
import requests | |
import re | |
from random_user_agent.user_agent import UserAgent | |
from random_user_agent.params import SoftwareName, OperatingSystem | |
import pandas as pd | |
# pip install requests random-user-agent pandas | |
class MyAnimeList: |
#!/bin/sh | |
# @author : github.com/zelsaddr | |
# for OpenWRT (set to rc.local for auto execute at startup) | |
# Check Log Message at system.log | |
# Requirements : | |
# - Latest grep (update via opkg install grep or via gui) | |
# - sed | |
SETUSERNAME="" # Your WMS-lite username |
https://anonfiles.com/Xcofdet6x8/KERTAS_KERJA_UJIAN_bergaris_1_pdf | |
https://anonfiles.com/z419C35dx1/proxychecker_zip |
import requests, re, time, json | |
from colorama import Fore, Back, Style | |
import urllib3 | |
## library required (colorama, requests) if not yet installed just type : pip install requests colorama | |
## Example to use for URL form : https://sinta.kemdikbud.go.id/journals/detail?page=2&id=1270 (page parameter is required) | |
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | |
journal = {} | |
journal_ind = {} |
<?php | |
class CRUD { | |
protected $dbhost = 'localhost'; // database host | |
protected $dbuser = 'root'; // database username | |
protected $dbpass = ''; // database password | |
protected $dbname = 'crud_irul'; // database name | |
protected $mysqli; | |
public $message; | |
public function __construct () // koneksi ke database |
# Di kerjakan bersama : | |
# - Izzeldin Addarda (41519010045) | |
# - Micheal Gunawan (41519010147) | |
# - Akbar Basyarudin (41519010046) | |
# - Fahad Hakim Mc (41519010061) | |
# - Dinda Arum Nugroho (41519010049) | |
# - Sandika Maulana (41519010066) | |
# - Bambang Subroto (41519010067) |
#!/usr/bin/php | |
/** | |
* @author Ardhana <[email protected]> | |
* | |
* SSH SSL Launcher | |
* | |
* Requirements : | |
* - PHP 7.* or above | |
* - stunnel | |
* |
I hereby claim:
I am zelsaddr on github.
I am mazterin (https://keybase.io/mazterin) on keybase.
I have a public key ASD6YdMGZ8YKNvc5N7X73URd_CfmWUOK16Dkv_Vt_NyCugo
done |