Giter Site home page Giter Site logo

csci2200's Introduction

Welcome to the CSCI 2200 repository!


Code repositories are an important technology in IT. They provide several things:

  1. Code sharing across geographically dispersed team members
  2. Versioning of software
  3. A (relatively) safe, 'central' storage location for collections of software

'Relatively safe' means that the code base is safe from the failure of a single (local) machine. The code is stored on a distributed set of servers, which appear as a single, central location to end users. This makes things even safer -- if one datacenter goes down, another can pick up the load. Theoretically, the whole distributed system could come down, but it's highly unlikely

It's common practice these days for teams to use repositories (or, 'repos') to store and version their software. You will here at ETSU, if you haven't already. As such, Visual Studio Code has built-in functionality for interacting with repos. This is nice, since the command line interface ('git') isn't very user friendly

csci2200's People

Contributors

jram7533 avatar dantuckercsci avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.