Difference between revisions of "Main Page"

From Tux
Jump to: navigation, search
(UNLV CS student resources)
Line 18: Line 18:
 
* [[Printing]] - how to print out from the computers in TBE B-361 and check your print quota
 
* [[Printing]] - how to print out from the computers in TBE B-361 and check your print quota
 
* [[Access]] - how to access UNLV CS servers using [[terminal emulators]] and [[network file transfer clients]]
 
* [[Access]] - how to access UNLV CS servers using [[terminal emulators]] and [[network file transfer clients]]
* [[submit script]] - frequently used for submitting assignments to instructors on UNLV servers
 
 
* [[System administrator]] - Contact information for the system administrator
 
* [[System administrator]] - Contact information for the system administrator
  
Line 27: Line 26:
  
 
==UNLV CS student resources==
 
==UNLV CS student resources==
* Primarily for CS 135 / CS 202 students:
+
* [[submit script]] - frequently used for submitting assignments to instructors on UNLV servers
** [[C++ syntax]] - reference primarily for CS 135 / CS 202 students
+
* [[C++ syntax]] - reference primarily for CS 135 / CS 202 students
** [[C++ style]] - reference primarily for CS 135 / CS 202 students
+
* [[C++ style]] - reference primarily for CS 135 / CS 202 students
** [[Linux commands]] - reference and tutorials for useful Linux shell commands
+
* [[Linux commands]] - reference and tutorials for useful Linux shell commands
** [[Compilers]] - reference and tutorials for <code>g++</code> and other compilers on the CS servers
+
* [[Compilers]] - reference and tutorials for <code>g++</code> and other compilers on the CS servers
** [[Text editors]] - reference and tutorials for using common Linux text editors (vim, nano, emacs)
+
* [[Text editors]] - reference and tutorials for using common Linux text editors (vim, nano, emacs)
* [[Microsoft Imagine]] (formerly Dreamspark / MSDN Academic Alliance) - free software design and development tools from Microsoft, only available for UNLV CS students.  Includes various versions of Windows operating system, Visual Studio for Windows and Mac, SQL Server, Acesss, Project, Visio, and Azure.
+
* [[Non-major information]] - information regarding our program and lower level courses for current high school students, AP Computer Science students, transfer students, non-major students, and current students between semesters
 +
* [[Online judges]] - details and links to online systems used for programming contests and practice
 +
 
 +
* [[VirtualBox]] - details on installing other operating systems within a virtual machine on Windows, macOS, or Linux including a guide for installing Debian on VirtualBox in Windows
 +
 
 +
* [[Microsoft Imagine]] (formerly DreamSpark / MSDN Academic Alliance) - free software design and development tools from Microsoft, only available for UNLV CS students.  Includes various versions of Windows operating system, Visual Studio for Windows and Mac, SQL Server, Access, Project, Visio, and Azure.
 
* [https://www.unlv.edu/cs UNLV Department of Computer Science homepage]
 
* [https://www.unlv.edu/cs UNLV Department of Computer Science homepage]
 +
 +
==CS-related student organizations==
 +
* [http://unlvacm.com/ UNLV Association for Computing Machinery (ACM)]
 +
* [https://www.facebook.com/UNLVIEEEStudentBranch/ UNLV Institute of Electrical and Electronics Engineers (IEEE)]
 +
* [https://sites.google.com/site/upeunlv/ UNLV Upsilon Pi Epsilon (UPE)] - International Honor Society for the Computing and Information Disciplines
  
 
==Useful links==
 
==Useful links==

Revision as of 20:57, 11 January 2018

This site is still under construction

If you are a CS instructor and would like an account please e-mail jamie.harvey@unlv.edu.

If you are a CS student and cannot find the information you need here, check the old tux site.

General information

  • tux.cs.unlv.edu is the homepage for the UNLV CS instructional lab, TBE B-361
  • This site contains relevant useful information for CS students
  • Use the general purpose login server, bobby.cs.unlv.edu for remote logins
  • cardiac.cs.unlv.edu and java.cs.unlv.edu can also be used for remote logins and network & OS programmers must use cardiac
  • Please use a flash drive and/or cloud storage to back up your Linux and Windows files

UNLV CS lab and server information

Computing policies and rules

UNLV CS student resources

  • submit script - frequently used for submitting assignments to instructors on UNLV servers
  • C++ syntax - reference primarily for CS 135 / CS 202 students
  • C++ style - reference primarily for CS 135 / CS 202 students
  • Linux commands - reference and tutorials for useful Linux shell commands
  • Compilers - reference and tutorials for g++ and other compilers on the CS servers
  • Text editors - reference and tutorials for using common Linux text editors (vim, nano, emacs)
  • Non-major information - information regarding our program and lower level courses for current high school students, AP Computer Science students, transfer students, non-major students, and current students between semesters
  • Online judges - details and links to online systems used for programming contests and practice
  • VirtualBox - details on installing other operating systems within a virtual machine on Windows, macOS, or Linux including a guide for installing Debian on VirtualBox in Windows
  • Microsoft Imagine (formerly DreamSpark / MSDN Academic Alliance) - free software design and development tools from Microsoft, only available for UNLV CS students. Includes various versions of Windows operating system, Visual Studio for Windows and Mac, SQL Server, Access, Project, Visio, and Azure.
  • UNLV Department of Computer Science homepage

CS-related student organizations

Useful links

Getting started