Pinned Loading
-
Javascript
Javascript 1function isMobile() {
2if (/mobi/i.test(navigator.userAgent)) {
3// mobile!
4return true;
5} else {
-
md5To62
md5To62 1/**
2* convert md5 hash to 62 charactor [a-zA-Z0-9]
3* required: php-gmp module
4*
5*/
-
generate UUID V4
generate UUID V4 1/**
2* uniqidV4 is faster than Uuid , about 2x
3* The 2 functions from githubgist and php official website comment.
4*/
5 -
ngCropper
ngCropper PublicForked from koorgoo/ngCropper
AngularJS wrapper for https://github.com/fengyuanchen/cropper
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.