List of commits:
Subject Hash Author Date (UTC)
Fixing links to solutions. a3d24834b7dfd2f721bbee4ee3964e05635fce16 aubert@math.cnrs.fr 2019-09-25 18:58:20
Added the first exam of Fall 2019 694ee6905435d3ace98fac02a1d9a158ec0dc205 aubert@math.cnrs.fr 2019-09-24 19:00:32
Adding a link to the Known_Bugs for an example of TOC that follows the scrolling d48fae1dfe47f40ea7fe93c283d424741b694303 aubert@math.cnrs.fr 2019-09-19 19:30:11
Fixing css and bug descrition. 7af0904a2d3356988d3661aef8b4f8b61d84660a aubert@math.cnrs.fr 2019-09-17 17:04:38
Some notes about the bugs with css. a68fe8d8974ee19a585e9c9b77519a918d3795ee aubert@math.cnrs.fr 2019-09-17 16:58:10
Adding some bugs to the report. 50e2dc7eca8e2dcd20e8f9e06eba76e54bd52114 aubert@math.cnrs.fr 2019-09-17 16:20:58
Added quizz 2 a57781924233353363e5cc9b8d6b7d88a0a735b6 aubert@math.cnrs.fr 2019-09-17 12:45:36
Adding quiz #2, correcting a few typo in SQL chapter. 16e6aee0be154245b472c77fb2d6a486dd07ef38 aubert@math.cnrs.fr 2019-09-16 19:58:53
Quick changes in the first SQL part: check is actually taken into account! b62ed769ef0ebd96ea91e3053246e142b73d524c aubert@math.cnrs.fr 2019-09-09 16:26:17
Added quiz #1 of Fall 2019, plus minor corrections. a5498523b05cb246ce58b05a8951b833a0b0e699 aubert@math.cnrs.fr 2019-08-29 16:23:07
Adding a figure for a quizz, and a possible bug to the list. 6e83297ccb9678296993e605b2f35d0b13a97523 aubert@math.cnrs.fr 2019-08-27 16:20:35
Changed the monospace font, updated instructions to install mariaDB. 3dc6162733e0a373205012869c1ee068ef3e5c91 aubert@math.cnrs.fr 2019-08-16 18:56:37
Few patches to prepare for Fall 2019. 545561b3d47dfe9bff2436f8f2b7e32572cd808a aubert@math.cnrs.fr 2019-08-07 17:12:26
Editing the cycle of design picture 9bd1c3190a71202b88011b831161cf9d6a365237 aubert@math.cnrs.fr 2019-08-07 16:13:03
Test c742ba7590d59e2941f9fa197c9d009d5c642e76 au 2019-07-31 23:56:14
Minor fix in Known bugs and contrib. 19f3adfa1f88e6d12e94868f4eab0b5838d05eb6 aubert@math.cnrs.fr 2019-07-29 20:51:14
Commit 2ed1a8532cbdae46d3feb99cf52f23f2afa144ec aubert@math.cnrs.fr 2019-07-29 19:01:36
Adding the final to the notes. 0e8848a3e67ec49bab5b767e25d6099fd218e417 aubert@math.cnrs.fr 2019-05-20 14:44:54
Added the solution to one of the problem from Exam #2. 625545a335c5dc7b7303355088a3abba999fdf40 aubert@math.cnrs.fr 2019-05-06 16:59:50
Added a solution to one of the problem of Exam #2, and added the last quiz. 4e0ee25d509412e5e455d9ad4c98f7aad8c5a354 aubert@math.cnrs.fr 2019-04-19 15:14:10
Commit a3d24834b7dfd2f721bbee4ee3964e05635fce16 - Fixing links to solutions.
Author: aubert@math.cnrs.fr
Author date (UTC): 2019-09-25 18:58
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2019-09-25 18:58
Parent(s): 694ee6905435d3ace98fac02a1d9a158ec0dc205
Signing key:
Tree: d08c8b07559471c8d598140715513c3db1bbf630
File Lines added Lines deleted
notes/lectures_notes.md 5 4
File notes/lectures_notes.md changed (mode: 100644) (index bf8d878..0cb155d)
... ... Problem (A database catalog for a campus) +.#campus
535 535
536 536 ## Solution to Selected Problems {-} ## Solution to Selected Problems {-}
537 537
538 Solution to @problem:campus
538 Solution to [%D %n (%T)](#problem:campus)
539 539 ~ ~
540 540
541 541 @problem:campus -- Solution to Q. -.# @problem:campus -- Solution to Q. -.#
 
... ... Problem (Relational model for universities) +.#rel_model_universities
1116 1116
1117 1117 ## Solution to Selected Problems {-} ## Solution to Selected Problems {-}
1118 1118
1119 Solution to @problem:cinema
1119 Solution to [%D %n (%T)](#problem:cinema)
1120
1120 1121
1121 1122 ~ A possible solution is: ~ A possible solution is:
1122 1123
 
... ... Solution to @problem:cinema
1132 1133
1133 1134 --- ---
1134 1135
1135 Solution to @problem:rel_model_bills
1136 Solution to [%D %n (%T)](#problem:rel_model_bills)
1136 1137
1137 1138 ~ ~
1138 1139
 
... ... Solution to @problem:rel_model_bills
1149 1150
1150 1151 --- ---
1151 1152
1152 Solution to @problem:rel_model_universities
1153 Solution to [%D %n (%T)](#problem:rel_model_universities)
1153 1154
1154 1155 ~ ~
1155 1156
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