This is a reference repository; please delete whatever content is not used for your assignment submission. You may also want or need to adjust the .gitignore file for your needs.
By using the extensions.json file in the .vscode folder, you should automatically be prompted to install recommended VSCode extensions when opening this repository. These extensions are also shown in the screenshot below.
The Typora VS Code extension can be used to generate PDFs of the README
Other Markdown resources include:
Bold text is the cat's meow.
Italicized text is the cat's meow.
Bold & Italicized text is the cat's meow.
-
Cats
-
Parrots
-
Caique Parrot
-
Cockatiel
-
Cockatoo
-
-
Rabbits
-
Dogs
-
Retriever
-
Labrador Retriever
-
Golden Retriever
-
-
Shepherd Dog
-
German Shepherd Dog
-
Collie
-
-
-
Cats
The Labrador tried fetching the ball, but the German Shepherd insisted on supervising, and the Collie just rolled its eyes!
The Caique Parrot is plotting something mischievous, while the Cockatiel is just whistling innocently in the corner.
Meanwhile, the Macaw is being loud, and the Cockatoo is busy showing off its dance moves!
The Labrador tried fetching the ball, but the German Shepherd insisted on supervising, and the Collie just rolled its eyes!
- No labs
- No projects
Everyone will get full points.
At the command prompt, type sudo apt update.
/**
* This is C language.
*/
#include <stdio.h>
int main()
{
printf("ESE5190");
}# This is python
print("ESE5190")More links for reference:
-
Link to Basic Syntax: Basic Syntax
-
Getting started with writing and formatting on GitHub URL: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github
There are several ways to add an image to your README file (see below), but the most efficient method is to simply copy and paste the image directly into your code editor (e.g., VSCode). If you have the recommended extensions installed, you should be able to paste the image into your README.
After pasting, you’ll see something like  in your markdown, and the image file will appear in your repository. To keep your repo organized, consider creating an "images" folder and moving all image files there. Don’t forget to update the image path in the markdown to something like .
The Markdown syntax for images doesn’t allow you to specify the width and height of images. If you need to resize an image, you can use the img HTML tag with the width and height attributes to set the dimensions of an image in pixels.
Cat.zip-
Direct Image Link (Hosted Online):
-
Use an image hosted online by inserting its URL in the markdown:

-
-
Relative Path (Image in the Repository):
-
Place the image in your repository and reference it using a relative path:

-
-
Copy-Paste in VSCode:
-
If you are using VSCode with recommended extensions, you can copy an image and paste it directly into the README file. This will automatically add the image to your repo and create the correct markdown syntax:

-
-
Using HTML:
-
If more control is needed (like setting width or height), you can use HTML inside your markdown:
<img src="path/to/your/image.png" alt="alt text" width="300"/>
-
| Points | Grade | |
|---|---|---|
| STU1 | 50 | F |
| STU2 | 70 | C |
| STU3 | 90 | A |
The Gamma function, which satisfies
Use any Latex Equation Generator to generate formulas in Latex format! (e.g., latex_equation_editor )
The first way of adding a Horizontal Rule:
The second way of adding a Horizontal Rule:
The third way of adding a Horizontal Rule:

