mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

Lab post #104

Closed mikeizbicki closed 2 years ago

mikeizbicki commented 2 years ago

For Part I of this week's lab, you have to practice using markdown with github issues. This will ensure that you know all of the syntax that you'll have to implement in your homework assignment. You can find the full guide to the syntax at https://guides.github.com/features/mastering-markdown/

To complete Part I, reply to this issue with a message that contains all of the markdown syntax.

Your message should contain the following "inline" elements: bold text, italic text, strikethrough text, a link to your favorite webpage, some <code>inline code</code> and an image: the octocat.

And your message should contain the following "block" elements:

An ordered list:

  1. the first item
  2. the second item
  3. the last item

An unordered list:

A code block:

<html>
<body>
<b>Hello World!</b>
</body>
</html>
And a little table: Name of family member Role in the family
Homer Dad/Husband
Marge Mom/Wife
Bart Son/Brother
Lisa Daughter/Sister
Maggie Daughter/Sister

Important: Notice that the code blocks contain HTML, but that the HTML inside of a code block is not getting rendered as HTML. You will have to ensure that this happens correctly in your homework, and there is a hint in the compile_code function about how to accomplish this task.

mikeizbicki commented 2 years ago

This is a comment I'm creating in section 1 today. Github converts bold into bold.

This is a new paragraph.

<a href="github.com/mikeizbicki/cmc-csci040>this is the course webpage.

In markdown this is the course webpage.

louiseanne commented 2 years ago

Hello! This is my lab post for part one of this weeks lab. I am hoping that this weeks lab is easy is not as challenging as last weeks. Because I have a lot of readings this week. if you want to add my webpage to your code, here is the inline code<a href= "https://louiseanne.github.io/"> But if you just want to visit my webpage, do that here.

My favorite songs right now

  1. Silk Chiffon by MUNA and Phoebe Bridgers
  2. Jackie and Wilson by Hozier
  3. Little Joys by Maggie Rogers

Some of my favorite foods

sustantivo artículo
leche la
oso el
bolígrafo el
botella la
teléfono el
<html>
    <body>
        <h1> This is my block of code </h1>
    </body>
</html>

kikis delivery service

mikeizbicki commented 2 years ago

this is my title

This message was created in section 2. Links in markdown are made like this.

Markdown is a formatting language just like HTML, it is totally different than python.

yeswetran commented 2 years ago

Hi everyone! This is my Part 1 submission for this week's lab. First of all, I gotta say that @louiseanne's got some real zingers in her post -- major props for setting the bar high.

Anyways, I feel that I don't know that many of you, which is a shame since everyone seems so cool! Here's some stuff about me.

Okay, I feel like those lists above were quite messy, and I'm in the mood for some light self-deprecation, so let's rate this post!

Criterion Grade
Is Clean C
Is Funny NC
Is Candid A
Fulfills All Lab Requirements A

Also, whoa, print("I never realized that backticks were a thing until now!!!")

Anyways, that's enough from me for now.

lab = ["bold", "italic", "strikethrough", "hyperlink", "inline_code", "ordered_list", "unordered_list", "code_block"]
requirements = 0
lab_score = 0
for x in lab:
    requirements += 1
if requirements == len(lab):
    lab_score = 5
return lab_score
sophiahuangg commented 2 years ago

Hi everyone! Here is my post for part one of this week's lab. I should probably be coding sleeping right now. Unfortunately, I am not.

Here is my favorite website as of right now. If I were to write it as inline code, it would look like <a href="https://www.instagram.com/sophmeetsfood/">.

I am a big fan of Shar Peis. Shar Pei

The highest poker hands are:

  1. Royal Flush
  2. Straight Flush
  3. Four of a Kind

My Spotify consists of a lot of:

<html>
     <head>
          <title>CODE BLOCK!!</title>
     </head>
</html>
SAS Player Position
Bryn Forbes Guard
Dejounte Murray Guard
Lonnie Walker IV Guard-Forward
Keldon Johnson Forward-Guard
nathanarimilli commented 2 years ago

Hi everyone! This is my post for part 1 of this week's lab. I'm finding these labs to be challenging but not too tough to handle. I'm super excited about being introduced to html python coding and I'm eager to learn more and more. Here are some random things about me. One of my favorite games to play online when I'm bored is called slither.io and I highly recommend if you don't know about it. If you for some reason want to add this game webpage to your own code, the inline code would be <a href="http://slither.io/">.

Here is how slither.io looks: This is how it looks

Here are my three favorite online games:

  1. Slither.io
  2. Tank Trouble
  3. Mighty Guy 3

Here are my favorite athletes:

My favorite NBA player on my three favorite teams

NBA Team Favorite Player on Team
Houston Rockets John Wall
OKC Thunder Shai Gilgeous-Alexander
Brooklyn Nets James Harden
<html>
<body>
<b>Code Block!</b>
</body>
</html>
nilavenkat commented 2 years ago

