day_of_week
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
day_of_week [2020.12.29 06:33] – [try] Steve Isenberg | day_of_week [2022.11.12 13:06] (current) – Steve Isenberg | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOCACHE~~ | + | ~~NOCACHE~~ |
=====Doomsday algorithm===== | =====Doomsday algorithm===== | ||
Given a date, determine the day of the week it falls on. All based on last day of February in the year, the doomsday. | Given a date, determine the day of the week it falls on. All based on last day of February in the year, the doomsday. | ||
Line 47: | Line 48: | ||
18 is even, /2 is 9, 9 is odd +11 is 20. Mod 7 is 6, from 7 is 1, so doomsday for 1918 is Thursday\\ | 18 is even, /2 is 9, 9 is odd +11 is 20. Mod 7 is 6, from 7 is 1, so doomsday for 1918 is Thursday\\ | ||
Nov 7 is Thursday, so 11th is Monday. | Nov 7 is Thursday, so 11th is Monday. | ||
- | |||
- | =====Convert Fahrenheit to Centigrade and Back In Your Head===== | ||
- | As a shortcut, F=degrees Fahrenheit and C=degrees Centigrade (or Celsius).\\ | ||
- | The basic conversion is exact:\\ Degrees F = (Degrees C * 9/5) + 32 and\\ Degrees C = (Degrees F - 32) * 5/9 | ||
- | |||
- | ===F to C=== | ||
- | - Subtract 32 from F | ||
- | - Halve the result | ||
- | - Add back 10% of the result | ||
- | - Done, you have C. | ||
- | |||
- | Example\\ | ||
- | Start: F = 57\\ | ||
- | Minus 32: F-32 = 25\\ | ||
- | Halve it: 25/2 = 12.5\\ | ||
- | Add back 1/10: 12.5 + 1.3 = 13.8 or 14C | ||
- | |||
- | ===C to F=== | ||
- | - Double C | ||
- | - Double the result | ||
- | - Subtract 1/10 of the result | ||
- | - Add 32 | ||
- | - Done, you have F. | ||
- | |||
- | Example\\ | ||
- | Start: C=32\\ | ||
- | Double it: C*2 = 64\\ | ||
- | Subtract 1/10: 64-6 = 58\\ | ||
- | Add 32: 58+32 = 90F| | ||
- | |||
- | |||
- | |||
- | |||
- | |**F to C**\\ 1. Subtract 32 from F\\ 2. Halve the result\\ 3. Add back 10% of the result\\ 4. Done, you have C.\\ \\ Example: | ||
- | <hidden page stats> | ||
- | This page has been visited | ||
- | {{counter|today| time| times}} today, | ||
- | {{counter|yesterday| time| times}} yesterday, and | ||
- | {{counter|total| time| total times}} since 12/29/2020. | ||
- | </ |
day_of_week.1609252408.txt.gz · Last modified: 2021.12.22 11:25 (external edit)