AURAK-Coding-Club / Coding-Club-Commends

This is a compilation of useful resources for club members, such as coding tutorials, online courses, websites, recommended books, and software.
2 stars 0 forks source link

Coding Club Commends

This repository is a collection of recommended books and resources of all kinds, on computer science, programming, and related topics, put together by the AURAK Coding Club.

The structure of this repo is as follows.

Subjects

Contributing

If you have something to add, like:

feel free to contribute by submitting a pull request. Below are some instructions on how to do so.

Adding Books

The following is a template for books, written in Markdown and HTML. The file should have a .md extension, and be given some unique name.

# Book Title (1ed.) <!-- or 2ed., etc. -->

<table>
  <tr>
    <th>Authors</th> <!-- or Authors -->
    <td>Author 1, Author 2, Author 3</td>
  </tr>
  <tr>
    <th>Year</th>
    <td>(the year)</td>
  </tr>
  <tr>
    <th>ISBN</th>
    <td>(ISBN-13)</td>
  </tr>
  <tr>
    <th>Publisher</th>
    <td>(the publisher)</td>
  </tr>
  <!-- Uncomment this if the book has an official online version (PDF or otherwise).
  <tr>
    <th>Online Version</th>
    <td>(the website)</td>
  </tr>
  -->
</table>

## Description

Basic description of the book.

A short summary of prerequisites.

Supplementary websites, links, et cetera.

## Comments

*Feel free to add your opinions and reviews of this resource in this section by submitting a pull request.*

Adding Websites

The following is a template for websites and webpages, including YouTube videos, blogs, and the like.

# Resource Title

<table>
  <tr>
    <th>Authors</th> <!-- if applicable -->
    <td>Author 1, Author 2, Author 3</td>
  </tr>
  <tr>
    <th>Year</th> <!-- if applicable -->
    <td>(the year)</td>
  </tr>
  <tr>
    <th>URL</th>
    <td>(the URL)</td>
  </tr>
  <tr>
    <th>Website</th>
    <td>(the website name)</td>
  </tr>
</table>

## Description

Basic description of the resource.

A short summary of prerequisites, if applicable.

Supplementary websites, links, et cetera.

## Comments

*Feel free to add your opinions and reviews of this resource in this section by submitting a pull request.*

Adding Comments

This should be done in the Comments section of a Markdown document. If you'd like to add comments, just append the following to the end of that section:

<details>
  <summary>By My_Name</summary> <!-- i.e., your GitHub username -->
  Some text expressing your thoughts on the resource. You can mention the sections or parts of the resource that you've made use of.
</details>