Skip to content

Instantly share code, notes, and snippets.

// Zawgyi<>Unicode converter python module
// Based on rules from Parabaik Myanmar Text Converter
// Copyright (C) 2014 Ngwe Tun (Solveware Solution)
// Copyright (C) 2014 Ye Mon Kyaw
/*
* To run the converter, you need `argparse4j` library.
* javac -cp argparse4j-0.4.3.jar Converter.java && java -cp argparse4j-0.4.3.jar Converter
* If you just want the conversion routines, remove the main methon and argparse4j imports.
*
@sanlinnaing
sanlinnaing / find-currupt-jars.txt
Created October 14, 2017 03:58 — forked from gsitgithub/find-currupt-jars.txt
maven: Find corrupted jar files
run this in .m2 files
it lists all the corrupted jar files in the repository
find /home/me/.m2/repository/ -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid
To resolve them , delete them first and re run the build or run
<html>
<head>
<script>
function kp2uni(input) {
output = input;
console.log(output);
output = output.replace(/H/g, "ံ");
output = output.replace(/;/g, "း");
output = output.replace(/!/g, "့");