This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:fall2023:projects:abc0 [2023/08/22 00:35] – [Locate journal and customize title and intro] walley | notes:data:fall2023:projects:abc0 [2023/08/24 17:47] (current) – [Log into Lab46 wiki] jgleas15 | ||
---|---|---|---|
Line 39: | Line 39: | ||
Once logged in note that the left sidebar has been updated with some new links, now on the wiki you have access to links to the course homepages of the classes you are taking and a link to your journal. It would be a good idea to familiarize yourself with these resources. 8-) | Once logged in note that the left sidebar has been updated with some new links, now on the wiki you have access to links to the course homepages of the classes you are taking and a link to your journal. It would be a good idea to familiarize yourself with these resources. 8-) | ||
+ | |||
+ | * Also if you have done a journal in previous semesters and would like to recall on them you can use the " | ||
+ | |||
+ | * First click **journal** | ||
+ | * Second the **class year** of your journal | ||
+ | * Third your **username** | ||
+ | * Finally select your **week** you wish to access | ||
====Set up personal development system==== | ====Set up personal development system==== | ||
Line 51: | Line 58: | ||
Your discord screen name (they aren't always easy to intuit, after the heading “discord: ”) | Your discord screen name (they aren't always easy to intuit, after the heading “discord: ”) | ||
- | Your matriculated program of study (after the heading “program: ”) | + | Your matriculated program of study aka your major (after the heading “program: ”) |
Any other information you feel pertinent to tell me (after the heading “other: ”) | Any other information you feel pertinent to tell me (after the heading “other: ”) | ||
Line 57: | Line 64: | ||
====Create and execute hello.c==== | ====Create and execute hello.c==== | ||
+ | Create and name a text file " | ||
+ | |||
+ | Once the file is created open it with a text editor. Ex: nano or vim. | ||
+ | |||
+ | Write the following program to the file. | ||
+ | |||
+ | #include < | ||
+ | | ||
+ | // This code outputs" | ||
+ | int main() { | ||
+ | printf(" | ||
+ | return (0); | ||
+ | } | ||
+ | |||
+ | Now compile the program with the following command | ||
+ | |||
+ | gcc -Wall -std=gnu18 hello.c -o some_file_name | ||
====Locate journal and customize title and intro==== | ====Locate journal and customize title and intro==== | ||
- | Your journal is always available while on the lab46 website under **__contents__** on the left side of the screen. | + | Your journal is always available while on the lab46 website under **__content__** on the left side of the screen. |
You're able to customize many aspects of this page to your liking, simply use the [Edit] button on the bottom right of each module to change what appears. Feel free to experiment with different options and formats within this page to see what best matches you and your workflow. | You're able to customize many aspects of this page to your liking, simply use the [Edit] button on the bottom right of each module to change what appears. Feel free to experiment with different options and formats within this page to see what best matches you and your workflow. |