Block a user
notkshitij
commented on issue sppu-te-comp-content/ComputerNetworksAndSecurity#1
2024-08-11 22:00:33 +05:30
Cyclic Redundancy Code - Final (with Receiver Side )
The XOR
function has been kept as is from testing branch. The performDivision
and checkData
functions have been added, along with some modifications to the main
function.
Check the code…
notkshitij
pushed to main at sppu-te-comp-content/ComputerNetworksAndSecurity
2024-08-11 21:58:45 +05:30
6e0b540c62
Updated link for CRC, i.e. Code-A4
notkshitij
pushed to main at sppu-te-comp-content/ComputerNetworksAndSecurity
2024-08-11 21:57:35 +05:30
960edafd0f
Merged CRC, i.e. Code-A4 from testing branch.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-08-11 11:07:13 +05:30
e49567421b
Added write-up for assignment A3.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-08-09 22:59:30 +05:30
0c356c0fce
Added write-up for assignment-a2, i.e. question and answers.
6e303bd0c1
Renamed files in unit 2 folder. Removed PL-SQL part from 0- file since it only has sql and prefixed 1- to pl-sql file.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-08-07 02:54:04 +05:30
ddaac07d84
Updated README. Added link for unit 2 notes.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-08-07 02:47:49 +05:30
3bf097cd68
Added notes for unit 2 (sql and pl-sql)
4b2be42d36
Added unit 1, chapter 1 notes. Changed name for main ppt to keep it at
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-07-31 21:54:46 +05:30
e937c5aa54
Updated certain values in database for running queries wale questions.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-07-31 21:50:30 +05:30
682bc97020
Updated certain values in database for running queries wale questions.
notkshitij
pushed to main at sppu-te-comp-content/DatabaseManagementSystems
2024-07-31 21:37:39 +05:30
0c4e665809
Tested all running queries and fixed the ones that weren't working.
notkshitij
closed issue sppu-te-comp-content/SystemsProgrammingAndOperating...#2
2024-07-30 12:48:26 +05:30
round robin
notkshitij
commented on issue sppu-te-comp-content/SystemsProgrammingAndOperating...#2
2024-07-30 12:48:25 +05:30
round robin
Added to main branch.
notkshitij
closed issue sppu-te-comp-content/SystemsProgrammingAndOperating...#1
2024-07-30 12:47:58 +05:30
priorty code
notkshitij
commented on issue sppu-te-comp-content/SystemsProgrammingAndOperating...#1
2024-07-30 12:47:57 +05:30
priorty code
Added to main branch.
notkshitij
pushed to main at sppu-te-comp-content/SystemsProgrammingAndOperating...
2024-07-30 12:46:29 +05:30
f4fb201177
updated readme. added priority and round robin code
notkshitij
pushed to main at sppu-te-comp-content/SystemsProgrammingAndOperating...
2024-07-30 12:44:26 +05:30
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar.
notkshitij
pushed to main at sppu-te-comp-content/SystemsProgrammingAndOperating...
2024-07-30 12:00:30 +05:30
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution.