Register
Log in
Home
About
Catalog
Contact
Inix Software
Tutorial Gallery
Learn how to program, use our software, and more. All at the Tutorial Gallery
Available Tutorials
Java Programming Tutorials
Java Tutorial 1
- A simple "Hello world" tutorial that explains how to write text onto the Java console. The Java IDE being used is IntelliJ IDEA Community Edition. This tutorial can be watched on YouTube
here
.
Java Tutorial 2
- A tutorial on how to recieve information (data) from the user and displaying that input onto the Java console. This tutorial can be watched on YouTube
here
.
Java Tutorial 3
- A tutorial on how to read data from a text document (.txt) and then display that text onto the Java console. This tutorial can be watched on YouTube
here
.
C# Programming Tutorials
C# Tutorial 1
- A simple "Hello world" tutorial that covers writing to the standard output (stdout) using Console.WriteLine and basic coverage of Console.ReadLine. The video uses Microsoft Visual Studio 2012 Professional. This tutorial can be watched on YouTube
here
.
WPF Tutorial 1
- A simple tutorial that explains how to use WPF to make stylish, professional applications. This video will cover how to make a WPF window and adding some functionality to it.
Linux Tutorials
Terminal Tutorial 1
- A simple tutorial that explains how to use the commands cal to display a calendar, man to display manual pages, and date to display the current date using the terminal.
Terminal Tutorial 2
- A simple tutorial that explains how to use the terminal to create new files and directories, deleting them, modifying files, moving files and directories, and more.