Skip to content
View Kukuster's full-sized avatar
🤘
🤘

Block or report Kukuster

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
Kukuster/README.md

I'm a homo sapiens specimen who does R&D and data science and also creates open-source tools and software across different science, engineering, and business domains.

Here I mainly do:

  • 🔬 scientific programming and ✍️ writing
  • 🕸️ web development and ☁️ cloud computing
  • 🐧 Linux & Unix stuff
  • 🧠 AI stuff
  • 💸 cryptocurrency & blockchain stuff
  • ♻️ software performance optimization
  • 🖥️ and other computer stuff

I accept donations!

Paypal

paypal

Cryptocurrency

You can add a transaction message with the name of a project or a custom message if your wallet and the blockchain support this

Preferred blockchains:

blockchain address
bc1pjd2c4xcgq978979htc9admycue4nqqhda3vwsc38agked8yya50qz454xc
0x176D1b6c3Fc1db5f7f967Fdc735f8267cCe741F3 Tether supports USDT ERC-20
TMuNqEgEeBQ2GseWsqgaSdbtqasnJi8ePw Tether supports USDT TRC-20
Alternative options (Ethereum L2, LN, EVM)
blockchain address
0x176D1b6c3Fc1db5f7f967Fdc735f8267cCe741F3
0x176D1b6c3Fc1db5f7f967Fdc735f8267cCe741F3
0x176D1b6c3Fc1db5f7f967Fdc735f8267cCe741F3
0x176D1b6c3Fc1db5f7f967Fdc735f8267cCe741F3

Pinned Loading

  1. SumStatsRehab SumStatsRehab Public

    GWAS summary statistics files QC tool

    Python 36 6

  2. CI_methods_analyser CI_methods_analyser Public

    Analyse efficacy of your own confidence interval (CI) methods

    Python

  3. mongo_dotType mongo_dotType Public

    TypeScript types for using dot notation in mongo queries

    TypeScript 3 1

  4. kukinterviewer kukinterviewer Public

    A Telegram Bot - Your personal assistant for preparing for an interview

    TypeScript

  5. penguinsOnWhale penguinsOnWhale Public

    A bash (and some python) script that wraps docker and gnome-terminal in a convenient dev tool for automatic run of several docker images

    Shell

  6. Inflation adjusted total payment for... Inflation adjusted total payment for a loan with fixed monthly payments, given a total loan amount, number of monthly payments, optionally interest rate (positive -> plays in bank's favor) and optionally a predicted inflation (positive -> plays in your favor). Agnostic to currency. Optionally, prints a lot of details
    1
    from typing import Any, Callable, Optional
    2
    
                  
    3
    import numpy as np
    4
    
                  
    5
    def ffmt(f: float|np.floating, precision: int = 4) -> str: