💢
Pinned Loading
-
-
youtubedl-java
youtubedl-java PublicForked from sapher/youtubedl-java
Java wrapper for youtubedl executable
Java
-
sqlyog-password-decode.php
sqlyog-password-decode.php 1<?php
2foreach(str_split(base64_decode('YOUR_ENCODED_PASS_HERE')) as $chr)
3echo chr(((($chr = ord($chr)) << 1) & 0xFF) | ($chr >> (8 - 1)));
-
Setup VPN tunnel
Setup VPN tunnel 1#!/bin/bash
23# Set up VPN properties
4VPN_SERVER_IP='XXX.XXX.XXX.XXX'
5VPN_IPSEC_PSK='XXXXXXXXX'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.