This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export_dir="Export" | |
share_dir="Share" | |
mkdir -p "$share_dir" | |
overwrite=false | |
if [[ "$1" == "-overwrite" ]]; then | |
overwrite=true | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env nix-shell | |
#! nix-shell -i bash -p git bitwarden-cli jq | |
# This script downloads my SSH key from Bitwarden and then clones my private NixOS config repository from Github | |
# Assumptions: | |
# 1. You have only one item named "SSH Keys" stored in Bitwarden | |
# 2. The private key is saved in that item as an attachment named "id_rsa" | |
# 3. The public key is added to Github account | |
mkdir -p ~/.ssh |
Homepage: https://www.powerlanguage.co.uk/wordle/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sample script to generate freqencies of a list of words from Google Ngram Viewer | |
import pandas as pd, numpy as np | |
import re, requests | |
from ast import literal_eval | |
# Import list of words | |
df = pd.read_csv("wordle_full.csv") | |
df.rename( columns={'Unnamed: 0':'word', 'Unnamed: 1':'frequency'}, inplace=True ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aahed | ||
aalii | ||
aargh | ||
aarti | ||
abaca | ||
abaci | ||
aback | ||
abacs | ||
abaft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from statsmodels.distributions.empirical_distribution import ECDF | |
def bias_correct(obs_data_train, model_data_train, model_data_test): | |
""" | |
Function for bias correcting model_data_test, based on obs_data_train and madel_data_train CDF. | |
All three should be numpy array. Can be multi-dimensional. | |
obs_data_train = observation / ground truth | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|= i=@ | |
`@ub`i |
- Go to about:config, change
browser.display.background_color
value to#000000
andtoolkit.legacyUserProfileCustomizations.stylesheets
value totrue
- Open profile folder in about:profiles under “Root Directory”
- go to / create chrome subfolder, open / create
userChrome.css
and append the following lines:#browser vbox#appcontent tabbrowser, #content, #tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: var(--in-content-page-background)!important }
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am onnyyonn on github. | |
* I am anamitra (https://keybase.io/anamitra) on keybase. | |
* I have a public key ASB16eMLCTYZzbmzoGU96qzJsxj6j7XSR9qJ-njEU3GnWwo | |
To claim this, I am signing this object: |
NewerOlder