I hereby claim:
- I am rodgco on github.
- I am rodgco (https://keybase.io/rodgco) on keybase.
- I have a public key ASDNFeeBk4RSehdK0g2Ynq5A_uVL1IxUx5ejKl-jBnMrMwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Prepare Gemfile | |
| gem 'devise' | |
| gem 'webpacker', '~> 4.0' | |
| gem_group :development, :test do | |
| gem 'database_cleaner' | |
| gem 'rspec-collection_matchers' | |
| gem 'rspec-rails' | |
| gem 'rubocop-rails' | |
| end |
The large square has an area equal to 4 cm2. The grey star was built by joining the vertices of the large square to the centers of the small squares. What is the area of the star? (see question pic in comments)
The area of the star is aproximatelly 2,72 cm2
There are 8 small triangles outside of the star, so I've estimated the area of the small triangles, multiplied by 8, and subtracted from the area of the rectangle. (see answer pic in comments).
README
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> |
| #!/usr/bin/env ruby | |
| require 'Twitter' | |
| # Create a read write application from : | |
| # https://apps.twitter.com | |
| # authenticate it for your account | |
| # fill in the following | |
| config = {consumer_key: '', consumer_secret: '', | |
| access_token: '', access_token_secret: ''} | |
| me = 'Blaze Boy' # to prevent DM yourself |