List of commits:
Subject Hash Author Date (UTC)
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
Clarification on sql injection. f9450ef20ef15cc048c1c2775cbf5e29c4be7255 caubert 2021-03-31 14:56:56
Added an example of batch processing of prepared statement. f83adc39b5066412fa78fdc0aeccb51ccdba908a caubert 2021-03-31 13:39:52
Added an example of batch processing of prepared statement. c206f2899162396a7f391728db8be23031253454 caubert 2021-03-31 13:38:48
Fixed pb (CONSULTATION relation: justification, primary key and normal form) 14aef6161421064f879c5fe803abb4836eebba0a caubert 2021-03-25 20:58:59
Fixed pb (CONSULTATION relation: justification, primary key and normal form) be645c3e4215fd02ed089b843582d8c870525366 caubert 2021-03-25 20:55:34
Fixes in the DB app chapter. 50082333323792958b213f9b0e5e7dc3a2ed47c5 caubert 2021-03-24 18:46:24
Fixed some include code. 9caf6bc12caded947f222cb03fa0c1b10f2c8041 caubert 2021-03-24 13:11:20
Added question from quiz #3 7426197119517bff992e7753174de82ae3ff7ed7 caubert 2021-03-22 16:37:09
Added instructions in case the server time zone is off. 6f845eee2eec6538a18e6e64fa5e140039aa4482 caubert 2021-03-22 14:32:00
Added a reference to UML. 7b36cee0763b42c481474181423020cb600123fd caubert 2021-03-17 13:59:50
Some notes in DB applications added. 3535d187737aea90413e73489729a4a64ce89f80 caubert 2021-03-17 13:55:48
Fixed typo cfc6ac63d8ed0d0a2b9f4f530524d4723f5baae6 caubert 2021-03-12 18:36:32
fixed couple of typos. 6191d6cc01638c07ab0b48a086718fc2440fa367 caubert 2021-03-12 18:31:47
Commit f1acfa7bcd31233571e74e176ee2a38880c08d72 - Typo
Author: caubert
Author date (UTC): 2021-05-07 02:55
Committer name: caubert
Committer date (UTC): 2021-05-07 02:55
Parent(s): 38c448de2d0e38bf50efcf1b1da3e0a45def1707
Signer:
Signing key:
Signing status: N
Tree: 5ea9071df0d767cf9d52ba82fc7ccb24163f9cfa
File Lines added Lines deleted
notes/fig/rel_mod/filesystem.tex 0 6
notes/lectures_notes.md 1 1
File notes/fig/rel_mod/filesystem.tex changed (mode: 100644) (index c47dbae..72b2a9d)
1 1 \documentclass[border=20pt]{standalone} \documentclass[border=20pt]{standalone}
2 2 \input{template.def} \input{template.def}
3 3
4 % MEMBER (ID (PK), Email, Nickname)
5 % FILE (ID (PK, FK to MEMBER.Id), Rating, BankAccount)
6 % ACCESS (ID (PK, FK to MEMBER.ID), Payment, Address)
7 % USER (ID (PK), SoldBy (FK to FILE.ID), Name, StartingPrice)
8 % BID (ID (PK), Price, Timestamp, By (FK to MEMBER.ID), For (FK to USER.ID))
9
10 4 \Frame(0,0){1}[FILE]{ \Frame(0,0){1}[FILE]{
11 5 Name/PK, Name/PK,
12 6 Extension/PK, Extension/PK,
File notes/lectures_notes.md changed (mode: 100644) (index 0d86a61..6a8ba49)
... ... Solution to [%D %n (%T)](#problem:rel-model-filesystem)
8412 8412
8413 8413 | | | | | |
8414 8414 ---: | :---: | --- | ---: | :---: | --- |
8415 \{FileName, FilePath, Extension\} | → | \{size\}
8415 \{FileName, FilePath, Extension\} | → | \{Size, OwnerName\}
8416 8416 Uid | → | HomeFolder Uid | → | HomeFolder
8417 8417 Uid | → | OwnerName Uid | → | OwnerName
8418 8418 Gid | → | GroupName Gid | → | GroupName
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