Skip to content

Instantly share code, notes, and snippets.

View peremen's full-sized avatar

Shinjo Park peremen

View GitHub Profile
@peremen
peremen / APKBUILD
Created August 14, 2022 16:50
Casio CA-201L pmOS packages
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-casio-ca201l
pkgdesc="Casio G'zOne CA-201L"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="
@peremen
peremen / batch_pdf.py
Created February 3, 2020 17:07
Convert *.doc(x) files into PDF with bookmarks
#!/usr/bin/python3
import glob
import os
import sys
import win32com.client as win32
import fnmatch
def convert_pdf(word, doc_fname, pdf_fname):
C = win32.constants

Keybase proof

I hereby claim:

  • I am peremen on github.
  • I am peremen (https://keybase.io/peremen) on keybase.
  • I have a public key ASAcur1YY-KDhXLlobR_d67RHK0Gwy-ZNVI97LQ2hgJ3Ewo

To claim this, I am signing this object:

/**
* eut_extract.c: extract firmware image from C811 EUT
*
* Copyright 2014 by Shinjo Park <peremen@gmail.com>
*
* eut_extract.c is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either
* version 3 of the License, or (at your option) any later version.
*