Skip to content
View 0xSourceError's full-sized avatar
  • North Carolina, USA
  • 11:40 (UTC -12:00)

Block or report 0xSourceError

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. LocalChat LocalChat Public

    A program allowing multiple clients to connect to a locally hosted .NET server

    C#

  2. BluetoothChat BluetoothChat Public

    A program to let users on Windows PC's communicate via Bluetooth

    C#

  3. TcpDemo TcpDemo Public

    A project to demonstrate .NET client & server interactions

    C#

  4. BluetoothDeviceDiscovery BluetoothDeviceDiscovery Public

    A project letting you see Bluetooth devices in range and information about them

    C#

  5. ShortcutCreator ShortcutCreator Public

    A program to let you create shortcuts easily

    C# 1

  6. KeyFriendlyNameHelper.cs KeyFriendlyNameHelper.cs
    1
    using System.Runtime.InteropServices;
    2
    using System.Text;
    3
    
                  
    4
    public static class KeyFriendlyNameHelper
    5
    {