# Bookmarks

My favorites/bookmarks about everything :)

Those marked with \*\* are used by myself before or highly recommended.

### Work & Life

* TODO List or Task management: [Microsoft To Do](https://todo.microsoft.com/tasks/), [Feishu](https://www.feishu.cn/) ([Lark](https://www.larksuite.com/en_us/)), [Dida List](https://dida365.com/) ([TickTick](https://ticktick.com/?language=en_US)), [Trello](https://trello.com/)
* Taking notes: [Evernote](https://evernote.com/) ([CN](https://www.yinxiang.com/)), [Flomo](https://flomoapp.com/)
* Flowchart: [LucidChart](https://www.lucidchart.com/) (\*\*), [Draw.io](https://app.diagrams.net/) (used in Google drive), [ProcessOn](https://www.processon.com/), [XMind](http://www.xmind.net/)
* Task management: [Trello](https://trello.com/)
* Remote desktop: [TeamViewer](https://www.teamviewer.us/), AnyDesk, Windows Remote Deskop
* Video Transcoder: [HandBrake](https://handbrake.fr/), [MediaCoder](http://www.mediacoderhq.com/)
* Video Player: [PotPlayer](http://potplayer.daum.net/) (\*\*), [VLC Media Player](https://www.videolan.org/)
* File (zip) archiver: [BandiZip](http://www.bandisoft.com/bandizip/) (\*\*)
* GIF image maker and editor: [Honeycam](http://www.bandisoft.com/honeycam/) (\*\*)

### Academic Resources

* Literature management: [ReadCube Papers](https://www.papersapp.com/) (\*\*), [Mendeley](https://www.mendeley.com/)
* Find new papers: [Google Scholar](https://scholar.google.com/), ReadCube Papers Recommendation Engine
* Online collaborative LaTex writing tool: [Overleaf](https://www.overleaf.com/) (\*\*)
* Online acronym generator: [Acronymify](https://acronymify.com/)
* Mechanical/electrical components grocery: [McMaster](https://www.mcmaster.com/), [Grainger](https://www.grainger.com/), [SparkFun](https://www.sparkfun.com/), [Pololu](https://www.pololu.com/), [RobotShop](https://www.robotshop.com/)
* Math: [Wolfram MathWorld](http://mathworld.wolfram.com/), [System of Equations Calculator](https://www.symbolab.com/solver/system-of-equations-calculator), [GeoGebra Graphing Calculator](https://www.geogebra.org/graphing), [betterexplained.com](https://betterexplained.com/)

### English Learning

* Local dictionary software: [YouDao Dict](https://dict.youdao.com/), [Lingoes](http://www.lingoes.cn/)
* Online dictionary: [Corpus of Contemporary American English (COCA)](https://corpus.byu.edu/coca/) (\*\*), [Collocation Dictionary](http://collocations.enacademic.com/) (\*\*), [Etymology Dictionary](http://etymonline.com/), [Rhyme Dictionary](https://www.rhymezone.com/), [dictionary.com](http://www.dictionary.com/), [thesaurus.com](http://www.thesaurus.com/)
* Vocabulary builder: [vocabulary.com](https://www.vocabulary.com/), [Test Your Vocabulary](http://testyourvocab.com/)
* Grammar checker: [Grammarly](https://www.grammarly.com/), Google Docs Autocheck, ChatGPT (\*\*)
* Books: Word Power Made Easy, On Writing Well, Verbal Advantage, Science Research Writing for Non-Native Speakers of English

### Computer Science

* Finding research labs: [CSRankings](http://csrankings.org/)
* Git tutorials: [the simple guide](https://rogerdudler.github.io/git-guide/), [git novice](https://swcarpentry.github.io/git-novice/), [Learn Git Branching](https://learngitbranching.js.org)
* Quick markdown tutorial: [markdown (CN)](http://www.jianshu.com/p/q81RER)
* Quick HTML tutorial: [HTML (CN)](https://deerchao.net/tutorials/html/html.htm)
* Virtual Machine: VMware, Virtualbox
* Quick user manual for programming languages: [W3 School](https://www.w3schools.com/)
* Visualize algorithms: [visualgo](http://visualgo.net/)

### Build a website

* Domain lookup: [whois](https://www.whois.com/)
* Domain registration and management: [GoDaddy](https://www.godaddy.com/), [Aliyun](https://wanwang.aliyun.com/)
* Website builder: [WordPress](https://wordpress.com/) (\*\*), [Google Sites](https://sites.google.com/)
* Website builder for hackers: [Github pages](https://pages.github.com/) (\*\*), [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [Hexo](https://hexo.io/docs/index.html)
* HTML templates: [TEMPLATED](https://templated.co/)
* Jekyll templates: [Jekyll themes](https://jekyllrb.com/resources/#themes)
* Hugo templates:  [Congo](https://jpanther.github.io/congo/), [Wowchemy](https://wowchemy.com/templates/)
* Font database: [Font Awesome](http://fontawesome.io/)
* Icon database: [iconmonstr](https://iconmonstr.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.hanzheteng.com/favorites/bookmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
