Difference between revisions of "Scratchpad"

From Family History Book
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
 
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
** <youtube>https://www.youtube.com/watch?v=gEDRb67-HfQ</youtube>
+
** [https://www.youtube.com/watch?v=gEDRb67-HfQ YouTube video about OnShape vs Blender]
  
 
=Tech Stuff=
 
=Tech Stuff=
 +
 +
==MacOS==
 +
 +
* [https://osxdaily.com/where-download-macos-installers/ MacOS Installers]
 +
 
==Wio Terminal Links==
 
==Wio Terminal Links==
 
* GitHub for Wio Terminal SenseCap project:  https://github.com/Seeed-Studio/SenseCraft
 
* GitHub for Wio Terminal SenseCap project:  https://github.com/Seeed-Studio/SenseCraft
Line 59: Line 64:
 
* [https://www.hometalk.com/posts/build/shelves/how-i-doubled-my-kitchen-counter-space-thanks-to-a-2x4-14749165 2x4 shelf]
 
* [https://www.hometalk.com/posts/build/shelves/how-i-doubled-my-kitchen-counter-space-thanks-to-a-2x4-14749165 2x4 shelf]
 
* [https://www.canva.com/design/DAFksgwUYUc/xm0xNA7za_56Ul1vpQcf3A/view?utm_content=DAFksgwUYUc&utm_campaign=celebratory_first_publish&utm_medium=link&utm_source=celebratory_first_publish Kat's Sandbox logo]
 
* [https://www.canva.com/design/DAFksgwUYUc/xm0xNA7za_56Ul1vpQcf3A/view?utm_content=DAFksgwUYUc&utm_campaign=celebratory_first_publish&utm_medium=link&utm_source=celebratory_first_publish Kat's Sandbox logo]
 +
* [https://www.ilikeknitting.com/collections/knitting-baby-patterns/aloha-stripes-beach-dress/?t=14997 Sundress for Alessia]

Latest revision as of 16:53, 23 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

MacOS

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects