Skip to content
View zedrian's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Belgrade, Serbia

Block or report zedrian

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

    Forked from ash-rs/ash

    Vulkan bindings for Rust

    Rust

  2. inline-spirv-rs inline-spirv-rs Public

    Forked from PENGUINLIONG/inline-spirv-rs

    Compile GLSL/HLSL and inline SPIR-V right inside your crate.

    Rust

  3. shkoma shkoma Public

    Protein data analysis

    Python 1

  4. crv crv Public

    Chromatography results verifier

    Python

  5. Request protein data using Entrez Request protein data using Entrez
    1
    from Bio import Entrez
    2
    answer = Entrez.esearch(db='nucleotide', term='Q01196 AND srcdb_refseq[PROP] AND homo sapiens[ORGN]').read()
    3
    answer = Entrez.efetch(db='nucleotide', id='568384823', rettype='fasta').read()
  6. legion legion Public

    Forked from amethyst/legion

    High performance Rust ECS library

    Rust