This website requires JavaScript.
739058bfb3
Locally referencing all links in readme now.
main
Kshitij
2024-11-22 22:29:54 +0530
252879748d
Added 2023 (november-december) and 2024 (may-june) question papers. Thanks to Prathamesh for sharing them!
Kshitij
2024-11-22 22:28:51 +0530
c6ae17976f
Added more defs in macro code such as literal table and stuff.
Kshitij
2024-11-06 23:27:55 +0530
d1dc6d1414
Added alternate macro code in python version folder.
Kshitij
2024-11-06 23:24:49 +0530
40d8160b5d
added warning for README.md
Kshitij
2024-11-06 21:30:33 +0530
85c6485b97
added warning.
Kshitij
2024-11-06 15:41:31 +0530
548bb4c4fc
Added links for B4.
Kshitij
2024-11-06 15:39:47 +0530
10de30656a
Added code b4 (Mutex and Semaphore)
Kshitij
2024-11-06 15:38:23 +0530
0da43a0b68
Fixed link for A3.
Kshitij
2024-11-06 15:31:31 +0530
69e8b8935e
Added link for python versions.
Kshitij
2024-11-06 15:30:27 +0530
6bfcebae0f
Updated README. Also thanks to Bhakti for provding python version of all the codes.
Kshitij
2024-11-06 15:28:37 +0530
4966a50eee
Added LRU and optimal code (a7).
Kshitij
2024-11-06 15:25:13 +0530
71d10df55e
Added first fit, next fit, best fit, and worst fir codes (a6).
Kshitij
2024-11-06 15:24:34 +0530
003d76229a
Added fcfs, priority, round robin, sjf codes (a5).
Kshitij
2024-11-06 15:23:43 +0530
c818e00447
Added python version of pass 1 and pass 2 assembler (a1).
Kshitij
2024-11-06 15:15:39 +0530
f489de94f7
Merge remote-tracking branch 'origin/main'
Kshitij
2024-11-06 15:06:56 +0530
7ba888b63e
Fixed output for switch case and indentation.
Kshitij
2024-11-06 15:06:11 +0530
0fa5d15da6
corrected sjf
Tanmay
2024-11-06 08:29:55 +0530
3c356f5819
Modified note in A3.c
Kshitij
2024-11-06 03:02:07 +0530
9ade32cc80
Added warning in header file.
Kshitij
2024-11-06 02:57:52 +0530
a0adddeb8c
Added header file for reference.
Kshitij
2024-11-06 02:55:39 +0530
c9864cb436
Simplified, added description and modified the code for better understanding.
Kshitij
2024-11-06 02:49:59 +0530
7aa630ae71
Fixed header file command javac -h ...
Kshitij
2024-11-06 02:48:13 +0530
7b5ffd9e69
Added explanation for A3 (dll) code.
Kshitij
2024-11-06 02:36:27 +0530
ae01092dd6
Added information about env variable, added backticks for JAVA_HOME in windows instructions.
Kshitij
2024-11-06 01:39:04 +0530
9296a4bd14
Made some minor changes to B7 (page replacement in C++) code. - Changed variable names - Indentation and stuff - Added description
Kshitij
2024-11-05 16:42:49 +0530
3e21e023a1
Fixed worst fit and added missing labels for best and worst fit.
Kshitij
2024-11-05 00:28:33 +0530
f598faff49
Simplified and improved code B6. - Changed variable names and made prSize and blkSize global variables - Added note in main function
Kshitij
2024-11-05 00:21:16 +0530
c8304d11c5
added manual for running a-3 (DLL) for windows
Tanmay
2024-11-04 19:23:20 +0530
9193acd3bd
added note for b6
Tanmay
2024-11-04 15:49:14 +0530
f44b13bbf4
fixed b6 b7 links readme
TanmaySpamzzz
2024-11-04 15:45:39 +0530
3abe4f123d
Merge remote-tracking branch 'origin/main'
Kshitij
2024-11-03 23:06:36 +0530
10cb905159
Fixed names for B6 and B7, they were accidentally named A6 and A7 respectively.
Kshitij
2024-11-03 23:00:49 +0530
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
Kshitij
2024-11-03 22:57:36 +0530
48b8af36f9
Added description for pass 1 assembler (code a1).
Kshitij
2024-11-03 22:56:33 +0530
ccfa65c057
fixed round robin code
TanmaySpamzzz
2024-11-02 20:19:01 +0530
60eccf7b93
Added solved SPOS 2022 May-June end-sem question paper (2019 pattern).
Kshitij
2024-10-19 12:29:58 +0530
086a8be60c
Added softcopy (A2, A3, B5, B6, B7)
Kshitij
2024-10-15 10:33:18 +0530
9751405004
Added A3 code and updated link in README.
Kshitij
2024-10-14 12:11:16 +0530
7129a091b3
Added more links and fixed broken link for Code-A1
Kshitij
2024-10-14 11:22:19 +0530
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)
Kshitij
2024-10-14 11:18:56 +0530
6e3d1288cf
Removed Group A, Code A1 since it's been merged in main branch.
testing
Kshitij
2024-10-14 11:23:44 +0530
06b12bac85
Made minor changes in pass 1 code and moved it to it's own folder since it also has a source file.
Kshitij
2024-10-14 11:18:20 +0530
0a23861ab8
Fixed links for B6 and B7 in README.
Kshitij
2024-10-14 11:12:09 +0530
adabdf812e
Moved codes around in the Codes folder and changed names for better understanding. Added links in README file.
Kshitij
2024-10-14 11:10:55 +0530
c98fd2fd76
readme updated
TanmayMachkar
2024-10-13 12:34:01 +0530
f048715b7a
added 2 pass macro code
TanmayMachkar
2024-10-13 12:33:05 +0530
ca8541ebce
readme updated
TanmayMachkar
2024-10-12 22:09:37 +0530
77fef62173
added b7 code
TanmayMachkar
2024-10-12 22:06:35 +0530
423396e134
readme updated
TanmayMachkar
2024-10-12 17:46:04 +0530
28df18ed80
b6 code added
TanmayMachkar
2024-10-12 17:44:02 +0530
ebebe4b0cb
Added macro 1 and pass 1 code in testing branch. Code by Afan Shaikh.
Kshitij
2024-10-06 17:45:52 +0530
1a105a3be4
Added write-up for b4 and added link in readme file.
Kshitij
2024-09-30 21:57:26 +0530
e21b005f20
Added pass 1 and 2 codes in testing branch.
Kshitij
2024-09-30 10:49:17 +0530
1901cc9b0d
Added write-up for assignment-a1 and added its link in README.
Kshitij
2024-09-29 18:39:08 +0530
0afe0413d1
added write-up for assignment a2 and added link in readme
Kshitij
2024-09-28 22:47:41 +0530
baa83966b9
added links for write ups and moved things around
Kshitij
2024-09-27 21:18:52 +0530
d895aa955b
Added write-up - A3 - B5 - B6 - B7
Kshitij
2024-09-27 21:07:08 +0530
ed5871e2dd
Moved handouts from Handouts folder to Assignments folder based on group (X/Y).
Kshitij
2024-09-27 20:34:58 +0530
da4d548529
added links for handouts in readme file
Kshitij
2024-09-24 22:35:53 +0530
484cdd5e1d
Added handouts - A1 - A2 - A3 - B4 - B5 - B6 - B7
Kshitij
2024-09-24 22:32:59 +0530
60389914bf
Fixed duplicate notes section in README
Kshitij
2024-08-27 20:31:51 +0530
f78d48612c
Added links for unit 1 and 2 notes
Kshitij
2024-08-26 14:58:05 +0530
5b191bfadf
Added notes for unit 2.
Kshitij
2024-08-26 14:56:42 +0530
b572b0c5e2
Added unit 1 notes.
Kshitij
2024-08-26 14:42:01 +0530
d9e00c6225
Updated README - Added description - Place holder for notes - Links for all question papers (along with photocopy)
Kshitij
2024-08-21 01:46:14 +0530
a197b60d76
Added question papers (insem+endsem) and sample photocopy (endsem)
Kshitij
2024-08-21 01:45:07 +0530
a4f3f5d7ba
Added untested codes.
Kshitij
2024-08-21 01:16:26 +0530
b5f96daec6
Created new testing branch
Kshitij
2024-08-21 01:15:20 +0530
79b9602edc
Added link for sample insem paper and added missing heading in readme.
Kshitij
2024-08-20 16:05:54 +0530
8cd4fa104e
Added sample insem unit test papers for spos.
Kshitij
2024-08-20 16:05:34 +0530
f4fb201177
updated readme. added priority and round robin code
Kshitij
2024-07-30 12:46:06 +0530
149a62c3dc
added priority and round robin. code engineered by Ayush Kalaskar.
Kshitij
2024-07-30 12:43:45 +0530
ba4a29ebf4
added waiting, turnaround and response time in FCFS and SJF code. Thanks to Ayush Kalaskar for their contribution.
Kshitij
2024-07-30 11:59:54 +0530
19018c27d6
readme updated
TanmayMachkar
2024-07-28 12:33:42 +0530
3e3c0978b9
added fcfs code
TanmayMachkar
2024-07-28 12:32:06 +0530
824a7ef5fd
completion time added
TanmayMachkar
2024-07-27 11:46:42 +0530
bb8c9edb9f
readme updated
TanmayMachkar
2024-07-27 11:20:51 +0530
81c27ea1b1
added sjf code
TanmayMachkar
2024-07-27 11:18:03 +0530
fb0e0e15df
Initial commit.
Kshitij
2024-07-21 12:09:18 +0530