Skip to content
View raidakhatun014-hue's full-sized avatar
  • Automatic program's designing company
  • Lucmburg
  • 12:08 (UTC -12:00)
  • Joined Jun 4, 2026

Block or report raidakhatun014-hue

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

Popular repositories Loading

  1. Nimisha-ai Nimisha-ai Public

    An AI Assistant built with C# and .NET featuring English & Bangla chat, voice support, memory, and future vision capabilities.

    1

  2. Vita Vita Public

    const description = "Discrimination is the unfair or unequal treatment of individuals or groups based on characteristics such as race, ethnicity, religion, gender, age, disability, nationality, or …

    1

  3. Helloworld-4b Helloworld-4b Public

    --- **Quick Cheat Sheet:** | Syntax | Result | |--------|--------| | `# Title` | Big heading | | `**bold**` | **bold** | | `*italic*` | *italic* | | `- item` | bullet | | `` `code` `` | `code` | Si…

  4. Firecode Firecode Public

    git init git add . git commit -m "first commit" git branch -M main git remote add origin https://github.com/YOUR_USERNAME/REPO_NAME.git git push -u origin main

  5. AI.NIMISHA-KHAN AI.NIMISHA-KHAN Public

    from codingai import AI # Initialize the AI ai = AI(model="fast") # Get a code suggestion result = ai.suggest("sort a list in Python") print(result) # › arr.sort() # in-place (modifies original) # …

  6. llama.cpp llama.cpp Public

    Forked from ggml-org/llama.cpp

    LLM inference in C/C++

    C++