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 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. edm edm Public

    Electronic Document, Task, Project Management System for Teamwork

    Go 22 8

  2. LX16A-bus LX16A-bus Public

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

    C++ 4

  3. cell-operating-system cell-operating-system Public

    A set of programs to simulate functioning of a biological cell

    Python

  4. stepper stepper Public

    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 codons DNA 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",