Skip to content

IslandTropicaMan

Software, Pc Game and Programming Languages

Create multiple assignments in PowerShell

Posted on April 28, 2025 By IslandT No Comments on Create multiple assignments in PowerShell

The below code will create multiple assignments in PowerShell

Power Shell

How to compile and run c program in visual studio code

Posted on March 4, 2025March 4, 2025 By IslandT

Visual Studio Code is an IDE that allows programmer to create many types of programming language, c, c++, c sharp and many more. In this post I am going to show you how to create a c program, compile and then run it in visual studio code. Follow the below steps… 1) Create an empty…

Read More “How to compile and run c program in visual studio code” »

Software

How to print numbers from a range in Kotlin

Posted on February 2, 2025February 4, 2025 By IslandT

The below Kotlin program will print numbers from 1 till 10 in each new line. The kotlin outcome is as follows: As you can see, the new range object has the for each function which itself accepts the println function that will print each number within the range using loop in the new line!

Kotlin

How to output words on a Power Shell screen?

Posted on October 1, 2024October 1, 2024 By IslandT

In order to output words on the PowerShell screen all you need to do is to type in below cmdlet follows with the words inside the ” “. which will generate the below output

Power Shell

How to search multiple lines with Python?

Posted on January 24, 2024 By IslandT

Often you will want to search for words or phrase in the entire paragraph and here is the python regular expression code which will do that. We use the re.M flag which will search the entire paragraph for the match words. Now let us try out the program above… …which will then display the following…

Read More “How to search multiple lines with Python?” »

Python, Python Tutorial

Extract Twitter username with python

Posted on July 11, 2023 By IslandT

Below simple code will extract the Twitter username from text using python re module. The Twitter username only allows words, numbers and underscore…

Python, Python Tutorial

Python Example – Group telephone number using the re module

Posted on March 14, 2023March 14, 2023 By IslandT 1 Comment on Python Example – Group telephone number using the re module

Below Python example will use the re module to group the telephone number without the ‘-‘ sign and the period ‘.’. Let’s say the phone number has been written in this manner. 123-456-7810. The below python program will group the numbers by taking out both the ‘-‘ sign and ‘.’. The match array now stored…

Read More “Python Example – Group telephone number using the re module” »

Python, Python Tutorial

Java ArrayDeque example

Posted on February 20, 2023 By IslandT

Below Java program will use ArrayDeque to keep a collection object and then prints those elements out in descending order. The outcome is as follows:-

Java Generic

Accept pipeline object from a function in Power Shell

Posted on January 19, 2023January 19, 2023 By IslandT

The below power shell function will accept a pipeline object and display it on the command prompt. By setting the ValueFromPipeline property of a parameter to true a function can thus accept an object through a pipeline within the PowerShell command prompt!

Power Shell

The Mandatory property in PowerShell Parameter attribute

Posted on January 17, 2023January 17, 2023 By IslandT

The below PowerShell program will force the user to specify the value of the two variables by setting the Parameter attribute in a function to true. If the user forgets to enter the value of both or either variable of the function then PowerShell will ask the user to enter them.

Power Shell

Posts pagination

1 2 … 16 Next

IslandTropicaMan

↑ Grab this Headline Animator

Categories

  • C program
  • Gaming
  • Java
  • Java Collection
  • Java Game
  • Java Generic
  • Javascript
  • Kotlin
  • Power Shell
  • Python
  • Python Tutorial
  • Software
  • Swing
  • Type-Script

Get new posts by email

ArrayList button class combo box earning project enum for loop function interface Java javascript Javascript Iterable javascript iteration result object Javascript iterator Javascript promise kotlin Matplotlib message box Multitask power shell powershell powershell switch pycharm pygame pygame drawing pygame moving circle pygame project chess pygame rectangles pygame update method python python application python class python function python project python tutorial ShotCut.software Stockfish Swing tkinter tuple typescript typescript function visual studio code while loop wxPython

  • Create multiple assignments in PowerShell
  • How to compile and run c program in visual studio code
  • How to print numbers from a range in Kotlin
  • How to output words on a Power Shell screen?
  • How to search multiple lines with Python?

Recent Comments

  1. Rainer on Python Example – Group telephone number using the re module
  2. Rainer Mansfeld on Python Example — Write a python program which will save the user inputs into a Pickle file
  3. Rainer Mansfeld on Python Example — Write a Python program to find the permutation of an event
  4. Rainer Mansfeld on Python Example — What is the total ASCII values of characters in the Hello World string
  5. Jules on Python Tutorial — Chapter 9

Copyright © 2025 IslandTropicaMan.

Powered by PressBook WordPress theme

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT