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

12 total results found

New Page

CS Help

New Page

CS Help Courses

NoMachine

CS Help How To

The School of Computer Science runs NoMachine Terminal Server. The client connects to a server named delta.cs.uwindsor.ca.  Remote desktop via a Web Browser  https://nx.cs.uwindsor.ca Since the School of Computer Science has a NoMachine Enterprise license,...

MyWeb

CS Help How To

Troubleshooting IP blacklisting When you try to connect to your myweb.cs.uwindsor.ca management console, you are told your IP has been blacklisted. This is caused by too many failed login attempts within a short period. To remove your IP from the blacklist,...

SQL*plus ( to Oracle)

CS Help How To

How to use from delta.cs.uwindsor.ca Troubleshooting Login problems Oracle database user accounts and passwords are created, synchronized, or unlocked from the CS Password Utility. Make sure you are using your UWinID as your <user-name>, all lowercase ...

New Page

CS Help How To

New Page

CS Help CS Servers

JetBrains

CS Help How To

Free educational license for all the JetBrains IDEs for Students and Faculty. It is a JetBrains initiative, neither the University of Windsor nor the Department of Computer Science have any contractual obligations with JetBrains. As individual license owners...

Gitlab

CS Help How To

We have a community edition (Gitlab CE) instance running at https://gitlab.cs.uwindsor.ca What is GitLab? GitLab is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. It is a complete DevOps ...

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...