Skip to content
View CHashtager's full-sized avatar

Block or report CHashtager

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CHashtager/README.md
#!/bin/bash

# Define CHashtager "class" as a function
function CHashtager() {
    # Properties
    local name="Omid"
    local role="Bug Producer :^D"
    
    # Method
    function sayHi() {
        echo "Hello world, I debug life!"
    }
    
    # Execute the method
    sayHi
    
    # Display properties
    echo "Name: $name"
    echo "Role: $role"
}

# Main program
echo "Creating CHashtager instance..."
CHashtager

Pinned Loading

  1. DotNetEngineerMasterclass Public

    An educational resource covering wide range of topics in Software Engineering and .NET in order to prepare for job interviews.

    29 1

  2. renom Public

    A simple CLI tool to recursively rename files, directories, and replace text inside files.

    Go

  3. orchestron Public

    A general-purpose, scalable service that receives webhook events and publishes them to message brokers (Kafka/RabbitMQ) for other services to consume.

    Go

  4. Deviant-Password-Manager Public

    Shared Password Manager based on .NET 8

    C# 1