Skip to content

Markdown to website test #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Sem 4/COA/img/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

[## Assignment](./## Assignment)

[](./)

[Diff b/w UNIX and LINUX](./Diff b/w UNIX and LINUX)

[](./)

[Assignment](./Assignment)

[img](./img)

[day10-21_05_2021.md](./day10-21_05_2021.md)

[day11-24_05_2021.md](./day11-24_05_2021.md)

[day12-26_05_2021.md](./day12-26_05_2021.md)

[day13-27_05_2021.md](./day13-27_05_2021.md)

[day2.md](./day2.md)

[day3-2021_05_03.md](./day3-2021_05_03.md)

[day4-2021_05_04.md](./day4-2021_05_04.md)

[day5-05_05_2021.md](./day5-05_05_2021.md)

[day6-06_05_2021.md](./day6-06_05_2021.md)

[day7-10_05_2021.md](./day7-10_05_2021.md)

[day8-11_05_2021.md](./day8-11_05_2021.md)

[day9-12_05_2021.md](./day9-12_05_2021.md)

[README.md](./README.md)

17 changes: 17 additions & 0 deletions Sem 4/COA/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

[img](./img)

[COA class3.pptx](./COA class3.pptx)

[day3.md](./day3.md)

[day4.md](./day4.md)

[day5.md](./day5.md)

[day6-2021_05_03.md](./day6-2021_05_03.md)

[day7-06_05_2021.md](./day7-06_05_2021.md)

[day8-07_05_2021.md](./day8-07_05_2021.md)

5 changes: 5 additions & 0 deletions Sem 4/DBMS/assignment/quest/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

[a1.png](./a1.png)

[q1.png](./q1.png)

3 changes: 3 additions & 0 deletions Sem 4/DBMS/assignment/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[quest](./quest)

3 changes: 3 additions & 0 deletions Sem 4/DBMS/img/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[quest](./quest)

27 changes: 27 additions & 0 deletions Sem 4/DBMS/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

[assignment](./assignment)

[img](./img)

[2021_04_29- three schema arch,data independence,dbms lang.md](./2021_04_29- three schema arch,data independence,dbms lang.md)

[2021_04_30 - .md](./2021_04_30 - .md)

[2021_05_03.md](./2021_05_03.md)

[2021_05_04.md](./2021_05_04.md)

[day14-31_05_2021.md](./day14-31_05_2021.md)

[day15-01_06_2021.md](./day15-01_06_2021.md)

[day5-07_05_2021.md](./day5-07_05_2021.md)

[day6-10_05_2021.md](./day6-10_05_2021.md)

[day7-11_05_2021.md](./day7-11_05_2021.md)

[day8-24_05_2021.md](./day8-24_05_2021.md)

[day9-25_05_2021.md](./day9-25_05_2021.md)

21 changes: 19 additions & 2 deletions Sem 4/DE/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
## Design Process
day2,3,4, in the same file [day2]

[## Design Process](./## Design Process)

[day2,3,4, in the same file [day2]](./day2,3,4, in the same file [day2])

[img](./img)

[day09-08_06_2021.md](./day09-08_06_2021.md)

[day2to4-2021_05_04.md](./day2to4-2021_05_04.md)

[day5-12_05_2021.md](./day5-12_05_2021.md)

[day6-25_05_2021.md](./day6-25_05_2021.md)

[README.md](./README.md)

[removeAllTempFiles.bat](./removeAllTempFiles.bat)

5 changes: 5 additions & 0 deletions Sem 4/DE/img/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

[a1.png](./a1.png)

[q1.png](./q1.png)

3 changes: 3 additions & 0 deletions Sem 4/DE/removeAllTempFiles.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@Echo OFF

rm ./*~
141 changes: 141 additions & 0 deletions Sem 4/MATH/img/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@

[# this file contains the ans for the [pdf](./basic_commands_practise_all.pdf) above](./# this file contains the ans for the [pdf](./basic_commands_practise_all.pdf) above)

[](./)

[## Answers](./## Answers)

[](./)

[1. `touch quest1.txt`](./1. `touch quest1.txt`)

[](./)

[2. `touch {one,two.three}.txt`](./2. `touch {one,two.three}.txt`)

[](./)

[3. `echo "Hello World!" > quest3.txt`](./3. `echo "Hello World!" > quest3.txt`)

[> `cat quest3.txt`](./> `cat quest3.txt`)

[](./)

[4. `tr aeiou AEIOU`](./4. `tr aeiou AEIOU`)

[> write anything here](./> write anything here)

[](./)

[5. `tee quest5.txt`](./5. `tee quest5.txt`)

[> type anything here](./> type anything here)

[](./)

[> and it goes to file as well](./> and it goes to file as well)

[](./)

[6. `mkdir -p "ktu/fisat/csea/student"`](./6. `mkdir -p "ktu/fisat/csea/student"`)

[](./)

[7. `pwd`](./7. `pwd`)

[](./)

[8. `whereis bash`](./8. `whereis bash`)

[](./)

[9. `file <loction/u/got/above/for/bash>`](./9. `file <loction/u/got/above/for/bash>`)

[](./)

[10. `nano quest10.c`](./10. `nano quest10.c`)

[](./)

[> paste the code](./> paste the code)

[```](./```)

[#include<stdio.h>](./#include<stdio.h>)

[void main(){](./void main(){)

[ printf("hello");](./ printf("hello");)

[}](./})

[```](./```)

[> `gcc quest10.c`](./> `gcc quest10.c`)

[](./)

[> `ls -l ./a.out`](./> `ls -l ./a.out`)

[](./)

[> `chmod +x ./a.out`](./> `chmod +x ./a.out`)

[](./)

[> `ls -l ./a.out`](./> `ls -l ./a.out`)

[](./)

[> `./a.out`](./> `./a.out`)

[](./)

[](./)

[11. `file ./a.out`](./11. `file ./a.out`)

[](./)

[12. `echo "Hello World!"`](./12. `echo "Hello World!"`)

[](./)

[13. `history`](./13. `history`)

[](./)

[14. `cd ../..`](./14. `cd ../..`)

[](./)

[15. `ls | wc -l`](./15. `ls | wc -l`)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[](./)

[basic_commands_practise_all.pdf](./basic_commands_practise_all.pdf)

[README.md](./README.md)

27 changes: 27 additions & 0 deletions Sem 4/MATH/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

[img](./img)

[.day5-20_05_2021.md](./.day5-20_05_2021.md)

[day1-06_05_2021.md](./day1-06_05_2021.md)

[day10-MOD2-28_05_2021.md](./day10-MOD2-28_05_2021.md)

[day11-31_05_2021.md](./day11-31_05_2021.md)

[day12-02_06_2021.md](./day12-02_06_2021.md)

[day2-10_05_2021.md](./day2-10_05_2021.md)

[day4-12_05_2021.md](./day4-12_05_2021.md)

[day5-20_05_2021.md](./day5-20_05_2021.md)

[day6-21_05_2021.md](./day6-21_05_2021.md)

[day7-24_05_2021.md](./day7-24_05_2021.md)

[day8-26_05_2021.md](./day8-26_05_2021.md)

[day9-27_05_2021.md](./day9-27_05_2021.md)

9 changes: 9 additions & 0 deletions Sem 4/MNC/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

[day07-04_06_2021.md](./day07-04_06_2021.md)

[day08-08_06_2021.md](./day08-08_06_2021.md)

[day4-25_05_2021.md](./day4-25_05_2021.md)

[day6-01_06_2021.md](./day6-01_06_2021.md)

3 changes: 3 additions & 0 deletions Sem 4/OS/Assignment/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[assignmentQuest1_atleast4pages.png](./assignmentQuest1_atleast4pages.png)

39 changes: 37 additions & 2 deletions Sem 4/OS/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
## Assignment

Diff b/w UNIX and LINUX
[## Assignment](./## Assignment)

[](./)

[Diff b/w UNIX and LINUX](./Diff b/w UNIX and LINUX)

[](./)

[Assignment](./Assignment)

[img](./img)

[day10-21_05_2021.md](./day10-21_05_2021.md)

[day11-24_05_2021.md](./day11-24_05_2021.md)

[day12-26_05_2021.md](./day12-26_05_2021.md)

[day13-27_05_2021.md](./day13-27_05_2021.md)

[day2.md](./day2.md)

[day3-2021_05_03.md](./day3-2021_05_03.md)

[day4-2021_05_04.md](./day4-2021_05_04.md)

[day5-05_05_2021.md](./day5-05_05_2021.md)

[day6-06_05_2021.md](./day6-06_05_2021.md)

[day7-10_05_2021.md](./day7-10_05_2021.md)

[day8-11_05_2021.md](./day8-11_05_2021.md)

[day9-12_05_2021.md](./day9-12_05_2021.md)

[README.md](./README.md)

3 changes: 3 additions & 0 deletions Sem 4/OS/img/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[assignmentQuest1_atleast4pages.png](./assignmentQuest1_atleast4pages.png)

23 changes: 23 additions & 0 deletions Sem 4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

## Hello

[COA](./COA)

[DBMS](./DBMS)

[DE](./DE)

[labs](./labs)

[MATH](./MATH)

[MNC](./MNC)

[OS](./OS)

[index.ps1](./index.ps1)

[README.md](./README.md)

[removeAllTempFiles.bat](./removeAllTempFiles.bat)

Loading