8000 EmilySamantha80 (Emily Johnson) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View EmilySamantha80's full-sized avatar

Block or report EmilySamantha80

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. RTS-Node RTS-Node Public

    Merwin's Ringtone Search (Node.js backend)

    JavaScript

  2. Blazor Session Timeout Helper Blazor Session Timeout Helper
    1
    <body>
    571F 2
        <Routes @rendermode="InteractiveServer" />
    3
        <script src="_framework/blazor.web.js"></script>
    4
        @* Add the session helper JavaScript, used by SessionHelper.razor *@
    5
        <script src="js/session-helper.js"></script>
  3. AI Bot vs AI ReactBot in Python AI Bot vs AI ReactBot in Python
    1
    import os
    2
    # Suppress the Pygame welcome message
    3
    os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = "1"  # Hides the message
    4
    from config import GOOGLE_API_KEY
    5
    import pygame
  4. Cross Platform Mersenne Twister RNG ... Cross Platform Mersenne Twister RNG (with seeding ability)
    1
    # Cross-Platform Mersenne Twister Implementation
    2
    
                  
    3
    This is a cross-platform implementation of the Mersenne Twister pseudorandom number generator algorithm (MT19937) that produces identical sequences in JavaScript, Python, and C# when initialized with the same seed.
    4
    
                  
    5
    ## Features
0