Skip to content
View jamesshenry's full-sized avatar
  • Vigo Software
  • UK
  • 00:21 (UTC +01:00)

Block or report jamesshenry

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. loom loom Public

    C#

  2. Kuddle.Net Kuddle.Net Public

    C# 1

  3. typical typical Public

    C#

  4. henryjs.Net.Templates henryjs.Net.Templates Public

    C#

  5. Powershell to extract code file cont... Powershell to extract code file content from a source directory
    1
    # codebase.ps1 - Generate codebase documentation for AI analysis
    2
    # This script creates a comprehensive text file containing the directory structure
    3
    # and all source code files from your project's source directory for AI processing.
    4
    #
    5
    # Customize the $sourceDirectory path to match your project's structure.