List of commits:
Subject Hash Author Date (UTC)
Updating the README with the list of new files. bb35e21746d958d649b226a5857150d975d85403 aubert@math.cnrs.fr 2019-03-07 15:20:04
Adding a list of bug, and the sketch of a guide to contribute. 3a94b1fa49aee97001a45325f3f10f09475bf388 aubert@math.cnrs.fr 2019-03-07 15:14:38
Fixed the size of the images, added mention of the support of Affordable Learning Georgia. 485cf486d8d2b08427e5d02eda56d5b7a9495b38 aubert@math.cnrs.fr 2019-03-05 19:37:39
Finishing homework #5. e322bc945941083b0649557d9ad6bdbb8308c10c aubert@math.cnrs.fr 2019-03-04 15:10:15
Preparing homework 5 2b9ba64d1d36ae9f413929947cac5e6cddceb3dc aubert@math.cnrs.fr 2019-03-01 20:06:12
Some fixes and added quiz #3. d73c356f1bec9679f7123bc508c1863f8de40aef aubert@math.cnrs.fr 2019-02-28 20:34:04
Working on solutions for problems in Chapter 3. 0da378f97cea97fa2b3614f1b611a3b5bdf42632 aubert@math.cnrs.fr 2019-02-26 19:56:23
Forgot one exercise in exam. 611bbe4cc68f802bfffd7bdfc70c3433a70eceb5 aubert@math.cnrs.fr 2019-02-22 20:39:07
Quick fix c22751b88c377a40dd2c037a706409aa29ef3ce2 aubert@math.cnrs.fr 2019-02-22 20:37:21
Various editing, fixing some of the solutions in Chapter 3 and some of the exercises in Chapter 4. 1e1d8dd576329b20aa3b7f9344aaecb9d11fc6f4 aubert@math.cnrs.fr 2019-02-22 20:22:09
Added the rest of the first exam for Fall 2019. 0d5a839282b1ae6e6c07e7b12a74ff2f0f2f3b86 aubert@math.cnrs.fr 2019-02-22 20:03:02
Adding a problem and its solution, in the SQL chapter. d5bfcbb949a6acac68156a8b37d6f8d23375b1cb aubert@math.cnrs.fr 2019-02-19 19:53:27
Adding second quiz, and fixing some exercises and problems in Chapter 3. 062c9b46fad52848efbf61e08c91103c0bae4127 aubert@math.cnrs.fr 2019-02-06 20:04:16
Clarification on SQL constraints. 70e26a02aa344cc1bf009a089623be6baac79ba7 aubert@math.cnrs.fr 2019-01-29 22:46:26
Adding some minor SQL remarks + code for HW_FACULTY. 1d1b74302d29fb63c3c2bacca30533283f720997 aubert@math.cnrs.fr 2019-01-25 17:24:16
fixing small typo. 0feeb8df61e05d6d0990120628303cf31108f100 aubert@math.cnrs.fr 2019-01-22 18:23:34
Quick fix + adding macOS install instructions. ea3063e4e9225c8ce66838c8bfddb9a34aadacf8 aubert@math.cnrs.fr 2019-01-16 15:59:38
Fixing a few typos and adding a drawing. b335800d4129c8e29763a6c1d564243d485fa51b aubert@math.cnrs.fr 2019-01-15 19:03:38
Fixing first homework 3eeb05a78235274a330c780f4f26b5fed1a01aef aubert@math.cnrs.fr 2019-01-08 19:50:29
Added content of various exam, fixed intro, added references, solutions, fixed types. a8e9d2d4856133d68d882403cde42dfcc2f5cc69 aubert@math.cnrs.fr 2019-01-07 16:47:02
Commit bb35e21746d958d649b226a5857150d975d85403 - Updating the README with the list of new files.
Author: aubert@math.cnrs.fr
Author date (UTC): 2019-03-07 15:20
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2019-03-07 15:20
Parent(s): 3a94b1fa49aee97001a45325f3f10f09475bf388
Signing key:
Tree: c8660f250795e98797d143c34148f772cdeca74e
File Lines added Lines deleted
README.md 16 10
File README.md changed (mode: 100644) (index 5f6da68..40eb922)
... ... The source code, hosted at <https://rocketgit.com/user/caubert/CSCI_3410>, is or
12 12 ~~~{.plain} ~~~{.plain}
13 13 . .
14 14 ├── notes/ ├── notes/
15 │   ├── bib/ -- References.
16 │   ├── code/ -- Source code included in the document.
17 │   ├── fig/ -- Source code for various figures used in the document.
18 │   ├── img/ -- Various image files integrated in the document.
19 │   ├── latex/ -- Latex configuration file.
20 │   ├── style/ -- css style used for the web page.
21 │   ├── lectures_notes.md -- The main file for the lecture notes.
22 │   ├── Makefile -- Directives to generate the lecture notes.
23 │   └── temp.md -- Temporary file, for debugging purposes
24 └── README.md -- The present file
15 │   ├── bib/ -- References.
16 │   ├── code/ -- Source code included in the document.
17 │   ├── fig/ -- Source code for various figures used in the document.
18 │   ├── img/ -- Various image files integrated in the document.
19 │   ├── latex/ -- Latex configuration file.
20 │   ├── style/ -- css style used for the web page.
21 │   ├── lectures_notes.md -- The main file for the lecture notes.
22 │   ├── Makefile -- Directives to generate the lecture notes.
23 │   └── temp.md -- Temporary file, for debugging purposes
24 ├── CONTRIB.md -- A guide on how to contribute
25 ├── KNOWN_BUGS.md -- A list of possible bugs, improvments, things to check, ...
26 ├── LICENSE.md -- The licence of those notes.
27 └── README.md -- The present file
25 28 ~~~ ~~~
26 29
27 30 Before compiling this document, you will need to install Before compiling this document, you will need to install
 
... ... The simplest way to contribute is to report typos, errors or misleading statemen
55 58 - You can submit bug reports at <https://rocketgit.com/user/caubert/CSCI_3410/bug> (requires an account). - You can submit bug reports at <https://rocketgit.com/user/caubert/CSCI_3410/bug> (requires an account).
56 59 - You can contact or visit me, cf. <http://spots.augusta.edu/caubert/#contact>. - You can contact or visit me, cf. <http://spots.augusta.edu/caubert/#contact>.
57 60
61 Refer to `CONTRIB.md` for more information.
62
58 63 ## Authors ## Authors
59 64
60 65 - **Clément Aubert** - *Initial work* - <http://spots.augusta.edu/caubert/> - **Clément Aubert** - *Initial work* - <http://spots.augusta.edu/caubert/>
 
... ... See also the list of contributors who participated in this project (to come).
64 69 ## License ## License
65 70
66 71 This project is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence: you are free to share and adapt this document, as long as you give proper credit. This project is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence: you are free to share and adapt this document, as long as you give proper credit.
72 Refer to `LICENSE.md` for the complete licence.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main