Giter Site home page Giter Site logo

drkitt / tools-n-techniques Goto Github PK

View Code? Open in Web Editor NEW

This project forked from university-of-manitoba-computer-science/tools-n-techniques

0.0 0.0 0.0 7.44 MB

An introductory lab course for Computer Science.

Home Page: https://university-of-manitoba-computer-science.github.io/tools-n-techniques/

License: Creative Commons Attribution Share Alike 4.0 International

Python 62.44% C 15.76% Java 2.50% CSS 17.31% Makefile 1.98%

tools-n-techniques's Introduction

title author
About this book
Franklin Bristow

Introduction to Tools and Techniques in Computer Science

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Welcome to Introduction to Tools and Techniques in Computer Science. This is an introductory lab-based course.

Every Computer Scientist needs to make use of an expansive set of modern computing tools and techniques. This course provides a hands-on experiential introduction to working with the tools and techniques we use every day to design, develop, analyze, and maintain software.

Building the book

This book was originally written with Pandoc's Markdown in mind. A tool that can use Pandoc to render something like a book is Rippledoc. We're using a fork of Rippledoc that uses Pandoc to get metadata instead of blindly trying to use the first line as the title.

The repository is hosted on Github and is open for contributions.

Here's the strategy for building this book:

  1. Switch to the main branch from whatever branch you're currently on.
  2. Make changes to the Markdown files you want to make changes to.
  3. Commit your changes and optionally push them to remote.
  4. Switch to the book branch, and merge main into book:
    git merge main
  5. Run the rippledoc.py to regenerate HTML sources. These .html files are committed to the book branch - which is usually an anti-pattern since generally we wouldn't commit something we can generate, but is required for the Github Pages to work. This has some interesting side-effects, such as having different .gitignore files for the two branches: main disallows .html files, and book allows them!
  6. Commit the changes and push to remote to redeploy.

tools-n-techniques's People

Contributors

fbristow avatar uofmrobg avatar ikaroruan avatar drkitt 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.