Skip to content
View Badabum's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Kyiv
Block or Report

Block or report Badabum

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. Merge two .json objects using PowerS... Merge two .json objects using PowerShell
    1
    function Join-Objects($source, $extend){
    2
        if($source.GetType().Name -eq "PSCustomObject" -and $extend.GetType().Name -eq "PSCustomObject"){
    3
            foreach($Property in $source | Get-Member -type NoteProperty, Property){
    4
                if($extend.$($Property.Name) -eq $null){
    5
                  continue;
  2. Gmdh-service Gmdh-service Public

    My bachelors diploma project. Realization of several GMDH algorithms in C#

    JavaScript 2 2

  3. Drones Drones Public

    C# 1

  4. MultimediaLib MultimediaLib Public

    Final project in Bionic University

    C#

  5. novu-dotnet novu-dotnet Public

    Forked from novuhq/novu-dotnet

    .NET SDK for Novu - The open-source notification infrastructure for engineers. 🚀

    C#

  6. novuhq/novu-dotnet novuhq/novu-dotnet Public

    .NET SDK for Novu - The open-source notification infrastructure for engineers. 🚀

    C# 25 12