List of commits:
Subject Hash Author Date (UTC)
Note on archival. 5ff76ffd33803a099bbc9132ed9acb0107bd289e caubert 2024-02-01 18:25:01
Note on archival. e5b3aff305c6a28101d1abc786726b371958584b caubert 2024-02-01 18:21:35
Solution to quiz 6ae7e798a70c1c7c24c32497c858456566f02118 caubert 2021-10-29 19:09:47
Fixing drawings for fd. b6fd9a59b81d4df019babe1d70d574c061f4117c caubert 2021-10-15 17:43:31
Fixing NF part. 111dff5a3e9d04c66644b07bf1b57f042397acdc caubert 2021-10-15 17:34:08
Added exam 1 d0dd69017e6ec6a7c476fef569e4e6480230e099 caubert 2021-09-20 13:53:49
Fixed vote rel. model. 579bcb33b94039787bdb5f477394b428f0249666 caubert 2021-09-17 19:00:31
Added some precision following course. b5b1e27b4190ddc10df2b0383bed289be8d7a556 caubert 2021-09-01 18:34:26
Added example about self-referencing tuple. 0392e724d84f2a9264fec4be188fa74ef795266a caubert 2021-08-30 18:56:34
Clarified what a mini-world is. 7bc9938cbdcc8be11cd61c74899b330d626ec2b5 caubert 2021-08-25 16:23:12
Added emoji support and cleaned. f7b577db596410737f72c93fbcab615b53226ac5 aubert@math.cnrs.fr 2021-08-17 13:35:36
Finished final from previous semester. 7622ebd223bbbabaed014a175a0be5da7aff5d6f caubert 2021-08-13 17:05:28
Added final for Spring 2021. 6a4a0d94151df7ab940c814637be8ee5136de850 caubert 2021-08-13 16:55:09
Typo f1acfa7bcd31233571e74e176ee2a38880c08d72 caubert 2021-05-07 02:55:17
Added second problem of final. 38c448de2d0e38bf50efcf1b1da3e0a45def1707 caubert 2021-05-07 01:42:05
Added first exercise of final. df858593f1d47ff3442bcb6216b90605d81e0e1c caubert 2021-05-06 22:26:09
Fixed mongo db and added quiz 4$ 7f0f4b98f4b293927185ed3cb080554eb3af867c caubert 2021-04-23 19:15:53
Finishing with Exam 2 4e0eb343744b5f39ac32145ca7dc61a26b3f48ee caubert 2021-04-09 20:33:48
Added problem and solution of second exam 2b344a25e84c7ebc827c1503151981380ec08f31 caubert 2021-04-07 18:08:08
Worked on exam 2 649fce8b5cbc3f5a98ae905ae8cc56d8baa5df99 caubert 2021-04-06 19:18:54
Commit 5ff76ffd33803a099bbc9132ed9acb0107bd289e - Note on archival.
Author: caubert
Author date (UTC): 2024-02-01 18:25
Committer name: caubert
Committer date (UTC): 2024-02-01 18:25
Parent(s): e5b3aff305c6a28101d1abc786726b371958584b
Signer:
Signing key: 9406C0CE110CFCB0
Signing status: E
Tree: d04c1185559f62078d1d382d8508b62aa19dacc9
File Lines added Lines deleted
notes/bib/entry.bib 3 2
File notes/bib/entry.bib changed (mode: 100644) (index df4397e..a48b9f1)
1 1 @report{AubertCSCI3410-DatabaseSystems, @report{AubertCSCI3410-DatabaseSystems,
2 2 author={Aubert, Clément}, author={Aubert, Clément},
3 3 title={CSCI 3410 - Database Systems}, title={CSCI 3410 - Database Systems},
4 url={https://spots.augusta.edu/caubert/db/ln/},
4 url={https://spots.augusta.edu/caubert/db/ln/},
5 5 urldate={2019-11-03}, urldate={2019-11-03},
6 6 year={2019}, year={2019},
7 7 institution={{School of Computer and Cyber Sciences, Augusta University}}, institution={{School of Computer and Cyber Sciences, Augusta University}},
8 8 location={Augusta, Georgia, USA}, location={Augusta, Georgia, USA},
9 9 langid={en}, langid={en},
10 note={Also available at http://hdl.handle.net/10675.2/624995},
10 11 type={Lecture notes} type={Lecture notes}
11 }
12 }
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