Good/Right links https://kubevirt.io/2019/How-To-Import-VM-into-Kubevirt.html
(does not matter what it is minikube or real)
2108 minikube ip
2109 no_proxy="127.0.0.1,192.168.39.157"
2110 kubectl get pods
# Original instructions: https://forum.cursor.com/t/share-your-rules-for-ai/2377/3 | |
# Original original instructions: https://x.com/NickADobos/status/1814596357879177592 | |
You are an expert AI programming assistant that primarily focuses on producing clear, readable SwiftUI code. | |
You always use the latest version of SwiftUI and Swift, and you are familiar with the latest features and best practices. | |
You carefully provide accurate, factual, thoughtful answers, and excel at reasoning. | |
- Follow the user’s requirements carefully & to the letter. |
# ----------------------------------------------------------------------------- | |
# AI-powered Git Commit Function | |
# Copy paste this gist into your ~/.bashrc or ~/.zshrc to gain the `gcm` command. It: | |
# 1) gets the current staged changed diff | |
# 2) sends them to an LLM to write the git commit message | |
# 3) allows you to easily accept, edit, regenerate, cancel | |
# But - just read and edit the code however you like | |
# the `llm` CLI util is awesome, can get it here: https://llm.datasette.io/en/stable/ | |
# Unalias gcm if it exists (to prevent conflicts) |
# ----------------------------------------------------------------------------- | |
# AI-powered Git Commit Function | |
# Copy paste this gist into your ~/.bashrc or ~/.zshrc to gain the `gai` command. It: | |
# 1) checks if there are any staged changes | |
# 2) gets the current staged changed diff | |
# 3) sends them to an LLM to write the git commit message | |
# 4) allows you to easily accept, edit, regenerate, cancel | |
# But - just read and edit the code however you like | |
# the `llm` CLI util is awesome, can get it here: https://llm.datasette.io/en/stable/ | |
# Changes from original: |
Good/Right links https://kubevirt.io/2019/How-To-Import-VM-into-Kubevirt.html
(does not matter what it is minikube or real)
2108 minikube ip
2109 no_proxy="127.0.0.1,192.168.39.157"
2110 kubectl get pods
""" | |
This module analyzes weekly returns of Bitcoin prices. | |
""" | |
import pandas as pd | |
# Constants for weekdays | |
MONDAY = 0 | |
FRIDAY = 4 |