Skip to content
Avatar
🔬
hacking genomic data compression
🔬
hacking genomic data compression

Achievements

Achievements

Organizations

@EBI-predocs
Block or Report

Pinned

  1. Write reusable, composable and modular R code

    R 431 26

  2. Named operators for C++

    C++ 447 31

  3. Range-based for loops to iterate over a range of numbers or values

    C++ 249 31

  4. My PhD thesis, “Investigating the link between tRNA and mRNA abundance in mammals”

    TeX 32 3

  5. minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.

    TeX 1.3k 107

  6. 1
    def fib(n: int) -> int:
    2
        def fib(n, a, b):
    3
            if n == 0: return a
    4
            if n == 1: return b
    5
            return fib(n - 1, b, a + b)

608 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to klmr/box, highlightjs/highlight.js, klmr/unpack and 5 other repositories

Contribution activity

April 2021

Created 8 commits in 1 repository
Opened 1 pull request in 1 repository
klmr/box
1 open

Seeing something unexpected? Take a look at the GitHub profile guide.