Skip to content
View raddy's full-sized avatar
  • Lagrange 3

Block or report raddy

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. Sample from a distribution with know... Sample from a distribution with known skew and kurtosis
    1
    import statsmodels.sandbox.distributions.extras as extras
    2
    import scipy.interpolate as interpolate
    3
    import numpy as np
    4
    
                  
    5
    def generate_normal_four_moments(mu, sigma, skew, kurt, size=1000, sd_wide = 10):
  2. py constrained spline ipynb example py constrained spline ipynb example
    1
    {
    2
     "metadata": {
    3
      "name": "",
    4
      "signature": "sha256:f8bc845b802432985ee643298a6a9d23fcb57c33026615808d8e4dc5250ff1bc"
    5
     },
  3. Find allowances slot in an ERC20 Find allowances slot in an ERC20
    1
    #!/usr/bin/env node
    2
    
                  
    3
    const { ethers } = require("ethers");
    4
    const { formatUnits } = require("@ethersproject/units");
    5
    const { program } = require("commander");
  4. snek snek Public

    Forked from ricobank/snek

    the tiny vyper helper command

    Vyper

  5. stephenberry/glaze stephenberry/glaze Public

    Extremely fast, in memory, JSON and interface library for modern C++

    C++ 1.1k 111