List of commits:
Subject Hash Author Date (UTC)
(Finally) updated pandoc and pandoc-numbering. 127c1964a0732b49e14b46fdb0d3f8446e3892d0 aubert@math.cnrs.fr 2020-12-27 21:14:31
Fixed url in comments, avoid them being wrapped. 09a6a78479f24b5749605a4cb7136f8cfbf57d30 aubert@math.cnrs.fr 2020-12-18 18:55:50
Added comments on procedures from code f3e9c2abac41d5de1c7473867c4f688051dec928 aubert@math.cnrs.fr 2020-12-01 15:46:53
Updated mysql connector 228d86db5498aae94a4d162272fa03a84ae9c532 aubert@math.cnrs.fr 2020-12-01 15:09:46
Updated java beautifier 30f4a79f2d911cd0b6a24c31f968f0d23620965f aubert@math.cnrs.fr 2020-12-01 15:07:50
Worked on procedure example from java 998ea14119a5a3f88efc4b0a126177e85151e43d aubert@math.cnrs.fr 2020-12-01 15:06:47
Brief example of calling a procedure from a program. 1054c9d5c83fb956bdd0b8d884d5ce2c8a9a640e aubert@math.cnrs.fr 2020-11-30 19:00:45
Added solution to second exam d8f62ded96991885a96d561db587988d453a28c8 aubert@math.cnrs.fr 2020-11-05 20:35:50
Quick fix on testing semicolons. 7f48d88d2ed69213d803a7736df3d50330cfecd1 aubert@math.cnrs.fr 2020-11-03 14:14:06
Added simple example to test if semicolon are important in SQL querries. 98097fb11558c08bad630fb3351f99ceb6777de7 aubert@math.cnrs.fr 2020-11-03 14:11:22
Updated spots to https. a8daf1768395aa296bf0dd05783dd53c757d5d19 aubert@math.cnrs.fr 2020-10-05 16:18:44
Adding quiz #2 98e0ae5b8ce766524f60c91adb1040235e1bbf31 aubert@math.cnrs.fr 2020-10-02 19:00:15
Added exam 1 e2f62ae4bf26fcc4b86e8665060ccf3918e7abeb aubert@math.cnrs.fr 2020-09-24 12:51:36
worked on solution to first exam. b13ad99dd895f124df1b642fd990071fc09db294 aubert@math.cnrs.fr 2020-09-23 17:44:01
Added solution to first problem. 0948cee47ed78dc115fd69c7bcf96a312dd3162f aubert@math.cnrs.fr 2020-09-18 21:43:00
Added solution to problem 2 of Exam #1. 7ad20b3c0025a4de3fa00729de570c6fe9176773 aubert@math.cnrs.fr 2020-09-18 21:34:19
Added solution to project 1. de427d78745593ab53dc70e7129b67fee1d4489c aubert@math.cnrs.fr 2020-09-10 19:04:45
Added example for MAX and NULL values. b82a496a5ffbcecaf2c5851f18d1b08ce8732623 aubert@math.cnrs.fr 2020-09-10 13:14:13
Changed SQL code formatting. 6c3cad5a2545f46ab113f7df7a83457857d82ed8 aubert@math.cnrs.fr 2020-09-09 17:04:55
Cleaned code. 5bdb4faed3a83b81257734f1e1aced2890783f04 aubert@math.cnrs.fr 2020-09-03 21:35:41
Commit 127c1964a0732b49e14b46fdb0d3f8446e3892d0 - (Finally) updated pandoc and pandoc-numbering.
Author: aubert@math.cnrs.fr
Author date (UTC): 2020-12-27 21:14
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2020-12-27 21:14
Parent(s): 09a6a78479f24b5749605a4cb7136f8cfbf57d30
Signer:
Signing key:
Signing status: N
Tree: 246d4fdecd168b90937c09eec76264ce739734f5
File Lines added Lines deleted
install/INSTALL.md 4 4
notes/Makefile 1 1
File install/INSTALL.md changed (mode: 100644) (index 18ea7f0..d29a45d)
... ... Type: `git clone https://github.com/poonamveeral/GeneralRepo`
192 192 16) Test pandoc-citeproc 16) Test pandoc-citeproc
193 193 * In the same install folder, type: * In the same install folder, type:
194 194
195 `pandoc --citeproc test_pandoc-citeproc.md -o test_pandoc-citeproc.html`
195 `pandoc -citeproc test_pandoc-citeproc.md -o test_pandoc-citeproc.html`
196 196
197 197 * In the install folder, you should see a file called "test_pandoc-citeproc.html" containing * In the install folder, you should see a file called "test_pandoc-citeproc.html" containing
198 198
 
... ... For our example, in your terminal, while in the directory of where your markdown
285 285 or or
286 286
287 287 ``` ```
288 pandoc --toc --filter pandoc-numbering --citeproc --filter pandoc-include-code \
288 pandoc --toc --filter pandoc-numbering -citeproc --filter pandoc-include-code \
289 289 --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \ --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \
290 290 --pdf-engine=xelatex --pdf-engine-opt=-shell-escape -V links-as-notes \ --pdf-engine=xelatex --pdf-engine-opt=-shell-escape -V links-as-notes \
291 291 --default-image-extension=pdf -o example.pdf example.md --default-image-extension=pdf -o example.pdf example.md
 
... ... For our example, in your terminal, while in the directory of where your markdown
301 301 or or
302 302
303 303 ``` ```
304 pandoc  --toc --filter pandoc-numbering --citeproc --filter pandoc-include-code \
304 pandoc  --toc --filter pandoc-numbering -citeproc --filter pandoc-include-code \
305 305 --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \ --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \
306 306 --default-image-extension=svg -o example.odt example.md --default-image-extension=svg -o example.odt example.md
307 307 ``` ```
 
... ... For our example, in your terminal, while in the directory of where your markdown
317 317 or or
318 318
319 319 ``` ```
320 pandoc --toc --filter pandoc-numbering --citeproc --filter pandoc-include-code \
320 pandoc --toc --filter pandoc-numbering -citeproc --filter pandoc-include-code \
321 321 --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \ --top-level-division=chapter -M date="$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" \
322 322 --css=style/style.css --toc-depth=1 --self-contained --default-image-extension=svg \ --css=style/style.css --toc-depth=1 --self-contained --default-image-extension=svg \
323 323 -o example.html example.md -o example.html example.md
File notes/Makefile changed (mode: 100644) (index 01fde7c..1bba46f)
12 12
13 13 MAKEFLAGS:= -j MAKEFLAGS:= -j
14 14 # Maximize parallel execution whenever possible # Maximize parallel execution whenever possible
15 OPTIONSPANDOC:= --toc --filter pandoc-numbering --citeproc --filter pandoc-include-code --top-level-division=chapter -M date="$$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" --lua-filter filters/default-code-class.lua -M default-code-class=sqlmysql
15 OPTIONSPANDOC:= --toc --filter pandoc-numbering -citeproc --filter pandoc-include-code --top-level-division=chapter -M date="$$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" --lua-filter filters/default-code-class.lua -M default-code-class=sqlmysql
16 16 # Options common to all invokations of pandoc. Cf https://pandoc.org/MANUAL.html to understand them. # Options common to all invokations of pandoc. Cf https://pandoc.org/MANUAL.html to understand them.
17 17 # -citeproc used to be --filter pandoc-citeproc # -citeproc used to be --filter pandoc-citeproc
18 18 OPTIONSPANDOCODT:= $(OPTIONSPANDOC) --default-image-extension=svg OPTIONSPANDOCODT:= $(OPTIONSPANDOC) --default-image-extension=svg
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