Skip to content
#

reference

Here are 624 public repositories matching this topic...

fvsch
fvsch commented Apr 22, 2016

It's probably worth expanding on the script element.

At the very least I'd mention that <script src="..."></script> blocks content rendering while the script loads and executes, and add a non-blocking example with <script async src="..."></script>.

The scope of this project is not to explain every feature of each element that can go in <head>, but for important features it's probably a goo

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
JesseRMeyer
JesseRMeyer commented Mar 15, 2020

https://github.com/Overv/VulkanTutorial/blob/56389adfef6d51493df7a50475fcf01c36f75c4d/code/09_shader_base.vert#L6

Excellent tutorial. It would be instructive to highlight the importance of the order the vertices are declared in, and that they correspond to the winding order used for front-faced culling. I had unknowingly swapped the last two vertices as I typed them in, which caused the triangl

Liu0506
Liu0506 commented Oct 19, 2018

伸缩盒(新)属性 Flex-shrink 的示例代码, 解释文字不好理解.

原文:
image
标记出来的位置让人不好理解, 看了计算过程, 脑袋一片浆糊.
我个人给出的修改意见如下:

通过收缩因子,所以加权综合可得2001+2001+200*3=1000px
~通过收缩因子,a, b, c 移除的长度占溢出量的长度分别为: 1/5, 1/5, 3/5.
于是我们可以计算a,b,c将被移除的溢出量是多少:
a被移除溢出量:(1/5)*200,即约等于40px
b被移除溢出量:(1/5)*200,即约等于40px
c被移除溢

bluntcoder
bluntcoder commented Oct 21, 2018

Hello,

I cloned the repo and then when I tried to just run it offline in the browser (no internet available where I'm going) - all I get is this:

**--- route: index --- {% include favicons.html %}
{{site.title}} icon {{site.title}} type
{% include carbon.html %}
{{site.subtitle}}
Learn by example: htmlreference.io is a free guide to HTML. It features all elements and attributes.

{%

Improve this page

Add a description, image, and links to the reference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.