Android Webview With Extra Headers
Android Webview With Extra Headers public void testLoadURLWithHTTPHeaders final String url = http://androidyue.github.io/;WebView webView = new WebViewgetActivity;Map extraHeaders = new HashMap;extraHeaders.putReferer, http://www.google.com;webVie
Baca SelengkapnyaMake CYGWIN binary as priority in windows
Using linux binary command instead windows binary command. Make cygwin downloaded package as priority.
Baca SelengkapnyaScript bash git commit recursive with submodules
bash script to commit root and all submodules at once
Baca Selengkapnyaget list of files from npm pack
get list of files from npm pack npm i git-command-helper //const writeFileSync = requirefs;const spawnAsync = requiregit-command-helper/dist/spawn;//const join = requirepath;spawnAsyncnpm, [pack, --json, --dry-run].thenresult => const parse = JSON.parser
Baca Selengkapnyayaml github actions to clean all caches
yaml github actions to clean all caches add TOKEN to Github Actions Secrets Environtmentcreate .github/workflows/clean-caches.yml, put below codes add TOKEN to Github Actions Secrets Environtment TOKEN create .github/workflows/clean-caches.yml, put below codes .github/workflows/clean-caches.yml nam
Baca SelengkapnyaMenjalankan Github Workflow Satu Instansi sequentally
Cara setting github actions agar jalan satu job saja sequentally
Baca SelengkapnyaGithub Workflows Run Strategy Matrix Sequentally
Github Workflows Run Strategy Matrix Sequentally How to setup github action matrix to be run sequentally or series each job ? Conclusing Just add below codes: jobs: deploy: runs-on: ubuntu-latest strategy: When set to true, GitHub cancels all in-progress jobs if any matrix job fail
Baca Selengkapnya

Default username and email for github workflow actions
what is default username and email for github workflow actions?
Baca SelengkapnyaHexoJS get posts by tags or categories
HexoJS get posts by tags or categories @types/hexo required for typescript users @types/hexo default @types/hexo not giving complete types, so I made my custom definition file for hexo. You can install with below command npm i -D https://github.com/dimaslanjaka/nodejs-package-types/tarball/hexo Snip
Baca SelengkapnyaAuto update NPM local and monorepo dependencies
How to always update local and monorepo dependencies automatically
Baca Selengkapnya