Skip to content

A Repository to show students how to work with Git and GitHub

Notifications You must be signed in to change notification settings

dchogithub/Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Student Name: Dr. Greg M. Bernstein

NetID: qd7373.

Using Markdown

Markdown in the README.md file gets transformed into HTML by the GitHub server.

Try some JavaScript code

Here is an example of nicely highlighted JavaScript code:

netids = document.getElementsByClassName("profileCardAvatarThumb");
for (i = 0; i < netids.length; i++) {
    mystring += netids[i].innerText + "\n";
}
console.log(mystring);

Try a list

Programming languages that I know and use:

  • Python
  • JavaScript
  • C/C++ only if necessary

Operating Systems:

  1. Windows yes
  2. Linux yes
  3. MacOS no

Try an image

Including an image from a directory:

About

A Repository to show students how to work with Git and GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published