https://scikit-learn.org/stable/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colors | |
end="\033[0m" | |
black="\033[0;30m" | |
blackb="\033[1;30m" | |
white="\033[0;37m" | |
whiteb="\033[1;37m" | |
red="\033[0;31m" | |
redb="\033[1;31m" | |
green="\033[0;32m" | |
greenb="\033[1;32m" |
pandoc --pdf-engine=xelatex -V CJKmainfont="STXihei" test.md -o test.pdf --template template.latex
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"kind": 1001, | |
"title": "算法竞赛进阶指南", | |
"url": "https://book.douban.com/subject/30136932/", | |
"abstract": [ | |
"作者: 李煜东", | |
"出版社: 中原出版传媒集团·河南电子音像出版社", | |
"出版年: 2018-1" | |
], |
VS Code Settings for web development
{
"window.zoomLevel": 3,
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "custom",
"terminal.integrated.inheritEnv": true,
"git.enableSmartCommit": true,
- 2024/05/13 https://goplay.tools/snippet/EC1aRmTkNUD