9ade32cc80
Added warning in header file.
2024-11-06 02:57:52 +05:30
a0adddeb8c
Added header file for reference.
2024-11-06 02:55:39 +05:30
c9864cb436
Simplified, added description and modified the code for better understanding.
2024-11-06 02:49:59 +05:30
7aa630ae71
Fixed header file command javac -h ...
2024-11-06 02:48:13 +05:30
7b5ffd9e69
Added explanation for A3 (dll) code.
2024-11-06 02:38:58 +05:30
ae01092dd6
Added information about env variable, added backticks for JAVA_HOME in windows instructions.
2024-11-06 01:39:04 +05:30
9296a4bd14
Made some minor changes to B7 (page replacement in C++) code.
...
- Changed variable names
- Indentation and stuff
- Added description
2024-11-05 16:43:46 +05:30
3e21e023a1
Fixed worst fit and added missing labels for best and worst fit.
2024-11-05 00:28:33 +05:30
f598faff49
Simplified and improved code B6.
...
- Changed variable names and made prSize and blkSize global variables
- Added note in main function
2024-11-05 00:21:16 +05:30
c8304d11c5
added manual for running a-3 (DLL) for windows
2024-11-04 19:23:20 +05:30
9193acd3bd
added note for b6
2024-11-04 15:49:14 +05:30
f44b13bbf4
fixed b6 b7 links readme
2024-11-04 15:45:39 +05:30
3abe4f123d
Merge remote-tracking branch 'origin/main'
2024-11-03 23:06:36 +05:30
10cb905159
Fixed names for B6 and B7, they were accidentally named A6 and A7 respectively.
2024-11-03 23:00:49 +05:30
bdfc8ea1b2
Heavily modified and simplified Code-A2 (two pass macro processor in
...
python)
- Removed class, there's individual functions now
- No more "self", that's too much work for practical exam
- Removed expand_macro function, it was unnecessary
- Overall refinement for better understanding
- Added comments
2024-11-03 22:57:36 +05:30
48b8af36f9
Added description for pass 1 assembler (code a1).
2024-11-03 22:56:33 +05:30
ccfa65c057
fixed round robin code
2024-11-02 20:19:01 +05:30
60eccf7b93
Added solved SPOS 2022 May-June end-sem question paper (2019 pattern).
2024-10-19 12:29:58 +05:30
086a8be60c
Added softcopy
...
(A2, A3, B5, B6, B7)
2024-10-15 10:33:18 +05:30
9751405004
Added A3 code and updated link in README.
2024-10-14 23:12:47 +05:30
7129a091b3
Added more links and fixed broken link for Code-A1
2024-10-14 23:12:46 +05:30
2a9d7fdc02
Merged Code-A1 from testing branch to main branch and added link in
...
README file. (Thanks to Afan for the code 🙇 )
(He made me add those credits)
2024-10-14 23:12:14 +05:30
0a23861ab8
Fixed links for B6 and B7 in README.
2024-10-14 11:12:09 +05:30
adabdf812e
Moved codes around in the Codes folder and changed names for better understanding. Added links in README file.
2024-10-14 11:10:55 +05:30
c98fd2fd76
readme updated
2024-10-13 12:34:01 +05:30
f048715b7a
added 2 pass macro code
2024-10-13 12:33:05 +05:30
ca8541ebce
readme updated
2024-10-12 22:09:37 +05:30
77fef62173
added b7 code
2024-10-12 22:06:35 +05:30
423396e134
readme updated
2024-10-12 17:46:04 +05:30
28df18ed80
b6 code added
2024-10-12 17:44:02 +05:30
1a105a3be4
Added write-up for b4 and added link in readme file.
2024-09-30 21:57:26 +05:30
1901cc9b0d
Added write-up for assignment-a1 and added its link in README.
2024-09-29 18:40:09 +05:30
0afe0413d1
added write-up for assignment a2 and added link in readme
2024-09-28 22:49:34 +05:30
baa83966b9
added links for write ups and moved things around
2024-09-27 21:18:52 +05:30
d895aa955b
Added write-up
...
- A3
- B5
- B6
- B7
2024-09-27 21:07:08 +05:30
ed5871e2dd
Moved handouts from Handouts folder to Assignments folder based on group (X/Y).
2024-09-27 20:34:58 +05:30
da4d548529
added links for handouts in readme file
2024-09-24 22:35:53 +05:30
484cdd5e1d
Added handouts
...
- A1
- A2
- A3
- B4
- B5
- B6
- B7
2024-09-24 22:32:59 +05:30
60389914bf
Fixed duplicate notes section in README
2024-08-27 20:31:51 +05:30
f78d48612c
Added links for unit 1 and 2 notes
2024-08-26 14:58:05 +05:30
5b191bfadf
Added notes for unit 2.
2024-08-26 14:56:42 +05:30
b572b0c5e2
Added unit 1 notes.
2024-08-26 14:42:01 +05:30
d9e00c6225
Updated README
...
- Added description
- Place holder for notes
- Links for all question papers (along with photocopy)
2024-08-21 01:48:18 +05:30
a197b60d76
Added question papers (insem+endsem) and sample photocopy (endsem)
2024-08-21 01:45:07 +05:30
79b9602edc
Added link for sample insem paper and added missing heading in readme.
2024-08-20 16:06:30 +05:30
8cd4fa104e
Added sample insem unit test papers for spos.
2024-08-20 16:05:34 +05:30
f4fb201177
updated readme. added priority and round robin code
2024-07-30 12:46:06 +05:30
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar.
2024-07-30 12:43:45 +05:30
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution.
2024-07-30 11:59:54 +05:30
19018c27d6
readme updated
2024-07-28 12:33:42 +05:30