User Tools

Site Tools


programming:start

Free Software

All CIT students have access to free Microsoft software. This page will tell you how to get it.

Language Portal

Programming language info

Using a one dimentional array as a two dimentional array
For a Row-Major Order array:

Allocation => Array height * width
Indexing => width * row + col

Here is some useful information about C# » Click Here «

Installing Visual Studio Tutorial » Click Here «

Installing Visual Studio Packages » Click Here «

Installing CLion » Click Here «

Here is some useful information about Java Script » Click Here «

Here is a great site for testing regular expressions that you might need

Python Playground » Pyfiddle

HTML Validator

CSS Validator

Negative Numbers: Modulus vs Remainder

If you are using C/C++, Java, or C#, the % operator returns a remainder.

-21 % 4 = -1

If you are using Python, the % operator returns the modulus.

-21 % 4 = 3

Debugging

Debugging info for Visual Studio » Click Here «

Debugging info for Codeblocks » Click Here «

Information on enabling Codeblocks compiler flags » Click Here «

Debugging info for Python » Click Here «

Debugging Javascript using browser tools (Google Chrome, Firefox) » Click Here «

Information on JMeter testing » Click Here «

Debugging on CLion » Click Here «

Command and Network Tool Info

Here is some useful information for Git » Click Here «

Useful information for moving Git repos » Click Here «

Filezilla install instructions and citstudent example » Click Here «

Putty install instructions and citstudent example » Click Here «

Here is some useful information about Linux/Unix terminals » Click Here «

Development tools

Online Resources

Free E-Book Resources

programming/start.txt · Last modified: 2020/10/01 18:08 by redfieldj