First release of adaptive-curvefitting
π June 14 2020
When you have data and model, itβs easy to make a curvefitting. But when you face somedata new and you donβt have idea which model suit to it. Then this tool may be what you are looking for. π Read more...
Difference between list.sort() and sorted() in Python
π May 27 2020
Both sort() and sorted() can be used to sort a list. So whatβs the difference? π Read more...
Get started with Selenium
π May 23 2020
There are ways to access a web page in python, such as requests, mechanize, urllib and Selenium. This post will give a simple introduction to Selenium. π Read more...
Guides for docker installation
π May 11 2020
Just as title says, this post collects a few guides to install docker on different os. π Read more...
Docker commands in Chinese
π July 26 2019
How to use docker, follow these commands. π Read more...
Access files using github api
π March 26 2020
Upload a file to github repository, and request it. Yes, it is normal. This blog make it more smoothly. π Read more...
How to change the color of first word in Windows PowerShell
π February 28 2020
By default, the color of first word in PowerShell is yellow. Sometimes it is not visible, especially when you changes the text background color. π Read more...
A simple way to map landuse
π February 25 2020
Here is a simple way to create a landuse map. π Read more...
Remote desktop connection
π February 12 2020
How to connect another desktop remotely? π Read more...