All posts by ht

Maxim

How to be cool:
saying “thank you”;Apologizing when wrong;Showing up on time;Being nice to strangers;Listening without interrupting;Admitting you were wrong;Following your dreams; Being a mentor;Learing and remembering people’s names;Holings doors open;___Accroding to Warren Buffett Continue reading Maxim

热处理字母c,r,cm缩写

钢的热处理符号Ac、Ar、Acm中,c、r、cm分别表示的哪些单词缩写?加热的时候用c表示,calefaction,冷却的时候用r表示, refrigeration。cm=cementite 渗碳体.Acm是指二次渗碳体析出线(渗碳体在奥氏体中溶解度线)

Python计算生态-常用python框架

1,数据处理/计算:Numpy(numpy);Pandas(pandas);Scipy;SymPy(sympy);Networkx(networkx)
2,数据可视化:Matplotlib(matplotlib);Seaborn;Mayavi
3,文档/文字处理:PyLaTeX;PyPDF2(pypdf2);NLTK;python-docx;Jieba(jieba);
4,机器学习/深度学习:Scikit-learn(sklearn);TensorFlow;MXNet;aip
5,图像处理:PIL(pillow);MyQR
6,网络:Requests(requests);BeautifulSoup(beautifulsoup4);Django(django);Pyramid;Flask(flask);WeRoBot(werobot);Scrapy;pyspider;Python-Goose
7,软件工程:Wheel(wheel);PyInstaller(pyinstaller);PyQt5(pyqt5);PyOpenGL(pyopengl);PyGame(pygame)
8,系统工具:docopt(docopt);

Complete Guide to Install Zotero on Ubuntu 18.04

This tutorial explains how to download and install Zotero Bibliography Tool on Ubuntu 18.04 with web browser Firefox “Quantum”. The new Firefox “Quantum” (v57 and later) is the reason why Zotero changed to be stand-alone program with its own window outside of Firefox. You will download Zotero manually, extract and setup it on your desktop menu, and then integrating it with Firefox and LibreOffice Writer. The whole steps are easy to follow for anyone. Finally, enjoy Zotero and happy researching! Continue reading Complete Guide to Install Zotero on Ubuntu 18.04

文献管理 on ubuntu and iPad

Zotero是开源、跨平台的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。
官网:https://www.zotero.org/
Zotero过去只是Firefox浏览器下的一款扩展(add-on),现在已经有了桌面版。
Zotero源代码:https://github.com/zotero
Ubuntu安装Zotero桌面版:
$ sudo add-apt-repository ppa:smathot/cogscinl
$ sudo apt-get update
$ sudo apt-get install zotero-standalone
For iPad we have: PaperShip for Mendeley & Zotero

一份其实很短的 LaTeX 入门文档

优雅的 LaTeX

有很多 Geeks 或者 LaTeX’s Fanatical Fans 过分地强调了 LaTeX 的一些并非重点的特性,以至于很多初学者会觉得 LaTeX 很神秘很复杂,从而引发了初学者的畏难情绪甚至是负面情绪。尽管这些 Fans 说得并没有错,我是说在事实上,但是他们的表达方式和内心态度却间接阻碍了 LaTeX 的发展,我想这也是和他们的初衷相悖的。
我曾经也受到过这些言论的影响,但幸运的事,至今为止我已经越过了这些障碍,并更加坚信了他们所言(LaTeX 的优点)的正确性。因此我想以我自己的方式,向更多的人介绍 LaTeX —— 这个优雅,但有着自己高傲,却绝不复杂甚至神秘的东西
Continue reading 一份其实很短的 LaTeX 入门文档

増材制造(3D打印)教学资料整理

1,北京航空航天大学公开课:增材制造(3D打印)技术,网易公开课,地址:http://open.163.com/special/cuvocw/sandidayin.html
2,书籍1:增材制造与3D打印技术及应用 作者:杨占尧、赵敬云 清华大学出版社
3,书籍2:增材制造技术及应用实例 作者:王广春 机械工业出版社
4,书籍3:增材制造技术原理及应用:魏青松 科学出版社
5,书籍4:3D打印和增材制造的原理及应用(第4版):蔡志楷,梁家辉 国防工业出版社
6,书籍5:增材制造技术系列丛书 主编:史玉升 华中科技大学出版社
7,书籍6:3D打印技术(全国高等院校“十三五”规划教材) 李博 中国轻工业出版社
8,书籍7:3D打印技术与应用 Amit,Bandyopadhyay·Susmita,Bose 著,王文先 译 机械工业出版社
9,书籍8:3D打印理论与应用 姚俊峰等 科学出版社
Continue reading 増材制造(3D打印)教学资料整理

树莓派开箱配置之更改键盘布局 raspberry pi keyboard layout

树莓派用了几次后,发现键盘老是按错,一些字符打不出来或打错。这个问题,折腾我半天。还是把心得分享一下吧~
上网查,发现是键盘布局不对,树莓派(raspberry pi)是英国产品,默认键盘布局是英国(GB),我们用的键盘布局一般是美国(US)的。
更改键盘布局,命令如下: Continue reading 树莓派开箱配置之更改键盘布局 raspberry pi keyboard layout

Raspberry Pi Zero USB/Ethernet Gadget Tutorial -Posted by Circuit Basics | Raspberry Pi | 55

The Raspberry Pi Zero’s small size isn’t the only thing that makes it an awesome single board computer. Thanks to its ability to be recognized as a USB/Ethernet gadget, you can connect to your Pi from another computer via USB. Power is provided over USB, and your computer’s internet connection is shared over USB too. You no longer need to use a power cord and ethernet cable or WiFi adapter to access your Pi. All that’s needed is a micro USB to USB adapter. Continue reading Raspberry Pi Zero USB/Ethernet Gadget Tutorial -Posted by Circuit Basics | Raspberry Pi | 55