Advanced Search
Search Results
12 total results found
New Page
New Page
NoMachine
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
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)
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
New Page
JetBrains
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
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
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
Oracle Using Java and Python from Delta
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...