Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Last active June 5, 2017 06:59
Show Gist options
  • Save xgqfrms-GitHub/cc23c2cacbeb21bd6ccf36b1c6a5bf39 to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/cc23c2cacbeb21bd6ccf36b1c6a5bf39 to your computer and use it in GitHub Desktop.
Syntax Highlighter & copy paste & webgl & three.js & Low Poly & CSS变量 `currentColor`

Syntax Highlighter & copy paste

SyntaxHighlighter

https://alexgorbatchev.com/SyntaxHighlighter/

copy & paste

https://tutorialzine.com/2016/10/quick-tip-accessing-the-clipboard-with-javascript

https://clipboardjs.com/

https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/Using_data_attributes

webgl & three.js

http://ife.baidu.com/college/detail/id/6

https://github.com/Ovilia

http://www.ituring.com.cn/book/miniarticle/58552

https://www.w3.org/TR/webaudio/

https://www.zhihu.com/question/29856775/answer/57668656

Low Poly

https://en.wikipedia.org/wiki/Low_poly

https://www.youtube.com/watch?v=4rIEUv_Tiv4

https://soundcloud.com/low-polyy

http://alssndro.github.io/trianglify-background-generator/

https://snorpey.github.io/triangulation/

https://qrohlf.com/trianglify-generator/

https://digital.com/blog/best-low-poly-generators/

http://ieeexplore.ieee.org/document/7314186/

https://github.com/baidu-ife/ife/tree/master/2015_spring/task#

https://github.com/baidu-ife/ife/tree/master/2015_summer

http://www.cnblogs.com/Wayou/p/how-to-make-a-simple-html5-canvas-game.html

http://www.wizardslizard.com/

http://www.lostdecadegames.com/demos/simple_canvas_game/

http://www.lostdecadegames.com/demos/simple_canvas_game/js/game.js

http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/

https://wayou.github.io/

https://wayou.github.io/2016/06/26/mail-dev/

http://mewbies.com/how_to_easily_create_ascii_art_qr_codes.htm

https://wayou.github.io/2015/01/18/all-this/

CSS变量 currentColor

currentColor

https://wayou.github.io/2014/12/07/css-currentColor/

<div class="container">
    好好说话,有话好好说
</div>
.container{
    color: #3CAADB;
    border: 4px solid currentColor;
}
@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 3, 2017

@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 5, 2017

codemirror

https://codemirror.net/

CodeMirror是用于浏览器的JavaScript实现的多功能文本编辑器。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment