LIVE TOMORROW: Bring math and science concepts to life with PhET Interactive Simulations through interaction and exploration. Learn strategies to lead effective whole-class discussions using progressive questioning sequences to deepen understanding. #studentInquiry #worksheet #math vz.to/4ht1YnG
How I vibe coded a math game in ten minutes

I received a ticket from my product manager (my wife) to add a new feature for our largest customer (my kindergartner). The requirements doc included a worksheet from school that looked like this. I took that exact screenshot (blurriness, bad lighting, scribbles, and all) and…

mattsayar.com
Math Worksheet Generator : generare esercizi di matematica

esercizi di matematica

Web Apps Magazine

Expressing gratitude is a step toward a healthier, happier life; give thanks for loved ones, blessings, and accomplishments. If your goals aren't quite being met, our exclusive Manifest Your Dreams Worksheet can help you refocus.

https://bit.ly/3EHDUMC
#Manifestation #Gratitude #Journaling #Worksheet #Dreams #Goals #Achievements #Focus #Intention #Magick

Manifest Your Dreams Worksheet Set of 3 Pages- PDF Download

Feeling lost or overwhelmed with what exactly you want to do with your career? This printable worksheet will help you think creatively!

https://frayedpassport.com/worksheet-build-a-career-path-that-lets-you-work-remotely-and-travel/

#worksheet #travel #wfh #remotework #creativity #careers #careerbuilding #jobsearch

Worksheet: Build a Career Path that Lets You Work Remotely and Travel

Feeling lost or overwhelmed with what exactly you want to do with your career? This printable worksheet will help you think creatively!

Frayed Passport
Business Essentials: Brand Identity Worksheets

A collection of brand worksheets to assist any small business owner or startup founder with a roadmap of creating a brand identity for your business, product or service. In this collection, you'll find the following templates: Brand Traits Chart: This chart has a list of assorted traits to help you find four to six traits that are the most important to your brand. Be selective in this process. Use a scoring system of one to four with each identified trait with four being the most important. The colored cells denote adjectives associated with elements and weatherBrand Voice: Using the selected traits in the 'Brand Traits' chart, draft descriptions, associations, and avoidances. Remember, these four adjectives will become the main traits associated with your brand identity so all of your marketing and communications will be shaped around these characteristics.Brand Research Questionnaire: This short questionnaire is useful for early-stage brand development. As you're building out your brand, use this questionnaire to interview members of your preferred target audience to capture insights in order to re-evaluate your brand identity, narrative, and positioning.Competitive Analysis: A competitive analysis helps you to analyze your competitors and determine how to best compete for customers. This needs to identify your competition by products or services and market segment, focusing on strengths, weakensses, opportunities, and threats.Target Audience: A target audience or market is a group of consumers that share similar beliefs, traits, and values who are most likely to purchase your company's products or services. In order to effective market, you need to understand as much as you can about your audience.

Gumroad

For anybody that is into tarot or oracle, I've put up a free worksheet to do your year-ahead tarot spread. Just pull one card for each month of 2023 and record them on the sheet. Use your journal or the back of the page to write down any notes about each card.

You can also figure out your year card in tarot by adding the month and day of your birth plus 2023.

For example my birthday is June 28th. So I would add 6(June) + 28 + 2023 = 2057. Then I add 2 + 0 + 5 + 7 = 14 which is Temperance in tarot. This card is about relationships and balance.

You can also take 14, add the digits 1 + 4 to make 5, which would then be your year path number. The year path is usually a number between 1 and 9. This can also correspond to tarot, which would be the Hierophant. This is a card of conforming and committing when upright. When in reverse it's a card of doing your own thing.

For a little extra fun, read the Temperance and Hierophant together. That could be about balanced commitments and harmony in relationships. Those relationships don't have to be with physical people. They can be with anything!

http://dellawrenbooks.com/digital-services/year-ahead-tarot-spread-worksheet

Love to all.

Della

#tarot #tarotreaders #yearahead #oracle #worksheet #lifepathnumber #yearcard #free

Year Ahead Tarot Spread Worksheet

Della Wren Books

5 Different Methods To #Copy And Update An Excel Worksheet Data To Another #Worksheet

http://www.repairmsexcel.com/blog/copy-and-update-excel-worksheet-data

5 Different Methods To Copy And Update An Excel Worksheet Data To Another Worksheet

Learn how to copy and update Excel worksheet data to another Excel worksheet in an easy step by step process without losing any data.

Excel File Repair Blog

Worksheet function for distance between Latitude/Longitude coordinates - https://superuser.com/questions/602798/how-to-do-a-great-circle-calculation-in-ms-excel-or-libreoffice This formula calculates the distance between 2 Lat/Long coordinates (A1,B1;A2,B2):

=ACOS(COS(RADIANS(90-A1))*COS(RADIANS(90-A2))+SIN(RADIANS(90-A1))*SIN(RADIANS(90-A2))*COS(RADIANS(B1-B2)))*6371*1000

The result in in meters.
#Excel #LibreOffice #Worksheet #formula #GPS
via https://magicfab.ca/liens/

How to do a "great circle" calculation in MS Excel or LibreOffice?

I got two columns with latitude and longitude values. I need to calculate the distance between the points in every row. I'm trying to use the haversine formula as seen here: That's the so called "...