Skip to content
View boomelage's full-sized avatar
🌍
🌍
  • 15:36 (UTC)

Block or report boomelage

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

concact

recurisve command line tools

recursive git status powershell

Get-ChildItem -Directory -Recurse | ForEach-Object { 
    if (Test-Path "$($_.FullName)\.git") { 
        Write-Host "Directory: $($_.FullName)"
        git -C $_.FullName status
        Write-Host "`n"
    }
}

recursive git status bash

find . -type d -name ".git" -execdir sh -c 'echo "Directory: $(pwd)"; git status; echo ""' \;

windows power plans

balanced

powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e

ultimate performance

powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61

Pinned Loading

  1. machine-learning-option-pricing machine-learning-option-pricing Public

    An empirical approach based on market data

    Jupyter Notebook 1

  2. convsklearn convsklearn Public

    convenience wrappers for scikit sklearn

    Python

  3. quantlib_pricers quantlib_pricers Public

    Python

  4. realised-volatility realised-volatility Public

    Jupyter Notebook

  5. Optimisation-and-the-Efficient-Frontier Optimisation-and-the-Efficient-Frontier Public

    Python