mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-21 22:05:46 +00:00
add latest
This commit is contained in:
@@ -21,7 +21,7 @@ NAME(<span class='icon-flex-row'><img src='${steelIcon}' class='icon-size' /><sp
|
||||
## chain with electricity
|
||||
|
||||
```
|
||||
NAME(<span class='icon-flex-row'><img src='${highWheelerIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span><img src='${lightningIcon}' class='electricity-icon' /></span><span class='ratio-count'>1</span></span></span>)
|
||||
NAME(<span class='icon-flex-row'><img src='${highWheelerIcon}' class='icon-size' /><span class='icon-flex-col q-pl-sm'><span><img src='${electricityIcon}' class='electricity-icon' /></span><span class='ratio-count'>1</span></span></span>)
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
@@ -1,19 +1,27 @@
|
||||
Telephones - filament
|
||||
|
||||
Find the LCD of all the %'s
|
||||
|
||||
```
|
||||
LCD(1/3,2/3) = 3
|
||||
|
||||
4
|
||||
4/3 = 1.3
|
||||
= 2
|
||||
1.3 -> 2
|
||||
1.3/2 = 0.66
|
||||
2 @ 0.66
|
||||
|
||||
Go other way
|
||||
|
||||
2/0.66 = 1.3
|
||||
1.3/3 = 4
|
||||
2 * 0.66 = 1.3
|
||||
1.3 * 3 = 4
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Not this: because 2 @ 0.33 = 1 @ 0.66
|
||||
|
||||
```
|
||||
4
|
||||
|
||||
4/3 = 1.3
|
||||
@@ -21,3 +29,4 @@ Not this: because 2 @ 0.33 = 1 @ 0.66
|
||||
r 0.66
|
||||
0.66/2
|
||||
= 2 @ 33%
|
||||
```
|
||||
|
||||
4
docs/todo.md
Normal file
4
docs/todo.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# todo
|
||||
|
||||
- Add scss mixins and functions to the vue composition api section
|
||||
- Difference between import and use in scss
|
||||
@@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
Archive:
|
||||
✘ push to gh pages @cancelled(22-09-25 22:01) @project(ToDo)
|
||||
✔ document div with background instead of img @done(22-09-25 21:08) @project(ToDo)
|
||||
|
||||
Reference in New Issue
Block a user