List of commits:
Subject Hash Author Date (UTC)
added missing file 480b503949518eb51fd324a6f6bbb8f6d5643f0d aubert@math.cnrs.fr 2020-04-24 02:11:09
Worked on MongoDB section. 70f041d53a14bbb5ace0a4ef40f3e67eca285309 aubert@math.cnrs.fr 2020-04-22 19:18:55
Edited KNOWN_BUGS. b90ca71b498016b17963373ead24873781181bfd aubert@math.cnrs.fr 2020-04-22 05:12:14
Minor edits on narrative. d927955c1269ff1b110057577e50705fd41f4e2d aubert@math.cnrs.fr 2020-04-22 05:07:48
Worked on migrating code to snippets. 1ce6f6ba150a1cace57445330801e8b17f6c3044 aubert@math.cnrs.fr 2020-04-22 04:15:37
Edited Sol of 4.28, Pb and Sol of 4.29, checked Pb 4.30, edited Pb 4.31, edited the DB Applications Resources section, checked Pb 5.1, edited Pb 5.2 and Sol 5.2, Pb and Sol of 6.1, Pb 7.1, checked Pb 7.2, edited Sol 7.2, Pb and Sol of Pb 7.3, checked Ex 7.1 and edited its solution, checked Ex 7.2 and edited its solution, edited Ex and Sol of 7.3, Ex and Sol of 7.4 edited Ex 7.5 and checked its solution, edited Ex and Sol of 6.1, Ex and Sol of 6.2, checked Ex 6.3 and edited its solution, checked Ex 5.1 and edited its solution, checked Ex 5.2 and edited its solution, edited Ex and Sol of 5.3, checked Ex and Sol of 5.4, checked Ex 5.5 and edited its solution, and edited Ex and Sol of 5.6. 6580a85df655eddd149bb5531a0615ddfe9f810e Crystal 2020-04-22 03:02:20
Disabled Scrolling of sql files in html and enabled resize option 87d4ef4185fe48a7503724eb98a6c486c351ddee pveeral@augusta.edu 2020-04-21 15:49:36
Updated list of bugs. 17827a6a5b127fa6449b495c1e07359da4682100 aubert@math.cnrs.fr 2020-04-20 19:24:01
Worked on nosql chapter. 38dfcfffce7c06d0eab7256a7a5be1e2481a8505 aubert@math.cnrs.fr 2020-04-20 17:52:55
ALT in img folder 6e6469575d825f6c7360b88d6b387aee709b643c pveeral@augusta.edu 2020-04-20 15:26:47
Cleaned up bib file. 505b1000bca31e4d833bf7739d02d2b7e727e69b aubert@math.cnrs.fr 2020-04-20 05:03:18
rapid adjustments in contrib beb43332953ec4e2a8e4376a90ce58b1234eadba aubert@math.cnrs.fr 2020-04-20 00:10:44
Updated CONTRIB.md c29d920e1efbc84766a3caafc0db2fcab4220b32 pveeral@augusta.edu 2020-04-19 19:28:45
testing 4ece7ba3d5c5d99361ef5eac92bb0848f2ea5318 pveeral@augusta.edu 2020-04-19 18:27:50
Small edit, correcting maefile. 7baa188be7d322e5288b498afbb7beaa96a9770b aubert@math.cnrs.fr 2020-04-19 07:36:08
Cleaned latex files. 79b68f7b709ddeebc8133f7962fe5aabb3376304 aubert@math.cnrs.fr 2020-04-19 06:22:30
Minor corrections in installation manual. 436cee8616c25ccbed8bc406d988c2b4d28420f8 aubert@math.cnrs.fr 2020-04-19 06:19:04
Minor corrections in installation manual. cb8cdfbd506a1344c81aecda055165cc1ca54ece aubert@math.cnrs.fr 2020-04-19 06:17:52
Working on install manual. 3702c6437ee163eb4a61b4d69cffee8c8a76dc3d aubert@math.cnrs.fr 2020-04-19 06:04:22
Worked on makefiles and example file. 4255d5e85bb684349f7f7798455dd8b3a273254b aubert@math.cnrs.fr 2020-04-19 04:56:53
Commit 480b503949518eb51fd324a6f6bbb8f6d5643f0d - added missing file
Author: aubert@math.cnrs.fr
Author date (UTC): 2020-04-24 02:11
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2020-04-24 02:11
Parent(s): 70f041d53a14bbb5ace0a4ef40f3e67eca285309
Signer:
Signing key:
Signing status: N
Tree: 2542c9b7dc703d87f4026e55b7a8e8f0f5d46af8
File Lines added Lines deleted
notes/code/json/person.json 34 0
notes/code/xml/person.xml 1 1
notes/lectures_notes.md 1 0
File notes/code/json/person.json added (mode: 100644) (index 0000000..71feb6c)
1 [
2 {
3 "_comment": "code/json/person.json"
4 },
5 {
6 "firstname": "Martin",
7 "likes": [
8 "Biking",
9 "Photography"
10 ],
11 "lastcity": "Boston",
12 "lastVisited": "Paris"
13 },
14 {
15 "firstname": "Pramod",
16 "citiesvisited": [
17 "Chicago",
18 "London",
19 "Pune",
20 "Bangalore"
21 ],
22 "addresses": [
23 {
24 "state": "AK",
25 "city": "DILLINGHAM"
26 },
27 {
28 "state": "MH",
29 "city": "PUNE"
30 }
31 ],
32 "lastcity": "Chicago"
33 }
34 ]
File notes/code/xml/person.xml changed (mode: 100644) (index a225fcf..b5fb7dc)
1 1 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
2 <!-- code/xml/erson.xml -->
2 <!-- code/xml/person.xml -->
3 3 <root> <root>
4 4 <element> <element>
5 5 <firstname>Martin</firstname> <firstname>Martin</firstname>
File notes/lectures_notes.md changed (mode: 100644) (index 7dc5018..dbdfa9a)
... ... MongoDB is
8719 8719 #### Technologies #### Technologies
8720 8720
8721 8721 MongoDB is endowed with MongoDB is endowed with
8722
8722 8723 - [API](https://api.mongodb.com/) and [drivers](https://docs.mongodb.com/drivers/) for C, C++, C#, Hadoop Connector, Haskell, Java, node.js, PHP, Perl, Python, Ruby, Scala (Casbah), - [API](https://api.mongodb.com/) and [drivers](https://docs.mongodb.com/drivers/) for C, C++, C#, Hadoop Connector, Haskell, Java, node.js, PHP, Perl, Python, Ruby, Scala (Casbah),
8723 8724 - a "mongo shell" (a command-line interface), which is an interactive JavaScript interface to MongoDB. You can [try it on-line](https://docs.mongodb.com/manual/tutorial/getting-started/).` - a "mongo shell" (a command-line interface), which is an interactive JavaScript interface to MongoDB. You can [try it on-line](https://docs.mongodb.com/manual/tutorial/getting-started/).`
8724 8725
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