Skip to content
View alecxcode's full-sized avatar

Block or report alecxcode

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. nixrobotnixrobotPublic

    Bipedal Robot with Humanoid Gait. Build Kit for Robotics Education.

    Python

  2. cell-operating-systemcell-operating-systemPublic

    A set of programs to simulate functioning of a biological cell

    Python

  3. LX16A-busLX16A-busPublic

    LX-16A Bus Servo Library for Arduino: works with BusLinker or directly

    C++ 7

  4. stepperstepperPublic

    Stepper Motors for Raspberry Pi gpiozero

    Python 1

  5. Dark Matter: a Blurred Mass of Paral...Dark Matter: a Blurred Mass of Parallel Universes?
    1
    # Speculative Idea about Dark Matter: Mass of Parallel Worlds
    2
    3
    In our universe, there is invisible dark matter that is only detectable via its gravity.
    4
    No electromagnetic wave interaction with such matter is possible.
    5
    What if there are parallel universes folded into an interdimensional medium that leak their gravity into our own?
  6. DNA and RNA codonsDNA and RNA codons
    1
    # '.' is the stop codon
    2
    DNA_Codons= {
    3
    "AAA": "K", "AAG": "K",
    4
    "AAC": "N", "AAT": "N",
    5
    "ACA": "T", "ACC": "T", "ACG": "T", "ACT": "T",