Skip to content
View AutoRecursive's full-sized avatar
🐪
I think you'll dream of a camel
🐪
I think you'll dream of a camel
Block or Report

Block or report AutoRecursive

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

  1. DrivingPolicy DrivingPolicy Public

    Python

  2. EvoTraj EvoTraj Public

    Python

  3. taichi-CFD taichi-CFD Public

    Python 1

  4. Flutine Flutine Public

    C++

  5. A simple CEM Trajecoty Optimizer bas... A simple CEM Trajecoty Optimizer based on taichi
    1
    import taichi as ti
    2
    import numpy as np
    3
    import time
    4
    from matplotlib import pyplot as plt
    5
    from tqdm import tqdm
  6. Game of life in clojure Game of life in clojure
    1
    ;; Game of life generated by Claude3-Opus
    2
    (ns game-of-life.core
    3
      (:require [clojure.string :as str])
    4
      (:gen-class))
    5