This file contains hidden or 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
| ^https?://(www\.)?g\.cn url 302 https://www.google.com | |
| ^https?://(www\.)?google\.cn url 302 https://www.google.com | |
| ^https?://(www\.)?google\.cn/search url 302 https://www.google.com/search |
This file contains hidden or 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
| conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch -y # Linux | |
| conda install -c conda-forge tensorflow -y | |
| conda install -c conda-forge mypy -y | |
| conda install -c anaconda seaborn -y | |
| conda install -c anaconda pandas -y | |
| conda install -c conda-forge matplotlib -y | |
| conda install -c anaconda scikit-learn -y | |
| pip install opencv-contrib-python-headless # support opencl instead of using conda, headless for server | |
| conda install -c anaconda jupyter -y | |
| conda install -c conda-forge pytorch-lightning -y |
This file contains hidden or 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
| hostname = api.weibo.cn, mapi.weibo.com, *.uve.weibo.com, mp.weixin.qq.com, api.bilibili.com, app.bilibili.com, www.zhihu.com, api.zhihu.com, link.zhihu.com, aweme*.snssdk.com, *.kuwo.cn, *.xiaoxiao*.com, *.amemv.com, p.du.163.com, getuserinfo.321mh.com, getuserinfo-globalapi.zymk.cn, ios.fuliapps.com, vsco.co, api.vnision.com, *.my10api.com, apple.fuliapps.com, newdrugs.dxy.cn, app101.avictown.cc, api.hlo.xyz, api.ijo.xyz, www.luqijianggushi.com, account.wps.cn, u.kanghuayun.com, api1.dobenge.cn, api.mvmtv.com, mitaoapp.yeduapp.com, origin-prod-phoenix.jibjab.com, www.3ivf.com, pay.guoing.com, api.bjxkhc.com, viva.v21xy.com, biz.caiyunapp.com, ap*.intsig.net, mp.bybutter.com, api.vuevideo.net, api.picsart.c*, api.meiease.c*, ios.xiangjiaoapps.com, apple.xiangjiaoapps.com, *.xiangxiangapps.com, trade-acs.m.taobao.com, api.m.jd.com, ios.prod.ftl.netflix.com | |
| # 去微博应用内广告 (By yichahucha) | |
| ^https?://(sdk|wb)app.uve.weibo.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://raw.gith |
This file contains hidden or 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
| # intellij | |
| .idea | |
| .gradle | |
| out/ | |
| bin/ | |
| gradle/ | |
| build/ | |
| # vscode | |
| .vscode/ |
This file contains hidden or 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
| /* | |
| * Disclaimer: Possible loss of data!! This code was written by the students | |
| * who took the Operating System module at Zhejiang University. Use it at | |
| * your own will and risk! If you do not know what the code does, please try | |
| * not to use it. | |
| */ | |
| #include <stdio.h> | |
| main() | |
| { |
This file contains hidden or 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
| diff --git a/include/linux/log2.h b/include/linux/log2.h | |
| index ef3d4f67118c..c373295f359f 100644 | |
| --- a/include/linux/log2.h | |
| +++ b/include/linux/log2.h | |
| @@ -16,12 +16,6 @@ | |
| #include <linux/bitops.h> | |
| /* | |
| - * deal with unrepresentable constant logarithms | |
| - */ |
NewerOlder