CSC361 Tutorial 1

CSC361: Tutorial 1 Basics about python socket programming Blocking and non-blocking sockets Intro to the select package Download and Install Latest Python • Download from https://www.python.org/downloads/ Network Addressing • Machines have a hostname and IP address • Programs/services have port numbers • Each endpoint of a network connection is always represented by a host and […]

CSC361 Tutorial 1 Read More »

CSc361 P1 Simple Web Server

CSc361 Spring Programming Assignment (P1): Simple Web Server (SWS) Specification Assignment objective: In this programming assignment, you will use the STREAM socket (i.e., supported by TCP) in Python to create a Simple Web Server (SWS), mimicking nginx-light in PicoNet but only supporting limited functionalities as specified below, with select() supporting both persistent and non-persistent HTTP

CSc361 P1 Simple Web Server Read More »

ECON2070 代考 Introduction to Strategic Thinking

Exam information Course code and title ECON2070 Introduction to Strategic Thinking Semester Exam type Exam technology Semester 1, 2021 Online, non-invigilated, final examination File upload to Blackboard Assignment Exam date and time Refer to your personal exam timetable for the scheduled date and time of this exam. Your examination will begin at the time specified

ECON2070 代考 Introduction to Strategic Thinking Read More »

GA2130 PS1

PS1 Due Date: 2023-02-08 Points: 6 Your job for this assignment is to write a Mips interpreter for a small subset of Mips machine code. The starter code includes a file to parse a small subset of Mips assembly as well as an assembler that loads the machine code into a simple model of a

GA2130 PS1 Read More »

GA2130 Compiler Construction OCaml

GA2130 Compiler Construction GA2130 Syllabus Overview Compilers are a fundamental piece of software infrastructure. They enable programmers to write programs in high-level programming languages and obtain efficient, executable code that can run on a variety of hardware platforms. This course covers the design and implementation of compilers. We will see how to structure compilers as

GA2130 Compiler Construction OCaml Read More »