Skip to main content Skip to local navigation
Home » Page 7

Blog posts

VPL, Vectors and Java

VPL, Vectors and Java

This is an example exercise in VPL. Grade is out of 1. All the students have to do is uncomment the creation of the MathVector object. Want to reproduce this example? PreLabC.java (the template for the student to work on) solution.txt (what the student's solution _could_ look like) MathVector.java (the class with all the methods […]

VPL & Java 17

VPL & Java 17

In our first year programming class for engineering students, EECS 1021, we're using modern features like jShell and var. Unfortunately, the OS that our VPL instance sits on came with an older version of Java, so we've had to modify our scripts to point to the Java 17 JDK. If you get an error like […]

Update to the Four Motions to Protect Staff, Students and Faculty

Update to the Four Motions to Protect Staff, Students and Faculty

[March 20, 2022 update] A version of the N95 motion was brought before YorkU Senate in January 2022 by Senator Patrick Phillips. It appears to have passed but has not led to subsidized distribution of N95s on campus. [Feb 2, 2022 update] The first motion (Recommendation for N95s) resulted in a recommendation email to all […]

2022: the Year of the N95 respirator

2022: the Year of the N95 respirator

In 2020 and 2021 we wore masks. In 2022 we will be wearing respirators. Whether they're official NIOSH N95s, CAN95, or KN95 , for the purpose of general public use we can just call them "N95s". The need for N95s has been clear from the beginning of the pandemic, but for two years most of […]

Firmata & Java

Firmata & Java

Firmata is a set of Arduino projects that are aimed at helping solve a particular class of problems with embedded devices: having a main computer send and receive data from an Arduino, typically in a simple control or data-logging application. This is similar to how people use the Arduino support for Matlab. In Java we […]

COVID-19 Resources

COVID-19 Resources

[Updates: Dec 23, 2021; Jan 31, 2022 ; Feb 16, 2022 ; March 17; 2022; April 28, 2022] This page is for general information on tools to help us fight COVID. I'll focus primarily on respirators and air quality here and less on vaccines: Masks and Respirators section Air Quality Measurement (CO2, etc.) section HEPA […]

Masking Exemptions at York University

Masking Exemptions at York University

[updated Dec 9, 2021] Masks are a form of personal protective equipment that can be very effective at spreading COVID. In your classroom you should only see masked students and they should all be wearing high quality models that protects all of us from the airborne hazard known as COVID. Here's why. Student Accessibility Services […]

Verilog in Virtual Programming Lab

Verilog in Virtual Programming Lab

Unit testing is really important in general programming, but it's also really useful when creating interactive programming assignments. With Java, I like to use JUnit and with C I like to use the Unity unit tester. With Verilog it's actually really straight-forward to set up testing frameworks. In the EECS 2021 (Computer Organization) labs written […]

COVID Questions for YorkU

COVID Questions for YorkU

October 31, 2021 (Updated Nov. 5, 2021) [Update Nov 5, 2021] In response to my questions I have received a letter from the Provost of the University, Prof. Lisa Philipps. Only the academic freedom question was addressed. The administration of York University has announced a return to face-to-face teaching in January 2021, with changes in […]