vault backup: 2024-08-10 09:01:40
This commit is contained in:
9
Home/Projects/Bunny hutch materials.md
Normal file
9
Home/Projects/Bunny hutch materials.md
Normal file
@@ -0,0 +1,9 @@
|
||||
- [x] 6 - 8' 2x3
|
||||
- [x] 6 - 8' 2x2
|
||||
- [x] 1 roll 24"x25' welded wire, 14ga
|
||||
- [x] 1 roll 36"x10' 1/2 wire mesh cloth
|
||||
- [x] 2 1/2" decking screws
|
||||
- [x] 1/2" staples
|
||||
- [x] 2 barrel bolts
|
||||
- [x] 4 hinges 2 1/2"
|
||||
- [x] 1 4'x8' 1/2" plywood
|
||||
4
Home/Projects/Kitchen tile square footage.md
Normal file
4
Home/Projects/Kitchen tile square footage.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Behind oven: 3' x 6' = 18
|
||||
Backsplash: 2' x 24' = 48
|
||||
|
||||
Total: 66 square feet
|
||||
3
Home/Projects/Retaining wall diagram 1.md
Normal file
3
Home/Projects/Retaining wall diagram 1.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Clipped from: [https://s3.amazonaws.com/media.gardengatemagazine.com/enote-archive/2010/06/100629-large.jpg](https://s3.amazonaws.com/media.gardengatemagazine.com/enote-archive/2010/06/100629-large.jpg)
|
||||
|
||||

|
||||
3
Home/Projects/Retaining wall diagram 2.md
Normal file
3
Home/Projects/Retaining wall diagram 2.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Clipped from: [https://i.pinimg.com/originals/5d/fb/9f/5dfb9f775ef08ea01151fb362c1e76dc.jpg](https://i.pinimg.com/originals/5d/fb/9f/5dfb9f775ef08ea01151fb362c1e76dc.jpg)
|
||||
|
||||

|
||||
38
Home/Projects/Room dimensions.md
Normal file
38
Home/Projects/Room dimensions.md
Normal file
@@ -0,0 +1,38 @@
|
||||
## Basement
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (271 * 176) / one_sqft
|
||||
foot_of_stairs = 40 * 50 / one_sqft
|
||||
tiled_area = 36 * 93 / one_sqft
|
||||
total_sqft = main_area_sqft + foot_of_stairs - tiled_area
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Boys room
|
||||
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (150 * 186) / one_sqft
|
||||
closet_sqft = (50 * 66) / one_sqft
|
||||
total_sqft = main_area_sqft + closet_sqft
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Nursery room
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (154 * 143) / one_sqft
|
||||
closet_sqft = (24 * 60) / one_sqft
|
||||
total_sqft = main_area_sqft + closet_sqft
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Nursey + boys
|
||||
```math
|
||||
total_boxes = 10.574 + 7.952
|
||||
```
|
||||
|
||||
We need 306” of big brown bamboo quarter round
|
||||
Reference in New Issue
Block a user