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

Block or report brainboost

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. chatgpt-telegram-bot chatgpt-telegram-bot Public

    A serverless telegram bot with AI chat and image generation functionality

    Python 1

  2. EdgeGPT EdgeGPT Public

    Forked from acheong08/EdgeGPT

    Reverse engineered API of Microsoft's Bing Chat AI

    Python 9 4

  3. OpenDBDiff OpenDBDiff Public

    Forked from OpenDBDiff/OpenDBDiff

    A database comparison tool for Microsoft SQL Server 2005+ that reports schema differences and creates a synchronization script.

    C#

  4. Property sorting filter for Swashbuc... Property sorting filter for Swashbuckle.AspNetCore working with OData, versioning and DataMember attributes with Order defined
    1
    namespace Microsoft.Examples
    2
    {
    3
        using System.Collections.Generic;
    4
        using System.Linq;
    5
        using System.Reflection;
  5. Very large file splitter Very large file splitter
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.IO;
    4
    using System.Linq;
    5
    using System.Reflection;
  6. Generates the C# model type from SQL... Generates the C# model type from SQL query according to field data types
    1
    SELECT * INTO TMP1 FROM ( 
    2
      -- Custom SQL query starts here
    3
      
    4
      SELECT top 1
    5
      'field1' as field1