I hereby claim:
- I am pebbie on github.
- I am pebaryan (https://keybase.io/pebaryan) on keybase.
- I have a public key whose fingerprint is 4FC2 EC77 8E45 84A6 EABC E49A A5BA 8E20 F980 59A5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
build sqlite3.dll :cl sqlite3.c /LD
generate sqlite3.lib : lib sqlite3.obj
build sqlite3.exe : cl shell.c sqlite3.lib -o sqlite3.exe
| """ | |
| \description TIFF file format dump | |
| \author paryan | |
| """ | |
| from __future__ import print_function | |
| import argparse | |
| from struct import * | |
| import os | |
| import os.path as path |
| # -*- coding: utf-8 -*- | |
| """ | |
| Produce raster ground overlay for Google Earth from GDAL raster file (color/gray interpretation) | |
| \author paryan | |
| \date 2018.05.17 | |
| """ | |
| import argparse | |
| import os | |
| import os.path as path |
| # -*- coding: utf-8 -*- | |
| """ | |
| Aplikasi Glosarium Bahasa Inggris - Bahasa Indonesia | |
| ditulis ulang berdasarkan data dari aplikasi Glosarium versi Pusat Bahasa (Windows only) thn 2006 | |
| oleh Peb Ruswono Aryan (2016) | |
| bergantung pada paket : PySide | |
| """ |
| """ | |
| author : Peb Ruswono Aryan | |
| metric for evaluating binarization algorithms | |
| implemented : | |
| * F-Measure | |
| * pseudo F-Measure (as in H-DIBCO 2010 & 2012) | |
| * Peak Signal to Noise Ratio (PSNR) | |
| * Negative Rate Measure (NRM) |