CS50x2 Fall 2015
Information for CS5012/5022/5032 Accelerated Structured Programming/Object-Oriented Programming/Data Structures, Fall 2015 will be posted here.
Contents
Instructor
Mr. Jason L Causey | |||
Office | CSM 130 | Office Hours | 10:45-11:15 TR; Zoom and in-person meetings at other times are available by appointment. |
Phone | 870-680-8182 | jcausey@astate.edu |
Section 001
Meeting Time | Meeting Room | ||||
---|---|---|---|---|---|
Lecture: | 10:00-10:50a MWF | CSM 217 | 2:00-3:15p TR | CSM 217 |
Syllabus and Other Information
CS50x2 Grading Guidelines (Causey)
CS50x2-002 Fall 2015 Scheduled Topics
Lecture Homework Material
The material listed here should normally be accessed by first visiting the CSCADE website and using the Material link to link back here. Viewing this material directly from here could result in parts or all of the instructions being hidden.
List of Available Assignments
Software Download Links
- Komodo Edit
- http://www.openkomodo.com/ Komodo Edit is an open-source and free-for-personal-use programmer's code editor. It is available for all major platforms.
- g++
- This is the GNU C++ compiler. Most Linux systems have this installed already... If not, Google for installation instructions. Mac users can install it by installing XCode.
- Dev-C++
- http://www.bloodshed.net/dev/devcpp.html This is for Windows users only. It is an editor and compiler (based on the g++ compiler) for Windows.
- An ssh and sftp client
- See the SSH and SCP Clients section below for several options.
Virtual Machine
This course has access to a Linux-based virtual machine at the IP address shown below. You may log into the virtual machine using the ssh (Secure Shell) protocol. Your username and password are the same as you use to log into CSCADE.
-
147.97.156.236
SSH and SCP Clients
In order to log into the virtual machine, you need an ssh client. Mac and Linux users can access the command shell through a Terminal window by executing the ssh command (type man ssh for instructions). To transfer files, either use Komodo to "Save Remotely" and "Open Remote File", or use a secure file-transfer (scp or sftp) client. Below are some download links.
- SSH Secure Shell Client
- The SSH client includes both shell and file transfer abilities. (Windows)
- Tunnelier
- Also provides both shell and file transfer abilities. (Windows)
- FileZilla
- ftp/sftp client available for all major platforms. (Linux, OS-X, Windows)
- Cyberduck
- A popular ftp/sftp client for Mac OS-X is now also available for Windows. (OS-X, Windows)
- gFTP
- gFTP is a graphical secure FTP client for Linux. Available as source or in .deb packages (for e.g. Ubuntu). Again, you can do ssh from the Terminal, but gFTP will make transferring files easier.