CodeSteps

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

Author : David

PowerShell – Measure-Object cmdlet

In this Article, we will discuss about Measure-Object cmdlet. The Measure-Object cmdlet Another interesting command PowerShell provides is Measure-Object; which is useful to measure the numeric properties of the object, like files count in the given directory, number of lines in the given file etc,. This command needs always an input. Hence we can not use […]

PowerShell – Group-Object cmdlet – To Group Objects

When we display the list of objects using PowerShell commands, the objects will be displayed in specified format; for example, list format. For more readability, it is very useful to group the objects depending on their properties values. The Group-Object cmdlet PowerShell provides Group-Object cmdlet to group the objects based on their properties values. As this […]

PowerShell – Get-Member cmdlet – Gets the properties and methods of objects

PowerShell is developed using .Net framework. The commands using in PowerShell are internally access .Net framework classes, it’s methods and properties etc, to show the related results. The results shown for each PowerShell cmdlet is the collection of objects. Each of the object has it’s members; the members are methods, properties etc,. We can use […]

Android Studio – How to fix “Emulator: ##KBD: Full queue, lose event” error?

While building and Running the Android Projects, you may see the below Error in Android Emulator; which will STOP to Run the Android Project. Emulator: ##KBD: Full queue, lose event You also will see below Warnings when building the Android Project. Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading. Emulator: warning: get […]

Scroll to top