Skip to content
View p3x-robot's full-sized avatar
🦝
LOL - opening the sources ...
🦝
LOL - opening the sources ...

Organizations

@patrikx3

Block or report p3x-robot

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. patrikx3/network-mcp patrikx3/network-mcp Public

    Free AI-powered network analysis MCP server — DNS, SSL, security headers, email auth, WHOIS, monitoring & status pages. Works with Claude Code, Codex, and any MCP client.

    JavaScript

  2. patrikx3/gitlist patrikx3/gitlist Public

    A decorated enhanced elegant, feature rich and modern private git ui repository viewer

    PHP

  3. patrikx3/onenote-mcp patrikx3/onenote-mcp Public

    📚 P3X OneNote MCP — Model Context Protocol server for Microsoft OneNote with read/write, table patching, strikethrough and cost calculation tools

    JavaScript

  4. patrikx3/architect patrikx3/architect Public

    📐 Multi-agent RUP pipeline (OpenAI + Claude). Scans the project root and either creates a new project (greenfield) or modifies existing code in place — matching your layout (src/, src-server/, clie…

    JavaScript

  5. 🚄 This is a simple utility to increa... 🚄 This is a simple utility to increase the NTFS performance by turning off some NTFS features that are not so used by now (or not so important).
    1
    rem execute as an Administrator
    2
    
                  
    3
    rem based on http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html
    4
    ram based on https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc938961(v=technet.10)
    5
    
                  
  6. 🗑️ Windows 10 - reduce WinSxS folder... 🗑️ Windows 10 - reduce WinSxS folder and delete temporary files
    1
    REM you need to execute in adminstrator command prompt
    2
    REM based on 
    3
    REM https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/clean-up-the-winsxs-folder
    4
    Dism.exe /online /Cleanup-Image /StartComponentCleanup
    5