Skip to content

collection of calculators for estimating materials for home projects

Notifications You must be signed in to change notification settings

jdcalvin/diy_calculators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculators for home projects

Quikrete calculator

Input kitchen counter linear length to compute total quikrete bags needed to make a concrete countertop

# See shaker_calc for instance options and interface methods
QuikreteCalc.new(linear_in: 100)

Shaker calculator

Input width/height for cabinet doors to compute stile, rail, center panel workpieces

# See shaker_calc for instance options and interface methods
ShakerCalc.new(width_in: 10, height_in: 12)

Fraction.rb

String/number value presenter to represent fractions as whole number + custom denominator

Fraction.new(1.375)
=> 1-(3/8)

About

collection of calculators for estimating materials for home projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages