Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

57 total results found

VS Code

CS Help How To

Installed on delta.cs.uwindsor.ca. It will work from home using NoMachine or from any labs. you can install extensions under your own user account. How to use please look at the picture below. From Windows or Mac Launch VS Code and click on the "Open Re...

COMP 3670/4670/8677

CS Help Courses

Oracle Using Java and Python from Delta

CS Help How To

Connecting to Oracle server from Delta using jdbc JDBC Connection string In the connection strings below, replace "userid" with your UWinID, and "password" with your campus password. Code to test your connection: import java.sql.*; import orac...

How to Set Dynamic (DHCP) IP Address - Windows 10/11

CS Help How To

1. Access the Control Panel Windows 11: In the Windows search bar, type in “ncpa.cpl” and then press enter. Windows 10:  On your keyboard, press the “Windows” and “R” keys at the same time. Enter “ncpa.cpl” in the window that pops up. 2....

How to Set Dynamic (DHCP) IP Address - Mac OS

CS Help How To

1. Open System Preferences Click the Apple icon, from the Apple drop-down list, select System Preferences. 2. Open Network Settings Click the Network icon. 3. Select Your Wired Network Interface (Ethernet) In the left column, select Ethernet (for wire...

Connecting to the ‘delta.cs.uwindsor.ca’ Server via SSH through Visual Studio Code

CS Help How To

This article was contributed by Avinash Karhana (karhanaa@uwindsor.ca). Thank you! Prerequisites **Visual Studio Code (VS Code)** installed. If you don't have it, download and install it from https://code.visualstudio.com.  **Remote - SSH Extension** ...

Delta.cs.uwindsor.ca

CS Help CS Servers

Delta is the School of Computer Science's main computing server.  You can reach Delta using any of these methods: The School dedicated Linux labs: Java Lab: ER-3150 XLab: ER-3119 300 Ouellette From the web. https://nx.cs.uwindsor.ca   (require VP...

Digital Research Alliance of Canada

CS Help Technical Resources Available

The Digital Research Alliance of Canada serves Canadian researchers, with the objective of advancing Canada’s position as a leader in the knowledge economy on the international stage. By integrating, championing and funding the infrastructure and activities re...

AV 300 Ouellette

CS Help

We have AV in the classroom, two labs, and a Seminar area. We have multiple TVs on the cart. Seminar Areas and Lab: Resources: Viewsonic commercial displays (3 numbers) in the Seminar area. Viewsonic commercial displays (2 numbers) in each of the Lab, the...

Check and clean up large files in your home directory

CS Help How To

Over time, your home directory may grow in size. We recommend regularly checking your disk usage and removing any unnecessary files or folders. You can use one of the following methods to check your disk space usage: Use du command:du -cha --max-depth=1 . ...

COMP 2057 Prof. David Mayo

CS Help Courses

Before connecting to the server, please ensure that you have access to Computer Science resources. Please visit  https://auth.cs.uwindsor.ca  and synchronise your password. Please use VPN to connect to campus, and also use VPN on the eduroam wifi.  The fol...

Graduate Printer

CS Help How To

Note: Printing is only available when connected to CSWIFI or when using the computers located in the Graduate Labs (Erie). First, delete the old “GradPrinter” from your computer (if exists) Install PaperCut Print Deploy Client: Windows: https://prin...

COMP 3400

CS Help Courses

To run nvhpc on Delta  export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/25.11/compilers/bin:$PATHexport PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.3/comm_libs/mpi/bin:$PATH Compile your code  Thanks to Prof. Paul Preney for the test code  vecadd.cpp // This prog...

MyWeb Tutorials

CS Help

MyWeb Tutorials: Database Creation

CS Help MyWeb Tutorials

This article provides step-by-step instructions for creating a database in MyWeb (DirectAdmin) and a table in phpMyAdmin. Login to MyWeb using your UWINID and password: https://www.myweb.cs.uwindsor.ca From “Account Manager” menu, click on “Databases” ...

MyWeb Tutorials: Login to MyWeb

CS Help MyWeb Tutorials

DirectAdmin is a web-based hosting control panel that allows you to manage your website files, databases, and basic site settings through a browser.At the School of Computer Science, we use DirectAdmin under the name MyWeb to provide students with personal web...

MyWeb Tutorials: File Manager & HTML page

CS Help MyWeb Tutorials

In this tutorial, we will create a simple HTML page and navigate through the website's files. Accessing the File Manager Log in to MyWeb (DirectAdmin) From the main dashboard, click File Manager You will see a directory tree showing files and folders...

MyWeb Tutorials: Create PHP/DB application

CS Help MyWeb Tutorials

This tutorial shows how to: Create a PHP file Connect to a database Display table contents Add Create, Read, Update, Delete (CRUD) functionality Create a PHP File Log in to MyWeb (DirectAdmin) Open File Manager Go to: public_html Create a new f...