CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Sahida

Microsoft Project 2013 – How to Open Project Options dialog?

Microsoft Project allows changing the Project options through the Project Options dialog. Through the Project Options dialog, we can change the display options, language options, customize the ribbon, etc. This article explains, how to open the Project Options dialog. This article applies to: Microsoft Project 2013. Step 1. Open the Microsoft Project applicationĀ and thenĀ click on […]

Ruby Programming – Interactive shell

Once we installed Ruby, we will get one powerful command line interactive Ruby-programming environment called irb (Interactive Ruby).Ā irb is a command line interpreter allowed to enter Ruby commands and instantly see the results in the environment itself. This is very useful when learning Ruby. In this article we will discuss about invoking ruby command-line interpreter, […]

Ubuntu 14.x – How to open Terminal window?

The terminal window is helpful to execute Ubuntu commands, scripts, or execute the applications. A terminal window opens the command-line tool to allow the user(s) to enter the commands, to do some operations. Usually, the user(s) use the Terminal window, to perform maintenance operations. In this article, we are going to discuss the steps to […]

Ruby Programming: An Introduction

Ruby is a popular open source, cross-platform, object-oriented, dynamic, scripting, interpreted programming language. It was invented in the year 1993 by Yukihiro Matsumoto (Matz). Ruby is cross-platform, that means if we develop a Ruby programĀ based onĀ one machine; it’s likely to run theĀ same program without any changes on different machines. In order to develop or run […]

Scroll to top