Skip to content

Instantly share code, notes, and snippets.

View yoshi314's full-sized avatar

Marcin Kowalski yoshi314

  • PL
View GitHub Profile
@yoshi314
yoshi314 / jks-certificate-expiry-checker.sh
Last active July 12, 2022 09:34 — forked from zatarra/jks-certificate-expiry-checker.sh
Small script to check the expiry of all the certificates inside a java keystore.
#!/bin/sh
########################################################
#
# Check certificates inside a java keystore
#
# modifications: better whitespace handling in alias,
# extracts the valid certificates to the disk
########################################################
TIMEOUT="timeout -k 10s 5s "
@yoshi314
yoshi314 / wiifit.py
Last active January 3, 2022 10:52 — forked from tewalds/wiifit.py
Extract weights from Wii Fit
#!/usr/bin/python
# Based on http://www.kellbot.com/2010/05/extracting-graphing-wii-fit-data/
#
# updated for python3
#
# Good references:
# http://jansenprice.com/blog?id=9-Extracting-Data-from-Wii-Fit-Plus-Savegame-Files
# http://stackoverflow.com/questions/616249/wii-fit-data-format
#
# Instructions to use this: