I hereby claim:
- I am fsleg on github.
- I am fsleg (https://keybase.io/fsleg) on keybase.
- I have a public key ASCH0DqYfQyELFirr_oDj63UGcHx-yshFiU_m-3_kidL3wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
from sys import exit | |
from subprocess import run, Popen, PIPE | |
from os import remove | |
from os.path import isfile, isdir, abspath | |
from shutil import which | |
FFMPEG=which("ffmpeg") |
[Verifying my cryptographic key: openpgp4fpr:E855428A04467414CC7F70DDDE4114DB3DA5A553]
#!/bin/sh | |
function doc { | |
# The formatting here is weird but an output is correct | |
cat << EOF | |
This script can be used to display current Super Hybrid Engine CPU mode | |
for ASUS Eee PC netbooks and frequency of GMA950 video chip as well as | |
change them. This version of the script is written specifically for | |
ASUS Eee PC 901. |
#!/usr/bin/env python3 | |
# Funny enough, this script does everything but actually get crates :D | |
import json | |
import requests | |
import tarfile | |
import re | |
from sys import exit, stderr | |
from hashlib import md5, sha256 |