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:
| # 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=" |
| #!/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 |
I hereby claim:
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. | |
| * |