codeGeekStuff

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

PowerShell Arithmetic Operators

The following are arithmetic operators in powerShell.  +   Add integers, concatenates strings, arrays, and hash tables. -    Substr...
Read More
Kikuri January 25, 2018 Add Comment powershell

PowerShell If Statement

Sometimes you want to divide conditions into some block statements, to do that, we're going to use powerShell if statement. Here cond...
Read More
Kikuri January 24, 2018 Add Comment powershell

PowerShell Comparison Operators

Comparison operators let is used for comparing values and finding values that match with particular patterns. To use a comparison operato...
Read More
Kikuri January 22, 2018 Add Comment powershell

PowerShell Hash Table

Hash table is a dictionary which also data structure that store key/value pairs. Example a hash table taht contain a series of users data...
Read More
Kikuri January 21, 2018 Add Comment powershell

PowerShell Arrays

Array is a data structure to store a collection of items, these items can same or different data type. Initalizing and Defining an ...
Read More
Kikuri January 20, 2018 Add Comment powershell

PowerShell Data Types

The following are the most common used data types in powerShell. [string] Fixed-length string of Unicode characters [char] A Un...
Read More
Kikuri January 19, 2018 Add Comment powershell

PowerShell Variables

Variables is the most widely used to stored data in powerShell. Here we can use variables to store data like strings, integers, and obje...
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)
    • ▼  January (7)
      • PowerShell Arithmetic Operators
      • PowerShell If Statement
      • PowerShell Comparison Operators
      • PowerShell Hash Table
      • PowerShell Arrays
      • PowerShell Data Types
      • PowerShell Variables
Powered by Blogger.
Copyright 2016 codeGeekStuff All Rights Reserved
Powered by Blogger