{"id":25533513,"url":"https://github.com/coderad32/ftl","last_synced_at":"2025-06-19T11:02:12.275Z","repository":{"id":256959369,"uuid":"856940543","full_name":"Coderad32/FTL","owner":"Coderad32","description":"Edge of space Faster Than Light (Async Threaded Engine)","archived":false,"fork":false,"pushed_at":"2025-02-12T16:43:24.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T02:43:53.856Z","etag":null,"topics":["crypto","source","space","stats"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coderad32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T13:54:16.000Z","updated_at":"2025-02-12T16:43:28.000Z","dependencies_parsed_at":"2024-12-12T02:25:25.513Z","dependency_job_id":"8e796b76-ba35-4c4d-a231-608220d4bc81","html_url":"https://github.com/Coderad32/FTL","commit_stats":null,"previous_names":["cody-p2p/escape_velocity","cody-p2p/ftl","coderad32/ftl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderad32%2FFTL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderad32%2FFTL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderad32%2FFTL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coderad32%2FFTL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coderad32","download_url":"https://codeload.github.com/Coderad32/FTL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768925,"owners_count":19693760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crypto","source","space","stats"],"created_at":"2025-02-20T02:44:00.645Z","updated_at":"2025-02-20T02:44:01.374Z","avatar_url":"https://github.com/Coderad32.png","language":"Raku","readme":"# escape_velocity\nEscape the universe code a script for the ride\n\nBelow is advanced script about taking a ship and\ntransporting it into another reality using logic\n\n```py\nimport numpy as np\nimport matplotlib.pyplot as plt\n\n# Define the universe's boundaries\nuniverse_boundaries = np.array([[0, 0, 0], [1, 1, 1]])\n\n# Define the multiverse's boundaries\nmultiverse_boundaries = np.array([[0, 0, 0], [100, 100, 100]])\n\n# Define the escape velocity\nescape_velocity = 0.5\n\n# Define the spacecraft's initial position and velocity\nspacecraft_position = np.array([0.5, 0.5, 0.5])\nspacecraft_velocity = np.array([0, 0, 0])\n\n# Simulate the spacecraft's journey\nfor i in range(1000):\n    # Calculate the spacecraft's position and velocity at the next time step\n    spacecraft_position += spacecraft_velocity\n    spacecraft_velocity += np.array([0, 0, 0.1])\n\n    # Check if the spacecraft has escaped the universe\n    if np.any(spacecraft_position \u003e universe_boundaries[1]):\n        print(\"Escape velocity achieved! Entering the multiverse...\")\n\n        # Adjust the spacecraft's velocity to match the multiverse's boundaries\n        spacecraft_velocity = np.array([0, 0, 0])\n\n        # Plot the spacecraft's trajectory\n        plt.plot(spacecraft_position[:, 0], spacecraft_position[:, 1], 'o-')\n        plt.xlabel('X-axis')\n        plt.ylabel('Y-axis')\n        plt.title('Spacecraft Trajectory')\n        plt.show()\n\n        # Explore the multiverse!\n        # (This is where the real trick begins...)\n        break\n\nprint(\"Failed to escape the universe.\")\n\n```\nPlease contribute to any repo of mine I would appreciate it or lets go in a different direction\noverall.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderad32%2Fftl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderad32%2Fftl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderad32%2Fftl/lists"}