
Practical Mathematical Optimization
*This note is based on the book Practical mathematical optimization (Snyman et al., 2005). Introduction Formal Definition Mathematical Optimization is the process of the formation and the soluti...
*This note is based on the book Practical mathematical optimization (Snyman et al., 2005). Introduction Formal Definition Mathematical Optimization is the process of the formation and the soluti...
Specification Sheet Component Model Number Price MB AsRock EPYC-D8 1 ¥1100 CNY / ~$150 USD CPU AMD EP...
Research Statement/Proposal The research statement (or statement of research interests) is a common component of academic job applications. It is a summary of your research accomplishments, curren...
Introduction Task description Object detection is a computer technology related to computer vision and image processing that deals with detecting instances of semantic objects of a certain class ...
Heading Markdown supports 6 levels of heading # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 Emphasizing Italic This text is *Italic*. This text...
If you are only interested in the usage of Git, jump to here. Introduction to Version Control Systems (VCS) Local VCS Many people’s version-control method of choice is to copy files into anothe...
VPN Software Clash for Windows - Release Terminal macOS and Linux The environment variables for proxy are http_proxy, https_proxy, and all_proxy. The port I used (also the default for C...
Quick Introduction Python is an interpreted programming language where codes go through a program called interpreter, which reads and executes the code line by line. Flexible Platform indepe...
Variables Naming Conventions Most popular naming conventions For example, naming two variables first name and last name Camel Case firstName, lastName Snake Case
...
HyperText Transfer Protocol (HTTP) HTTP Request Message import requests api_url = "https://example.com/api" params = {'key_1': 'value_1', 'key_2': 'value_2'} header = {'User-Agent': 'MyApp/1....