codeGeekStuff

Menu
  • Home
  • Programming
    • Python 3
  • Scripting
    • PowerShell
    • Bash
  • About
Home » Archive for February 2018
Kikuri February 23, 2018 Add Comment powershell

PowerShell Break and Continue Statement

Sometimes if you want to terminate you loop such as do, while, for, and foreach loop in a particular condition, here powerShell provide b...
Read More
Kikuri February 23, 2018 Add Comment powershell

PowerShell Loops

The following are PowerShell Loops For Loop The for statement or while loop is language construct to create a loop that runs command in a...
Read More
Kikuri February 23, 2018 3 Comments powershell

PowerShell Bitwise Operators

The following are powerShell bitwise operators. Operator Description Expression Result -band Bi...
Read More
Kikuri February 23, 2018 Add Comment powershell

PowerShell Assignment Operators

Assignment operators is performing a numeric operation on the existing value before assignment. Assume that we have variable $a = 15. +...
Read More
python February 18, 2018 Add Comment python3

5. Python User Input

In the previous tutorials, we directly assign the values into variables before we run the program. How about if you want to enter your own...
Read More
Kikuri February 17, 2018 Add Comment powershell

PowerShell Functions

Simple Functions   Functions are reuseable code, which you can execute multiple times by calling the function's name. Functions are ...
Read More
python February 10, 2018 Add Comment powershell

PowerShell Increment and Decrement Operator

The following are increment and decrement operators in powerShell, example for pre and post increment or decrement, whether you can perfo...
Read More
Kikuri February 03, 2018 Add Comment powershell

PowerShell Ternary Operator

As I know there is no ternary operator or even built-in expression to handle such thing in powerShell, but we still can do this following...
Read More
Kikuri February 02, 2018 1 Comment powershell

PowerShell Switch Statement

Besides you can use if statement to evaluate multiple conditions, you can also use switch statement. The switch statement list each cond...
Read More
Subscribe to: Posts (Atom)

Popular Posts

  • PowerShell Bitwise Operators
    The following are powerShell bitwise operators. Operator Description Expression Result -band Bi...
  • PowerShell Increment and Decrement Operator
    The following are increment and decrement operators in powerShell, example for pre and post increment or decrement, whether you can perfo...
  • PowerShell Arithmetic Operators
    The following are arithmetic operators in powerShell.  +   Add integers, concatenates strings, arrays, and hash tables. -    Substr...
  • PowerShell Advanced Functions Advanced Parameters
    In our previous tutorial we've talked about how to use parameter attirbutes in powerShell advanced functions parameter attributes . In...
  • 10. Python Tuples
    Tuple is one of Python's data structures which is ordered values. Tuples are defined with brackets. Example subjects = ( 'mat...
  • 2. First Program
    Now that you have Python ready, we can continue to write our first program. Type the following code in any text editor or IDE then save ...
  • 8. Python Strings
    String is one of Python data types that we've talked about in our previous tutorial, now we're going to learn more about Python ...
  • 11. Python Set
    Sets is a collections of unordered items. Python set is similar with these mathematical definitions.. The elements will not be duplicate...
  • 9. Python Lists
    List is one of python data types which defined with comma-separated values (items) between square brackets. Important thing about a list...
  • 7. Python Loops
    In Programming, there might be situation that you need to execute particular block of code multiple times. Python loop provides various s...

Labels

  • powershell
  • python3

Blog Archives

  • ▼  2018 (30)
    • ►  September (1)
    • ►  July (2)
    • ►  June (3)
    • ►  May (1)
    • ►  April (4)
    • ►  March (3)
    • ▼  February (9)
      • PowerShell Break and Continue Statement
      • PowerShell Loops
      • PowerShell Bitwise Operators
      • PowerShell Assignment Operators
      • 5. Python User Input
      • PowerShell Functions
      • PowerShell Increment and Decrement Operator
      • PowerShell Ternary Operator
      • PowerShell Switch Statement
    • ►  January (7)
Powered by Blogger.
Copyright 2016 codeGeekStuff All Rights Reserved
Powered by Blogger