Skip to content
View Akeloya's full-sized avatar
  • Vector-Best
  • Novosibirsk

Block or report Akeloya

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. Interpretator Interpretator Public

    My college project when I was 17 years old

    C++ 1

  2. Flexiobject Flexiobject Public

    Application for creating and using freely customizable configuration of data, forms, actions and other things

    C#

  3. SberParseHtmlReports SberParseHtmlReports Public

    Приложение для парсинга ежемесячных и заказных html отчётов с выводом результатов в csv таблицу

    C#

  4. WPFComponents WPFComponents Public

    Extended WPF components

    C#

  5. PoSh function to deploy SPPKG to sha... PoSh function to deploy SPPKG to sharepoint app catalog in azure via M365 CLI
    1
    function UploadPnpApp{
    2
      [CmdletBinding()]
    3
      param (
    4
          [Parameter()]
    5
          [string]
  6. Removing all alerts from SharePoint ... Removing all alerts from SharePoint objects for blocked user accounts in AD
    1
    Add-PsSnapin Microsoft.SharePoint.PowerShell
    2
    Import-module ActiveDirectory
    3
    
    
    4
    function Remove-UserAlertsOnWeb{
    5
    param(