Skip to content

Instantly share code, notes, and snippets.

View VictorieeMan's full-sized avatar

VictorieeMan

View GitHub Profile
@fiatjaf
fiatjaf / activity-nostr-bridge-bounty.md
Last active October 3, 2024 22:47
ActivityPub bridge Nostr relay bounty
@VictorieeMan
VictorieeMan / guide_venv_versionDiff.txt
Last active July 13, 2022 15:16
Installing viritual Python3 environments of different versions
Source: https://www.roelpeters.be/virtualenv-venv-choose-python-version/
Documentation: https://virtualenv.pypa.io/en/stable/
python -m pip install --user virtualenv
python -m virtualenv --help
py -m virtualenv -p=<your_python_executable> <virtual_environment_directory>
Example use:
py -m virtualenv -p="C:\Program Files\Python37\python.Exe" .virtenv
@VictorieeMan
VictorieeMan / Kanelbulle.txt
Last active October 23, 2024 17:16
Swedish cinnamon bun recipe (Recept på Kanelbulle)
2021-12-18
Victor's "Swedish cinnamon bun recipe" (Recept på Kanelbulle)
Wheat dough (48 buns):
150 g margarine or butter
5 dl milk
50 g baking yeast
1/2 teaspoon salt
1-1 1/2 dl sugar
(Optional) 2 teaspoons of crushed or grounded cardamom seeds.
@VictorNS69
VictorNS69 / A hack for showing LaTeX formulas in GitHub markdown.md
Last active January 19, 2024 11:47
How to add LaTex formula to a Markdown
@CMCDragonkai
CMCDragonkai / using_zfs_version_control_large_datasets.md
Last active August 5, 2024 16:57
Using ZFS to Version Control Large Datasets #zfs

Using ZFS to Version Control Large Datasets

Imagine you are a machine learning engineer. You're dealing with large datasets.

You are about to perform a large scale change to the data. Or even a small change.

You wish you had your data under version control. You wish you had a git for data.

But the data is too big for git. So you usually just backup via a copy.

@MarcDiethelm
MarcDiethelm / Contributing.md
Last active September 13, 2024 15:58
How to contribute to a project on Github

This text now lives at https://github.com/MarcDiethelm/contributing/blob/master/README.md. I turned it into a Github repo so you can, you know, contribute to it by making pull requests.


Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.

@kogakure
kogakure / .gitignore
Last active November 19, 2024 13:22
Git: .gitignore file for LaTeX projects
*.acn
*.acr
*.alg
*.aux
*.bak
*.bbl
*.bcf
*.blg
*.brf
*.bst