Skip to content

Instantly share code, notes, and snippets.

@fsLeg
fsLeg / keybase.md
Created December 21, 2018 21:45
Keybase verification

Keybase proof

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:

@fsLeg
fsLeg / autoconv.py
Last active April 30, 2024 13:15
A script to automate video conversion for a few devices: Cowon A3, Cowon X7, PSP, Nokia 5730 XM, New Nintendo 3DS. I started writing this script around 2010. This is the 3rd revision, a complete rewrite.
#!/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")
@fsLeg
fsLeg / openpgp.md
Created May 25, 2023 13:11
Keyoxide verification

[Verifying my cryptographic key: openpgp4fpr:E855428A04467414CC7F70DDDE4114DB3DA5A553]

@fsLeg
fsLeg / booster.sh
Created July 20, 2024 17:15
A script to boost peformance of ASUS Eee PC 901 by using Super Hybrid Engine and GMABooster techniques
#!/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.