Skip to content
View aisyshk's full-sized avatar
❄️
❄️

Organizations

@Saaya-App @Cabbage-App
Block or Report

Block or report aisyshk

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
aisyshk/README.md



Pinned

  1. DailyWallpapers DailyWallpapers Public

    Console application that checks Bing's API for new daily images and sets them as desktop wallpaper.

    C++ 2

  2. HyperX-Battery HyperX-Battery Public

    Read HyperX Cloud Flight headset's battery percentage, mute and power toggle status.

    C++

  3. Saaya-App/Saaya.Wrapper Saaya-App/Saaya.Wrapper Public

    API wrapper for Saaya API.

    C#

  4. AoT-Wiki AoT-Wiki Public

    Website for Attack on Titan Wiki

    HTML

  5. ASP.NET Core Pagination (w/ X.PagedL... ASP.NET Core Pagination (w/ X.PagedList)
    1
    @model IEnumerable<MyProject.Models.MyObject>
    2
      
    3
    @{
    4
    	ViewData["Title"] = "MyObjects";
    5
    }
  6. .NET Installation Checker .NET Installation Checker
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to check if .NET Core 5.0 is installed
    4
    check_dotnet_core() {
    5
        dotnet_path=$(command -v dotnet)