Skip to content
/ CompS Public

Computer Systems Class uses C to create an encryptor (L0), runge kutta (L1), and mips pipeline (L2)

Notifications You must be signed in to change notification settings

owlee/CompS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp_sys

Here's how to use git. http://rogerdudler.github.io/git-guide/

  1. make folder for the project (something like ece353)
  2. checkout repository (clone this repository).
  3. create a remote

Creating changes and pushing to repo. making changes you do in cygwin or terminal

  1. git status (for status on what files were changed)
  2. git add . (adds all those files
  3. git commit -m "Make this a message on what you changed"
  4. git push remote master (replace remote with your remote like 'origin', master means your main branch)::

About

Computer Systems Class uses C to create an encryptor (L0), runge kutta (L1), and mips pipeline (L2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages