Month: December 2020
D3 Gallery (example)
Credit: Gallery by D3
Bản đồ sao, chòm sao (Stars and constellations)
Credit: Stars and constellations by Gareth Peat
Notes sử dụng GIT (github)
Notes sử dụng GIT (github) Cấu hình Khai báo cấu hình git trên máy tính Mở git bash ra và lần lượt chạy các lệnh sau: Nhớ thay {your_name} và {your_email} tương ứng với thông tin account github của bạn. […]
[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 […]
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