Skip to content
View Ellahinator's full-sized avatar

Highlights

  • Pro

Block or report Ellahinator

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. trypear/pear-landing-page trypear/pear-landing-page Public

    Landing page for PearAI, the Open Source AI-Powered Code Editor

    TypeScript 53 78

  2. FlashGenius FlashGenius Public

    CS 499 Capstone Project

    TypeScript 2 1

  3. 0xmonaco.sol 0xmonaco.sol
    1
    contract ExampleCar is Car {
    2
        constructor(Monaco _monaco) Car(_monaco) {}
    3
    
                  
    4
        function takeYourTurn(Monaco.CarData[] calldata allCars, uint256 ourCarIndex) external override {
    5
            Monaco.CarData memory ourCar = allCars[ourCarIndex];