Rules
Back to: General Discussion0 Replies
Home / Forums / General Discussion / Rules
Tagged: introduction
- This topic has 0 replies, 1 voice, and was last updated 7 months, 2 weeks ago by
Shawn Hymel.
-
AuthorPosts
-
July 23, 2025 at 7:53 pm #3489
Welcome to the General Discussion forum! Please use this forum to discuss anything related to electronics, embedded systems, programming, etc.
For now, I am the sole administrator of this course and forum. Please follow the rules listed below. I will issue warnings, delete posts, and ban users at my discretion.
Rules:
- Be civil! Anything offensive or abusive will be deleted, and you will be banned
- Do NOT post solutions to any quizzes or projects! You can ask questions about them, but do not post your answer or the solution
- If you are enrolled in a course, please use that course’s private forum to ask questions or get help
- If you post code, please format it using the
<pre><code>your code</code></pre>markers to make it easier to read for everyone. See below for HTML help.
Formatting Posts in the Forum
This forum is built on bbPress, which supports a limited set of HTML tags for formatting. You can use the following HTML tags to format your posts:
Task HTML Example Output Bold <strong>This is bold</strong> This is bold Italic <em>This is italic</em> This is italic Link <a href=”https://example.com”>Click here</a> Click here Inline Code <code>print(“Hello”)</code> print("Hello")Block Code (multi-line) <pre><code>
def hello():
print(“Hello”)
hello()
</code></pre>`
def hello():
print(“Hello”)
hello()
`Blockquote <blockquote>This is a quote</blockquote> This is a quote
-
This topic was modified 7 months, 2 weeks ago by
Shawn Hymel.
-
This topic was modified 7 months, 2 weeks ago by
Shawn Hymel.
-
AuthorPosts
- The topic ‘Rules’ is closed to new replies.
