-
Hello, just to let you know, whenever someone clicks on one of the little blue question marks next to the boxes that allow user input, the whole page refreshes completely losing the information on the…
-
Program showing negative values for input of 100.
-
1. Is there docs for this? can I see a hello world triangle example?
2. how is this used?
3. Is this even still indev?
-
Hi, I'm currently trying to run GaussianBlendshapes on the Duda dataset from INSTA, but I’m encountering an issue when attempting to create a grid for finding nearest triangle. Could you provide any i…
-
Сделать треугольные шейпы.
Пример:
![tri1](https://f.cloud.github.com/assets/2348925/290556/5cdd1b1a-92e7-11e2-80a8-a7484e1a318d.png)
![tri2](https://f.cloud.github.com/assets/2348925/290557/5fb79284-…
-
Тук доста неща не работят.
Първо по функционалността:
## Save-а не работи през refresh
Като си save-на canvas-a, идеята е да мога да си презаредя страницата и да заредя това, което съм save-нал.
1. …
-
It was always confusing when drawing triangles - often they end up on the opposite side than expected (until you memorize it is created to the left of the line).
It would be a bit less confusing if t…
-
Triangles license says
"Please note that although Triangle is freely available, it is copyrighted by the author and may not be sold or included in commercial products without a license. "
now... …
-
## [120. Triangle](https://leetcode.com/problems/triangle/)
给定一个三角形,找出自顶向下的最小路径和。每一步只能移动到下一行中相邻的结点上。
__相邻的结点__ 在这里指的是 `下标` 与 `上一层结点下标` 相同或者等于 `上一层结点下标 + 1` 的两个结点。
#### Example
例如,给定三角形:
…
-
Take N (number of rows), print the following pattern (for N = 4).
1
2 3 2
3 4 5 4 3
4 5 6 7 6 5 4
Input Fo…