Mingye Wang

Results 511 comments of Mingye Wang

That one can be a good starting point for the parts (XTIS) with a correct license (OFL)! The TeX Gyre parts are GFL/LPPL which isn't quite compatible though. Perhaps replace...

A "not quite code" transcription of the forward algo is available at https://www.wikidata.org/wiki/Q29043602. I guess that can be something to start with?

Condensed the forward ops, 37lines×56cols (CC0 as usual): (EDIT: just debugged it, so it's all 58col for now) ```js /** * MiniPRCoords. Public Domain. * WGS → GCJ → BD...

Fits on an A4 at unknown size too. The attachment sure looks ugly, but hey you got something to give to friends now! https://commons.wikimedia.org/wiki/File:PRcoords_Cheatsheet.pdf

Ayy. I… uploaded this thing to… teespring. You can get a tote bag, a mug, or a sticker. https://teespring.com/miniprcoords-tote-v1

i still dont think the current code fits well on a t-shirt and i have no good idea how it will. the manual version minifies to ~1100 characters with variable...

I… don't think the MATLAB code is shorter than the js. and OH FUCK THE CAIJUN ITERATION SHOULD BE A DO WHILE

It doesn't depend on bash per se; the range of syntax used is just `/bin/sh`, which should be there on every system that is able to run wine. A change...

autobuild3 is a set of scripts that we use to build software packages in our linux distribution. It is quite a modular system (`find -type f . | wc -l`...

Pulled from upstream. - Re-assigned the compile-as-library feature to command line flag `-L`. - Added rule `test` to Makefile. Added `-Wall` flag. **NEW DEFECT** It seems that `abort()` causes segfaults...