CodeSteps

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

Microsoft Excel – TIME functions

TIME function in Excel and its related functions are important functions to deal with date-time-related data. As these functions are commonly used with DATE functions, recommended reading an article on DATE functions. TIME function in Excel It returns the time value by taking individual time components (hour, minutes & seconds) as its arguments. Using this […]

PowerShell – For and ForEach loop

PowerShell for loops are used to navigate within the collection to retrieve its elements and allow it to execute the statements within it continuously when the given condition is met. Through this article, we are going to discuss For and ForEach loops. The for loop in PowerShell PowerShell for loop is used to execute the […]

Photoshop – How to rotate an image?

Adobe Photoshop allows us to rotate an image in different angle. Through this Article, we are going to discuss the image rotation. Step 1. Open the image in Adobe Photoshop CS6 Application. Step 2. Click on Image menu. Then, select Image Rotation menu item. Photoshop will display the sub-menu; allows us to rotate the image. […]

Microsoft Word 2013 – How to change Capitalization?

Microsoft Word provides a feature that allows us to change the Capitalization of selected Text. It allows you to change the selected text case to lowercase, or uppercase, capitalize each word, etc. Through this article, we are going to discuss how to change Capitalization in Word. Step 1. Open the Word document using Microsoft Word […]

Electron JS – An Introduction

Electron is an Open Source framework used to develop User Interface Applications. It is one of the main GUI frameworks; with web technologies like JavaScript, HTML, and CSS to develop Desktop GUI Applications. Using Electron we can develop cross-platform Applications; which means we can run these applications on Windows, Mac, and Linux Operating Systems. Electron […]

PowerShell – Understanding the While loops

PowerShell provides loops to execute the sequence of statements repeatedly. These loops executes the block of statements within it, till a given condition is satisfied. Through this article, we go through while loop and do loops; do…while and do…until loops. While loop PowerShell While loop is to execute the statements within it continuously, if the […]

Microsoft Excel – DATE functions

DATE function and related functions are important functions to deal with date-related data in Excel. DATE function This function returns the date by taking individual date components (year, month & day) as its arguments. Using DATE function we can form the date-time code using the individual date components. Syntax: DATE(year, month, day) DATE function is […]

PowerShell – How to use Equality operators?

PowerShell equality operators are used to compare values. These operators compare the values and return either True or False; when the given condition matches. PowerShell provides below equality operators; as these are used for comparison, we can call them Comparison operators. PowerShell Equality operators All these equality operators takes 2 or more operands and compare […]

Scroll to top