-
Interesting facts about gail.com
-
D3 Gallery (example)
Credit: Gallery by D3
-
Bản đồ sao, chòm sao (Stars and constellations)
Credit: Stars and constellations by Gareth Peat
-
Hướng dẫn chuyển thư mục TEMP sang ổ đĩa khác
-
Advanced Formatting in GitHub Markdown
-
Notes sử dụng GIT (github)
-
Notes cách cài đặt và sử dụng Documents from Git | wordpress-markdown-git
-
Chuyển soạn thảo blog từ WordPress sang Markdown Github
-
WordPress Plugin – Publish Documents from Git
-
[openrouteservice] Route optimization of a pub crawl with ORS and ortools
Mình đang Publish Jupyter notebook from Github
-
QGIS 3 Plugins – Build your first plugin
Mình đang test wordpress-markdown-git
-
Cross-site Scripting Attacks on Android WebView
Cross-site Scripting Attacks on Android WebView
-
[IONIC] Fix lỗi No Java files found that extend CordovaActivity
[IONIC] Fix lỗi No Java files found that extend CordovaActivity Thông tin lỗi Cách sửa # Xóa, thêm lại android mới nhất ionic cordova platform rm android ionic cordova platform add android@latest ionic cordova prepare android cheer!
-
[Sưu tầm] GitHub Actions for iOS projects
Sưu tầm https://leenarts.net/2020/02/12/github-actions-for-ios-projects/ When building an iOS project, you probably want to have some form of continuous integration working on your codebase. Continuous integration Continuous integration (CI) is a process where each code change results in certain checks to be performed. It is best to automate this. Continuous develivery/deployment On top of integration, you most likely want to make sure your code changes become available to your users as well. To help in this process it is good to perform Continuous delivery (CD). CD is the process o automatically deploying your code changes when all checks have passed. You need to run your CI/CD somewhere In 2019 Github made GitHub…
-
Cài MiniConda, không set biến môi trường
Do không set biến môi trường nên sau khi cài xong thì không thể vào cmd gọi trực tiếp conda được. Để gọi được conda thì theo path sau (trong shortcut anaconda) %windir%\System32\cmd.exe "/K" C:\Users\soiqu\miniconda3\Scripts\activate.bat C:\Users\soiqu\miniconda3