nanyang-technological-university
Here are 29 public repositories matching this topic...
NTU SC2002 Group Project - Final Year Project Management System (FYPMS)
-
Updated
Feb 28, 2024 - Java
Swarming behaviour is based on aggregation of simple drones exhibiting basic instinctive reactions to stimuli. However, to achieve overall balanced/interesting behaviour the relative importance of these instincts, as well their internal parameters, must be tuned. In this project, you will learn how to apply Genetic Programming as means of such t…
-
Updated
Dec 2, 2019 - Python
The complete course reviews for SCSE Computer Engineering students and student-to-bes
-
Updated
Aug 13, 2021
NTUVibe is a student-run online platform committed to making information at Nanyang Technological University more open and accessible.
-
Updated
Jul 25, 2022 - JavaScript
In this lab, you are required to complete a virtual memory implementation, including how to get a physical frame for a virtual page from the IPT if it exists there, how to put a physical frame/virtual page entry into TLB, and how to implement a least recently used page replacement algorithm. A software-managed TLB is implemented in Nachos. There…
-
Updated
Mar 18, 2018 - C++
Monorepo for NTU SCSE Club's website and related services
-
Updated
Dec 19, 2024 - TypeScript
As a divide-and-conquer algorithm, Mergesort breaks the input array into subarrays and recursively sort them. When the sizes of sub-arrays are small, the overhead of many recursive calls makes the algorithm inefficient. This problem can be remedied by choosing a small value of S as a threshold for the size of sub-arrays. When the size of a sub-a…
-
Updated
Oct 27, 2017 - C
Where To Mug is a tool to help you determine which tutorial rooms are free in NTU
-
Updated
Aug 16, 2021 - Jupyter Notebook
ChatGPT Root Cause Analysis Tool
-
Updated
Mar 20, 2024 - TypeScript
Programming Lab Test (Toal time = 1 hr 15 minutes) Instructions 1. This is a closed book test. 2. Lab test will be held on week 8 (3-7 October) of Semester 1 in your lab tutorial session. 3. The question paper contains 5 sections, A, B, C, D and E. Each section contains 6 questions. 4. You are required to answer a total of 5 questions with one q…
-
Updated
Mar 18, 2018 - C
We have two exercises in this experiment. 1. In this exercise, we will conduct the following steps to understand race condition problem in Nachos. 1) Change your working directory to lab2 by typing cd ~/nachos-3.4/lab2 2) Read the Nachos thread test program threadtest.cc carefully. There is a shared variable named value (initially zero). There a…
-
Updated
Mar 19, 2018 - C++
Program templates for questions 1-4 are given in the Appendix. You must use them to implement your functions. The program contains a main() function, which includes a switch statement to execute different functions that you should implement. Each function can be called multiple times depending on the user’s choice.
-
Updated
Mar 18, 2018 - C
Swarming behaviour is based on aggregation of simple drones exhibiting basic instinctive reactions to stimuli. However, to achieve overall balanced/interesting behaviour the relative importance of these instincts, as well their internal parameters, must be tuned. In this project, you will learn how to apply Genetic Programming as means of such t…
-
Updated
Jan 17, 2022 - C#
There is no centralized platform to check the status of services at NTU. Inspired by downdetector, the goal is to create a platform for real time user reports of student issues such as internet connection, printer up-time etc.
-
Updated
Jan 22, 2022 - JavaScript
Public educational workshops materials
-
Updated
Aug 3, 2020 - JavaScript
CSE353 Computer Network - Assignment 2 (Spring 2019, POSTECH)
-
Updated
Apr 1, 2019 - Java
-
Updated
Sep 3, 2019 - Jupyter Notebook
The goal of this lab is to implement a parser for the programming language PL/3007. In the previous lab, you implemented a lexer, and in the next two labs you go through semantic analysis and code generation, so by the last lab you will have a full, working compiler from PL/3007 to Java bytecode. As in the previous lab, this lab provides you wit…
-
Updated
Mar 17, 2018 - Java
This assignment aims to enhance students' understanding of Web client-side programming techniques using JavaScript and Web server-side programming techniques using PHP. Particularly, after this assignment, students should learn: 1) How are HTML elements and attributes represented in the JavaScript binding to DOM (Document Object Model)? 2) How c…
-
Updated
Apr 20, 2018 - PHP
Improve this page
Add a description, image, and links to the nanyang-technological-university topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nanyang-technological-university topic, visit your repo's landing page and select "manage topics."