Pulling an exisitng repository into a new folder
git init
git remote add origin https://{YOUR_GITHUB_TOKEN}@github.com/{REPO_OWNER_USER_NAME}/{REPO_NAME}.git
git pull origin main
Pulling an exisitng repository into a new folder
git init
git remote add origin https://{YOUR_GITHUB_TOKEN}@github.com/{REPO_OWNER_USER_NAME}/{REPO_NAME}.git
git pull origin main
Caution
All actions are at your own risk! This has been tested by me, but does not guarantee your success.
Read everything at least once before actually following the guide. If something goes wrong, stop immediately. Consider starting from the beginning.
Inspiration: https://www.most-useful.com/kde-plasma-on-wsl.html
wsl --update
sudo nano /etc/wsl.conf
import shutil | |
import os | |
import sys | |
''' | |
Place this script in the main project directory. This should be | |
the same directory as manage.py. | |
''' | |
# Get the file path of this script | |
root = sys.path[0] |
#! /bin/bash | |
n=32 | |
arg=setaf | |
text='Hello World! This is %s %d' | |
_help() | |
{ | |
printf 'usage: %s [--help|-H] [--16] [--256] [-t|--tiny] [--background|-b]\n' "$(basename $0)" | |
exit 0 |
The Sendt-3D designed rotary enclosure for your XTool D1\D1 Pro machine that you never thought you needed. The enclosure itself is made entirely out of 3/4" wood.
import requests | |
from datetime import datetime | |
def get_mega_millions_data(): | |
url = "https://api.opendatastack.com/v1/lottery/mega-millions" | |
response = requests.get(url) | |
if response.status_code == 200: | |
return response.json() | |
else: | |
raise Exception("Failed to fetch data") |
BE CAREFUL NOT TO OVERTIGHTEN ANY SCREWS INTERFACING WITH THE PRINTED PARTS
DO NOT WORK ON YOUR LASER WITH THE POWER ON