Skip to content
View TaseerAhmad's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report TaseerAhmad

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

Pinned Loading

  1. Golang CLI program to copy files inc... Golang CLI program to copy files including recursive folder copy without using any third-party libraries.
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"io"
  2. Air quality Index calculator (US EPA... Air quality Index calculator (US EPA). This is an unformatted code, requires to be wrapped in a library. Currently, the AQI calculator assumes the provided unit are based on US EPA for each pollutant.
    1
    typealias DoubleRange = ClosedFloatingPointRange<Double>
    2
    
                  
    3
    sealed class Pollutant {
    4
        object CO : Pollutant()
    5
        object NO2 : Pollutant()