Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparrowxiao/quickguide
Simple and quick guide note for my coding work
https://github.com/sparrowxiao/quickguide
Last synced: about 13 hours ago
JSON representation
Simple and quick guide note for my coding work
- Host: GitHub
- URL: https://github.com/sparrowxiao/quickguide
- Owner: sparrowxiao
- Created: 2017-02-24T02:25:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T01:42:43.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T23:13:41.858Z (about 2 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Guide:books:
Simple and quick guide for my coding work1. Markdown language
- [Basic writing and formatting syntax](https://help.github.com/articles/about-writing-and-formatting-on-github/)
- [Emoji Cheat Sheet](http://www.webpagefx.com/tools/emoji-cheat-sheet/) :heart_eyes:
Note: some of them cannot work,for example: :simple_smile:
- UML
- Flowchat
2. Android Development3. iOS Development
4. Web Development
- Web Design
[Mobile First Responsive Web design](http://bradfrost.com/blog/web/mobile-first-responsive-web-design/)
- HTML Code Reference
Here is a neat table I found:[HTML code table](http://www.ascii.cl/htmlcodes.htm)
* Themantic Change [\
tag](https://www.w3schools.com/tags/tag_hr.asp)
I don't like this tag, I put here just because to fix an odd issue shown in the email HTML feed.
- CSS
* CSS reset link[http://cssreset.com/]
* Collapsing margins MDN[https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing]
Trick issue when I used the CSS first time. Once the margin result is different from your wireframe. Check here.
* [Box-sizing](https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing)
- SASS
- Glup
- Grunt5. Programming Language
- Python
I used it for my movie trailer thesis at UGA
* [virtualenv](https://virtualenv.pypa.io/en/stable/)
* [pafy](https://github.com/mps-youtube/pafy)6. Huamn Language
- Japanese
- Korean
7. Other Tools
- VIM
[Cheetsheet](http://www.glump.net/howto/desktop/vim-graphical-cheat-sheet-and-tutorial)