Hi everyone! Here is my lab post for this week. This text is ~strikethrough~! I've been using this webpage to catch up on sleep. This is the code to display an image ![Markdown Meme](https://media.makeameme.org/created/markdown-markdown-everywhere.jpg) This is what it looks like : Markdown Meme

Here is an ordered list:

  1. Ordered
  2. List
  3. Very cool

Here is an unordered list:

<html>
<body>
<b> this is a code block! </b>
</body>
</html>
Here are all the dorms I've lived in at CMC: Year Dorm
First year Marks
Second year Chall
Third year Covid :(
Fourth year Crown
evankim08 commented 2 years ago

Hey guys, here's Part 1 of my lab submission for this week.

This is my favorite website. They have a Framed series that consists of some pretty sweet photographs, usually at soccer matches around the world. This is one of them:

man u photo for lab - soccerbible

If you want to embed this website into your webpage or another project, here's the code to get you started: <a href = "https://www.soccerbible.com/">

Below is how the CMS Men's Soccer team has been ranking this year.

In the SCIAC standings, by conference matches:

  1. Claremont-Mudd-Scripps (4-0)
  2. Pomona-Pitzer (3-0)
  3. Redlands (2-1-1)
  4. Whittier (2-1)
In the national polls: Poll National Ranking (Top 25)
Pre-season 14
Poll 1 Unranked
Poll 2 20
Poll 3 14

This is decent, but we'll keep moving up.

We have a strict gameday routine:

Finally, I present:

<html>
<body>
<p>the code block!</p>
</body>
</html>

That's all, thank you for reading!

kevinm126 commented 2 years ago

Hi everybody, It's me Kevin. I'm actually really enjoying our computing for the web intro to hacking course so far. But this upcoming homework is gonna put through the wringer and I know it so I'm procrastinating like a good first-year college student should. I took my Econ Midterm today though so that really takes some weight off my shoulders at this point. For the few first years in this course, if you are struggling in econ50 this is for you: That's Tuff

Sorry! in reality though there is econ websites like this one that you should really be checking out ASAP. Also i need to add some inline code so here is something that would return true in python I_am==Kevin

Here's my 3 of my favorite MMA fighters:

Here's my top 3 rappers currently:

  1. DRAKE????????
  2. Future
  3. lil bebe

here's a code block

   <html>
   <body>
   <p>what's up</P>
   <body>
   <html> 

And here's a table just cause grades ya know:

days my classes
monday computing for the web
monday FHS
monday Philosophy
monday Econ
herbertlohmus commented 2 years ago

Good Morning Y'all!

This is my ~low~ high effort attempt at preparing for lab number 4.

Here is a link to one of my favorite magazines for philosophy. A few articles are free but I would consider supporting them as the writing is really good.

Kant Meme Who doesn't love a good Phil meme, am I right?!

Reasons why one should barefoot:

My three favorite books:

  1. "An Answer from the Silence" by Max Frisch
  2. "Little Prince" by Antoine de Saint-Exupery
  3. "Tõde ja Õigus" by Anton Hansen Tammsaare

My favorite artist from these countries:

Artist Country
Jacob Collier England
Antoha MC Russia
Zaz French

I think this should be your catch phrase: <h1> Ready to break your reality with my Kantian ways<h1/>

<html>
  <body>
    <div class="finance">
          <h2>Writing for the Financial Portal of LHV Bank (in Estonian)</h2>
          <ul>
            <li>
              <a href="https://fp.lhv.ee/news/newsView?newsId=5589039"
                >Piimaalternatiivide tõus Oatly näitel</a
              >
            </li>
            <li>
              <a href="https://fp.lhv.ee/news/newsView?newsId=5589346"
                >Mida kujutab endast otsenoteerimine?</a
              >
            </li>
            <li>
              <a href="https://fp.lhv.ee/news/newsView?newsId=5590004"
                >Wise läheb börsile</a
              >
            </li>
            <li>
              <a href="https://fp.lhv.ee/news/newsView?newsId=5593168"
                >Kuhu investeeriti LHV Kasvukontoga II kvartalis 2021?</a
              >
            </li>
          </ul>
    </div>
  <body/>
<html/>
wgalbreath commented 2 years ago

Hi class! William here! This is a fun class we are taking. Here is my post for part one of this week's lab. I have enjoyed learning all the coding we have learned. Excited to learn more coding hacking skills in class.

Out of all the <p>websites</p> out there, this one may be my favorite.

Image of Survivor

TV shows to watch:

  1. Survivor
  2. Money Heist
  3. iCarly

Best TV characters/stars:

Here is some code as well:

    <html>
    <body>
    <p> Greetings and good day!
    </p>
    </body>
    </html>
What to have when watching TV: Foods Drinks
Popcorn Water
Nutella Milk
Fruit Smoothie
Candy Apple Juice
chatch166 commented 2 years ago

Hello all! Here is my lab post for Computing for the Web Introduction to Hacking week 04.

Here's some info about one of my favorite places in the world: Multnomah Falls, near my hometown of Portland, Oregon. While this isn't my favorite website, I still invite you to take a look at the US Forest Service's Page on the Falls.

And if you ever feel inclined to make a webpage on the Falls, here's some inline code to link to the wonderful image I provided: <img src = "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Multnomah_Falls_on_2_August_2012.jpg/1200px-Multnomah_Falls_on_2_August_2012.jpg" width="500px" alt="Multnomah Falls" title="Multnomah Falls">.

And some block code for an HTML header:

<html>
<body>
<h1> This is Multnomah Falls! </h1>
</body>
</html>

Here's a beautiful image of the Falls: Multnomah Falls

Some wonderful memories I have over the years at the fall include:

And while Multnomah Falls is excellent, it doesn't quite make the list of my top Oregon destinations. If you ever come to Oregon, be sure to hit:

  1. Haystack Rock
  2. Crater Lake
  3. Opal Creek
  4. Goat Rocks
Lastly, because I'm not sure how to make a table related to the Falls, here's a table of Sebastian Vettel's F1 results this season: Location Result
Bahrain 15
Portugal 13
Spain 13
Monaco 5
Azerbaijan 2
France 9
Austria 12
Austria 17
Britain 19
Hungary 20
Belgium 5
Netherlands 13
Italy 12
Russia 12
Italy 15
laurenleadbetter commented 2 years ago

Hi everyone,

Since making my last cat themed website I've started fostering a kitten! Some friends found her hiding in a car engine outside of our apartment complex, but no one has claimed her yet. :sob:

un-named kitten

She's a little rascal. If I stop paying attention to her, she can get really crazy. She still doesn't have a name, I'm thinking Cat, Sosa, Olive, Stinker.

Things I'm Learning About Kittens

Kittens_are_stinkey == True

Other Things I'm Learning

Her Favorite Places to Nap

  1. On my keyboard while I'm typing
  2. Inside of a baseball hat
  3. Behind the couch
Toy Reaction
Bumble bee on a string Jumps around like crazy
Mechanical mouse Stalks from a distance
Catnip No reaction (kittens aren't attracted to catnip!)
<html>
<body>
<p>Cool, thanks :) </p>
<body>
<html> 
macroanton commented 2 years ago

Here's my son Lucas! and some fun facts about his breed

Cool Lucas (2)

Lucas does not know what computers are

Things Lucas Likes * Belly-rubs * Eggs * Religiously barking at 3am Dislikes: 1. His cologne 2. Showers 3. Being called Lulu Will eat | Will not eat ---------|------------- Bacon | Kibble without egg Treats | Radioactive waste Couch | You
anikakimme commented 2 years ago

Hi everyone! In case you didn't get a chance, you definitely might want to check out my website about elephant seals I made for the first homework.

Here's some inline code for the link <a href = "https://anikakimme.github.io/index.html"/>

Since they're so cute, check out this photo of elephant seals:

Elephant Seals

Here are some of my favorite sports:

  1. Running
  2. Swimming
  3. Rock climbing

Other classes I'm in:

In case you forgot about them, here's a table about the different dining halls at the 5Cs:

Dining Hall School
Collins CMC
Mallot Scripps
Hoch HMC
McConnell Pitzer
Frary Pomona
Frank Pomona
Oldenborg Pomona

Check out this random block of code:

<html>
    <body>
        <h1>Code for CSCI040 Lab</h1>
    </body>
</html>
jhwang22 commented 2 years ago

Hey everyone. I hope you are all doing well and getting some a good amount of of sleep, especially with midterms. Grades are important, but your well-being comes first. Don't forget that!

During stressful times, I unwind by cooking. I've tried quite a few recipes but posted some of my favorite ones on my website.

Let me know if you like to cook too so we can exchange recipes!

If cooking isn't your thing, here's the inline code of a resource that lists ways to de-stress quickly: <a href = https://thrive.kaiserpermanente.org/thrive-together/live-well/need-quick-ways-relax-de-stress-throughout-day>

I hope none of you are as sad as this cat.

teary_eyed cat

Sometimes it helps to step back and think about what you’re grateful for. I appreciate:

I try to make a to-do list to identify and therefore knock out the most urgent tasks. But sometimes I do this instead:

  1. Make a list
  2. Look at list
  3. Panic

Here’s a code block:

<html>
<body>
<p> I send you good vibes </p>
</body>
</html>

Lastly, here’s a little table:

Things I Don’t Like Things I Love
You doubting yourself You believing in yourself
You losing sleep You getting at least 6 hours of sleep a day
You comparing yourself You realizing your self-worth
derikkk commented 2 years ago

Midterm season is coming or here for many of us- good luck! send help check out my website Here have some inline code

Unordered List of Breakfast Food

Morning Checklist

  1. Coffee
  2. Breakfast
  3. Keys
Classes Major
History of Slavery History
CSC 040 CS
Macroeconomics Economics
ECON 120 Economics
<html>
    <body>
        <h1> This is my block of code </h1>
    </body>
</html>

Yeet [Alt Text](How I'm feeling about midterm season :))

NHendelman commented 2 years ago

I am very hungry because i missed out on today's food trucks where they served pasta. I satisfied myself by looking at images of spaghetti. Spaghetti is better than Tortellini.

Cool inline code! <a href="https://www.istockphoto.com/photos/spaghett"

MMMMMM Pasta

Ordered Pasta Tierlist

  1. Spaghetti
  2. Rigatoni
  3. Tortellini

Unordered Pasta Tierlist

<html>
<body>
<b>Hello World!</b>
</body>
</html>
Type of food Will I eat it
Pasta Yes
Fruit Probably
Escargots No
Pasta Yes
zealotwithcharge commented 2 years ago

I have a paper in 14 hours. I totally know what I'm doing. no I don't. Let's learn more about Capybaras. Capybaras are cool

<html>
<body>
<p>
Capybaras are super cool.
</p>
</body>
</html>

Reasons why Capybaras are cool:

  1. They are chillest animal on the planet.
  2. They will be friends with anyone.
  3. They love just hanging out.

Things not to do to Capybaras:

Animals Will a Capybara be friends with it
Alligators Yes
Birds Yes
Dogs Yes
Cats Yes
Humans Yes
nikhilagarwal1111 commented 2 years ago

Hey guys, this is Nikhil, hope you guys are doing good today, cause I'm not, cause I'm doing great! During this period I spend a lot of time on YouTube. If you prefer to read that as in-line code, here it is! <a href="https://www.youtube.com">

Here is an image of Centre Court at Wimbledon, the most prestigious tennis court in the entire world

Absolutely beautiful

Here's the current top 4 in the ATP rankings

  1. Novak Djokovic
  2. Daniil Medvedev
  3. Stefanos Tsitsipas
  4. Alex Zverev

Here are the four Grand Slams

<html>
  <head>
  <b> This is a code block! </b>
  </head>
</html>
My Classes Day of the Week
GOV060 T/R
ECON101 M/W
ECON120 T/R
CS040 M/W
jennifersjlim commented 2 years ago

Good morning, this is a post for this week's lab. I hope you guys are well surviving through this mid-term week. A great way to start your morning: check out the adorable koalas Learn more about them by looking up cool videos on Youtube

<a href="https://www.youtube.com/">

koalas

Things I do in the morning:

  1. Snooze all the alarms
  2. Try to wake myself up with good music
  3. Go straight to shower once I wake up

Things I do before I go to bed:

<html>
<body>
<b>Hello World!</b>
</body>
</html>
Days of the week Wake up time
Monday 8:30
Tuesday 9:00
Wednesday 8:30
Thursday 9:00
Friday 9:25
nrj-demello commented 2 years ago

Welcome to my great post

Hello Everyone
This is me trying to makie it italic - text =italic

inline code? <a href="https://www.google.com/maps">

Uh oh

this is an egg?

  1. This
  2. is an
  3. ordered list
<html>
  <head>
  <b> This is a code block! </b>
  </head>
</html>
Leftside Rightside
Here is some text The text is now here
Hello from this part of the table I am in existence
!!!!!!!! Exclamation mark

Please click here for a virus click

KaranGoel1 commented 2 years ago

This sentence is bold. This sentence is italic. This sentence has a link in it. This one has a strikethrough Here is my image: <body><p>coding is fun</p></body> Finally, my inline code: MP4/4

Below is my table:

  1. Formula 1
  2. is
  3. fun

An ordered list of my favorite drivers:

A code block:

Driver # of Championships
Lewis Hamilton 7
Michael Schumacher 7
Juan Manuel Fangio 5
Alain Prost 4
Sebastian Vettel 4

Finally, an unordered list:

sentence = ["Don't worry,", "I", "know what", "I'm doing", "."]
for phrase in sentence:
    print(phrase)
ED-Y-S commented 2 years ago

Welcome to this short Lab assignment of mine And this is ITALIANO, ~just kiding~. Quite uniquely, my favourite page ever is this very cool song! This is an inline code: <body><p>coding is fun</p></body>.

John Lennon

List of my favourite songs (ranked):

  1. A Day in the Life - Beatles
  2. All Dead, All Dead - Queen
  3. Yoshimi and the Robots - The Flaming Lips

Some of my favourite sci-fi movies:

ltgoldberg commented 2 years ago

this sentence is bold this sentence is italic this sentence is crossed out I know this has been a very boring showcase of html, but I am very tired and have written 3 essays this week. Anyways, here's a link to my repository! if you'd like the inline code (I have no idea what that means), <a href=href=https://github.com/ltgoldberg/ltgoldberg.github.io> there it is.

    Here are my favorite states:
  1. Alaska
  2. Maine
  3. Hawaii
<html> 
<body> 
<b>  did I do this right </b> 
</body>
</html>
Leftside Rightside
I am so tired Yes!
Why is this? I did not sleep
AChiu42 commented 2 years ago

Hi everyone! As you can see, I am totally not struggling doing great! I know what I'm doing!

Take some time to relax and watch some YouTube videos, like this one here!

Not sure why our professor would Rickroll us I trusted you Mike That's not cool Don't like people who rickroll

<html>
    <body>
        <h1> This is my block of code </h1>
    </body>
</html>

Best basketball players in the NBA:

  1. Alex Caruso
  2. Lebron James
  3. Wardell Steph Curry

Best LA sports teams (Incomplete but clearly the top 3):

Alt Text

Pros and cons to getting Rickrolled: Pros Cons
Get to listen to music Got Rickrolled
It's good music Got Rickrolled
christinakulick commented 2 years ago

Hi Everyone! Here is my post for part 1 of 2 for lab this week. This year my favorite website seems to be for this class because I check it twice a week every day.

Here is a photo of the beach since I don’t have time to go because of midterms. The link to the photo is referenced in my inline code <a href=“http://www.californiasbestbeaches.com/photos3/sand_dollar_beach.jpg“>:

beach photo

Here are some things to get to know me:

Topic Information
Born in: Davis, CA
Grew up in: Los Gatos, CA
Sport I play: Water polo
Favorite past time Traveling or hanging out with friends

What I am doing this weekend

My favorite foods

  1. sushi
  2. pasta
  3. anything chocolate and peanut butter
<html>
<body>
<i>Hope you have a great rest of your day!</i>
</body>
</html>
jaceycarter commented 2 years ago

Hello everyone! It's Jacey!

Fun Fact:

vegan

Being vegan is super hard easy!! I like to bake and make fun recipes...

My favorite vegan recipes:

  1. Chocolate chip cookies
  2. Pumpkin Spice donuts
  3. Tempeh tenders
  4. High-protein Mac n Cheese

Restaurants with good vegan options nearby:

  1. The Spot
  2. Madre Tierra
  3. Dr Grubb's
  4. Pepo Melo
  5. Oke Poke

    Or just go to Yelp here<a href=“https://www.yelp.com“>:and search "Vegan Food near me"

Foods Vegan? (yes\no)
Chicken no
Steak no
Rice yes
Veggies yes
Potatoes yes
Dairy/Milk no
Eggs no
Bread yes*
Pasta yes*
Fruit yes

*Mostly vegan, check nutrition label!

Code Block:

    <html>
    <body>
    <h1> This is my block of code. Go vegan!!! </h1>
    </body>
    </html>
qchen2323 commented 2 years ago

Hello everyone!

I hope everyone is enjoying the weekend. If you are ever stressed about school anything, you should check out this youtube video.

image <a href= "https://qchen2323.github.io/">

<html> 
<body> 
<b>  is this okay </b> 
</body>
</html>

Things I will be doing this weekend:

My favorite drinks:

  1. Pumpkin Spice Cold Brew
  2. Lemon Ginger Tea
  3. Unsweetened Iced Tea
Cities Opinion
NYC The best! Totally not biased.
SF Cool vibes
LA We are just here, ig
DienAlex commented 2 years ago

Hello!

I hope everyone is having an amazing weekend! Mid term season yayyyyyyyy! These are stressful times and if you want anything to relax, check out this video.

In spirit of spooky month: Cool dog

You should also check out my website at <a href= "https://dienalex.github.io/DienAlex/">

Things to do this weekend:

  1. Study
  2. Eat
  3. Sleep

My breakfast:

Things to buy for my room: Food Decorations
Ramen Posters
Fruits LED Lights
Popcorn Anything Halloween
<html> 
<body> 
<b>  let me know if there are any issues</b> 
</body>
</html>
jsilva22 commented 2 years ago

Hello everyone! Hope you all have been having a great weekend. This is my post for part 2 part 1 of this week's lab. I'm sure many will agree when I say this past week was busy. Some of the things I've done to cool down:

  1. Go on runs
  2. Take Naps
  3. Listen to music

Things I hope to do this week:

Sports Individual or Team
Basketball Team
Soccer Team
Golf Individual
Baseball Team

You can check out my website here:

<a href= "https://jsilva22.github.io/">

This is a webpage I sometimes go to when I have free time Check out this short clip from despicable me if you want a good laugh.

The video is about this dude right here Vector

<html>
<body>
<p> This is my block of code </p>
</body>
<html>
kyrilus commented 2 years ago

Hey their there! This weekend I had a cross country meet in Louisville, Kentucky. After the race they gave both the men and Womens teams a Louisville Slugger. You can learn more about these sluggers at this website. here's a line of code from their website: <script src="//bat.bing.com/bat.js" async=""></script>

Here's a photo of what a slugger looks slugger

While I am on the topic of traveling to cool places, here are my top 3:

  1. Iceland
  2. Berlin
  3. Nova Scotia

Here is some of the gear that I brought with me on these trips:

here is a table of what I think of the cool places I have traveled: place description
Iceland There are some great hot springs there.
Berlin A really cool pedestrian city.
Nova Scotia Really beautiful geography in the northern part.

Heres a html code block to show how html is structured:

    <html>
    <head>
    </head>
    <body>
    <h2>This is a sub header</h2>
    </body>
    </html>
swen7589 commented 2 years ago

HI EVERYONE!!!

NOT Sorry, I'm just excited right now. I found the COOLEST music site ever! Here's some code from their website: <li><a href="jukebox_index.html">The Eternal Jukebox</a>

This website has a cute little image on the homepage, look! Eternal Jukebox Logo Eternal Jukebox Logo

Anyway, here are some songs that I think would sound amazing with this website:

If I had to rank the artists I just mentioned, here is the ranking:

  1. Finneas
  2. Lorde
  3. The 1975

Here is the breakdown of the artist ranking.

Artist By Rank My Reasoning
Finneas great singer-songwriter and producer, carries his career as well as others
Lorde amazing but such a long delay between albums (4 year wait for SP!!)
The 1975 the music is vibey but just not as good as the other two

Lastly, here is some HTML that definitely does not expose me!

<!DOCTYPE html>
<html>
<body>
<pre><b>Swen is a music nerd. She can, and will, talk your ear off
about any and every genre as well as tell you about the drama in the 
music industry that you never asked to know about.</b></pre>
</body>
</html>
jacksonts47 commented 2 years ago

Hello

This is my Part 1 submission for this Lab. With many midterms coming up I am not looking forward to asses my knowledge. This is my webpage and here is the code <a href= "https://jacksonts47.github.io">.

Here is a picture of a steak:

Alt Text

Here are the meals of the day:

  1. Breakfast
  2. Lunch
  3. Dinner

Here are some of my favorite foods:

Here is some information on my favorite foods:

Food Info
Sushi Delicious
Steak Delicious
Ramen Delicious
hgmtsk commented 2 years ago

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id mauris dignissim, varius lorem vel, rhoncus felis. Etiam dignissim velit eu massa euismod finibus. Integer at elit ut dui luctus gravida eu eu felis. Sed sit amet turpis interdum, convallis lacus a, semper urna. Vivamus augue neque, mattis in tortor eu, auctor facilisis justo. Maecenas maximus ex magna, sed vulputate nisl aliquet eu. Proin id sollicitudin orci. Nam viverra dictum diam vel rhoncus. Morbi est risus, pharetra sit amet sagittis ac, maximus a tellus. Maecenas ac lorem non tellus suscipit fermentum eget a dui. Ut tristique neque nec mi congue, non faucibus ligula feugiat.

Maecenas vel urna commodo, sagittis nibh nec, convallis lectus.

void groups_free(struct group_info *group_info)

Lorem Picsum

    for (i = 0; i < group_info->nblocks; i++) {

        unsigned int cp_count = min(NGROUPS_PER_BLOCK, count);

        unsigned int len = cp_count * sizeof(*grouplist);

        if (copy_to_user(grouplist, group_info->blocks[i], len))

            return -EFAULT;

        grouplist += NGROUPS_PER_BLOCK;

        count -= cp_count;

    }
  1. hendrerit
  2. gravida
  3. quam
Pellentesque Sed
dapibus quam
eget eleifend
TjFournier commented 2 years ago

Hey everyone,

Here is the first part of my lab. I wish I was more creative, no, more creative. At least there's this useful website for if I need ideas. Here is my inline code too, <i>incline code</i>. Oh, and an image too Coding

Priorities during the Weekend:

  1. Sleeping
  2. Having Fun
  3. Anything
  4. Homework

Favorite Desserts:

My Code Block:

<html>
<body>
<i> Some Witty Remark </i>
</body>
</html>
Class Name Days of The Week
Spanish 33 MTWR
Econ 86 MW
CS 040 MWF
Govt. 20. TR
History 55 TF
janetcen commented 2 years ago

Hello! I'm finally getting to this assignment... I've honestly been doing a great job at not falling behind in my classes! Here's the website that's been getting me through CSCI040.

<b>I hope I'm doing this correctly</b>

Feeling like Tina right about now... Mood Now time for some lists!

Things I need to do:

Things I'd rather do in no particular order:

  1. Go to the Pitzer pool
  2. Online shop
  3. Visit my dog

Now here's a table!

Day of the week How sick I've been feeling on a scale of 1-10
Friday 9
Saturday 8
Sunday 10

Here's a code block thing

<html>
    <body>
        <h1> Good night! </h1>
    </body>
</html>
abroegger8 commented 2 years ago

Hello Everyone!

I hope all of you are having a good great Monday. With Fall break coming up soon, I thought I'd share a little bit about my love for travel in this weeks lab.

An ordered list of my favorite countries to visit:

  1. Ghana
  2. Croatia
  3. Mauritius
  4. Italy
  5. South Africa

Here's an unordered list of some of my favorite cities in the world:

Here's a table showcasing the next country I would like to visit in each continent: Continent Country
North America Mexico
South America Peru
Europe Montenegro
Africa Rwanda
Asia Bhutan
Oceania Fiji

As mentioned above, Ghana is my favorite to visit:

Here is an image of downtown Accra, Ghana: Ghana trip

Visit this website if you want to learn more about what I do in Ghana. Here is the inline code for the website: <a href= "https://goalsandgrades.org/"> Here is some code block:

<html>
<body>
<b>Hello Everyone</b>
</body>
</html>
emellestottele commented 2 years ago

Hi Guys!

I hope everyone had nice fun weekend! Over the weekend me and my friends went to LA and we cooked dinner at home. Here is a bit about our delicious and yummy dinner:

List of what we cooked for dinner:

  1. Salad
  2. Steak
  3. Pasta
  4. Chocolate Chip Cookies

Here's a list of some of the ingredients we used to cook the pasta:

Here's a table of the food we cooked for each course: Course Dish
Appetizer Pita Chips and Dip
Salad Greek Salad
Main course Ribeye Steak and Vodka Rigatoni
Desser Rwanda

My favorite dish we cooked was the Vodka Rigatoni:

Here is an image of Vodka Rigatoni : Vodka Rigatoni

Go to this website if you would like a recipe for the Vodka Rigatoni. Website inline code: <a href= "https://www.delish.com/cooking/recipe-ideas/a26556220/penne-alla-vodka-recipe/"> Code block:

<html>
<body>
<b>Hello Everyone</b>
</body>
</html>
josiahtarrant commented 2 years ago

Hello Everyone!

I am excited to use this lab to tell you all about my favorite concerts life-changing experiences. To give you a quick preview, check out this link! By the way, here’s how I made that link: [this link](https://www.youtube.com/watch?v=wGdn_UzdF5A) Here’s an image from the concert: Concert

My favorite concerts to date:

  1. Odesza
  2. Coldplay
  3. Kygo
  4. OneRepublic

Other great concerts I’ve seen in no particular order:

A table showing artist by genre: Artist Genre
Odesza Electronic
Coldplay Alternative Rock
Kygo Electronic
OneRepublic Alternative Rock

A fun little code block to wrap things up:

<html>
    <body>
        <b>Concerts!</b>
    </body>
</html>
aaryanb commented 2 years ago

Hi everyone,

Please check out Pepsi a substitute product to Coca Cola

Here are some of my favorite movies

Here are some of my favorite foods

  1. Macaroni & Cheese
  2. Stir-fry Tofu Rice
  3. Vanilla Icecream

Here's some code: <h2> and here's a code block:

<html>
    <body>
        <i> Test <i>
    </body>
</html>
Favorite Countries Favorite Cities
Japan Tokyo
India Mumbai
New Zealand Auckland
Australia Sydney
United States of America New York City

Macaroni & Cheese is second first for a reason! Image of Yaktocat

armaanac commented 2 years ago

Hi everyone,

I am excited to tell you guys about what I love shopping on Target Amazon. This is the link to Amazon

Shopping on Amazon is so much fun.

The Amazon logo.

What do I love shopping for?

  1. Shoes
  2. Groceries
  3. Clothes
  4. Room stuff

For room stuff, In particular, I enjoy searching for -

Clothes Brand
Hoodie Champion
Shoes Nike
Sweatpants Nike
Top Urban outfitters
{
  "Jeans": "Topshop",
  "Jewellery": "Zara",
  "Makeup": "Sephora"
}
shreyachatterjee22 commented 2 years ago

Here is my comment for section 1 of CS40

<html>
<body>
<b>Hello Everyone!</b>
</body>
</html>

Below is a great website (though my own is probably my real favorite)

Here is the link to FreeRice You can donate rice to people in need by answering trivia questions

FreeRice Logo

Inline code appears as follows: <b>inline code</b>

A list of things I'm looking forward to:

  1. Halloween
  2. Fall Break
  3. Autumn
  4. Cloudy days
  5. Rain and Cold

Can you tell that fall is my favorite season

A list of things I've got to finish today:

Very much looking forward to the weekend

I'm also going to recommend some books while I'm here Book Name Genre
Catcher in the Rye Bildungsroman
Howl's Moving Castle Fantasy Fiction
Six of Crows Fantasy Fiction
Much Ado About Nothing Comedy
NACB commented 2 years ago

Hello Everyone! This is my late collaborative submission for part 1 of this lab.

time to talk about quality movies and TV (bonus points if you know where this image is from): fargo opening

Learn the ins-and-outs of every movie by the greatest directorial duo here. If you want that same link in HTML, it would be written like this: <a href="https://www.theatlantic.com/culture/category/30-years-of-coens/">here</a>

And now for some lists written in a format infinitely more efficient than

<ol>
    <li>This</li>
    <li>takes</li>
    <li>longer</li>
    <li>than</li>
    <li>the godfather</li>
</ol>
</html>

TV Shows ranked by subjective good-ness:

  1. Better Call Saul
  2. Breaking Bad
  3. The Wire
  4. Fargo

Unranked high quality westerns:

Show Better than Seinfeld?
literally anything yup!
CSCI040 by a mile
watching paint dry still better
milesba4 commented 2 years ago

Hello everyone, here is my 3rd 4th lab post for CSCI040. I don't have a favorite website, but here is a link to Netflix. Here is the inline code <a href="https://netflix.com">.

Here is an image of the old netflix logo:

Netflix logo

Netflix shows that I am currently watching:

Most popular streaming services right now:

  1. Netflix
  2. Amazon prime
  3. Disney +
  4. Hulu

My coding block:

<html>
   <body>
   <b>This is Lab 4</b>
   </body>
   </html> 
NBA player player's number
Lebron James 6
Michael Jordan 23
Kyrie Irving 11
leynahong commented 2 years ago

Hello everyone!

I'm living in AK this year and decided to not be on the meal plan. This was a great idea at first, but lately, we've been too ~lazy~ busy and haven't gotten any groceries. So for the past few days, my favorite site has been Uber Eats.

<b>Let me show you some of the things I've ordered</b>

sushi

What I've had in the past two days:

The ranking for what I had to eat and why:

  1. Sushi (always 10/10, especially from Kazama)
  2. Ramen (I don't usually love ramen, but Menkoi Ya is fire)
  3. Pad Thai (there was more sauce than noodle so yuck)

Lastly, some things on my grocery shopping list:

Item Store
Avocados anywhere
Microwaveable meals Trader Joe's
Eggs Target
Rice 99 Ranch Market
Bananas anywhere
<html>
    <body>
        <h1> Hello everyone! </h1>
    </body>
</html>
keirkeenan commented 2 years ago

Hey everyone! Hope you're having a good great day so far! I had a Stats midterm recently, so I'm hoping I didn’t do too bad. If you’re like me and need better study tips, click this link. Here’s some inline code to remind you of the early days: <code>Hello World</code>.

Image of Big Brain Coding Meme

Some of my favorite songs:

  1. Your Song by Elton John
  2. Piano Man by Billy Joel
  3. Imagine by John Lennon

Things I like to do:

<html>
    <body>
        <h1> Hi! </h1>
    </body>
</html>
My Family Family Member Name
Mom Raquel
Dad Tim
Sister Kelly
Me Keir
arijmoore commented 2 years ago

Hi ~Mike~ everyone! I want to talk about my love for movies today. My favorite website to watch movies on is this streaming website. I worked with Shreya Chatterjee on this lab.

Here are my favorite movies in order:

  1. Y tu mama tambien
  2. In the mood for love
  3. Paprika

<b>I really like the movie poster for In the Mood for Love</b> Image of Poster

Here are my favorite directors

I've been really into watching foreign language movies recently.

Portuguese Japanese
Que Horas Ela Volta? A Silent Voice
Aquarius Can I Eat Your Pancreas?
Bacurao Demon Slayer: The Movie
<html>
    <body>
        <b>I love The Criterion Collection! This is my whole personality.</b>
    </body>
</html>
nzhang30 commented 2 years ago

Hi everyone!

Here is my submission for Part 1 of Lab 4. I also don't have a favorite website but here's a link to Crunchyroll! It's a great website to visit if you have some free time. Just be careful, I've spent a few too many hours on this site :sob:

Here's a picture of the Crunchyroll Logo. Pretty cool stuff! I'm sure you'll be able to cross a few shows off your bucket-list.

logo

<b> Let me share some of the knowledge I've gained over the years </b>

Foundational Lesson

One_piece_is_awesome == True

Qualities of a Good Binge Anime

My Personal Favorite Anime (Subject to Change)

  1. One Piece
  2. Naruto Shippuden
  3. Death Note
  4. Code Geass
  5. Tokyo Ghoul

Some Anime Recommendations by Genre

Genre  Anime
Fantasy Sword Art Online
Adventure One Piece / Naruto
Action    Baki
Comedy Shokugeki no Souma
Up-And-Comers Tower of God
    <html>
    <body>
    <p>Thanks for the time! Hope you enjoyed! </p>
    <body>
    <html>
kimsngmin00 commented 2 years ago

Hi everyone! This is my part 1 submission of this week 4's lab. Here's the link to my favorite playlist at the moment.

<u>Here is an image of my favorite scene from La La Land</u>:

LaLaLand image

Artists that I listened to on repeat this weekend:

Top songs on Billboard right now:

  1. My Universe - Coldplay & BTS
  2. Stay - The Kid LAROI & Justin Bieber
  3. Industry Baby - Lil Nas X & Jack Harlow

My coding block:

<html>
    <body>
        <b>Hello Class!</b>
    </body>
</html> 
Favorite Shows/Movies Release Year
Miss Sloane 2016
The Queen's Gambit 2020
Call Me by Your Name 2017