I hereby claim:
- I am noeljacob on github.
- I am noeljacob (https://keybase.io/noeljacob) on keybase.
- I have a public key ASDH3kNdZmJFkZ3AIDTr_KdoHyyYCuFX4htB2wDX6yOK-go
To claim this, I am signing this object:
| {"lastUpload":"2020-09-14T07:04:43.369Z","extensionVersion":"v3.4.3"} |
| export LANG=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| # Start configuration added by Zim install {{{ | |
| # | |
| # User configuration sourced by interactive shells | |
| # | |
| # ----------------- | |
| # Zsh configuration | |
| # ----------------- |
| # Start configuration added by Zim install {{{ | |
| # ------- | |
| # Modules | |
| # ------- | |
| # Sets sane Zsh built-in environment options. | |
| zmodule environment | |
| # Provides handy git aliases and functions. | |
| #zmodule git | |
| # Applies correct bindkeys for input events. |
| import datetime | |
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| from pandas_datareader import data | |
| #pip install pandas-datareader | |
| stock = 'RENT3.SA' | |
| source = 'yahoo' | |
| start = datetime.datetime(2005, 8, 19) |
| > [email protected] tauri /home/john/Desktop/debug | |
| > tauri "dev" | |
| Running BeforeDevCommand (`pnpm dev`) | |
| > [email protected] dev /home/john/Desktop/debug | |
| > vite dev | |
| Warn Waiting for your frontend dev server to start on http://localhost:1420/... |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| "clipboard", | |
| "crash-reporter", | |
| "electron", | |
| "ipc", | |
| "native-image", | |
| "original-fs", | |
| "screen", | |
| "shell", | |
| "app", |
| import subprocess | |
| import sys | |
| def run(command, folder=None): | |
| try: | |
| subprocess.run(command, check=True, shell=True, cwd=folder) | |
| except subprocess.CalledProcessError as e: | |
| print(f"Error occurred: {e}") | |
| exit(1) |
| # Use the latest Arch Linux image | |
| FROM archlinux:latest | |
| # Initialize the pacman keyring | |
| RUN pacman-key --init | |
| # Update the system packages and install sudo | |
| RUN pacman -Syu --noconfirm && \ | |
| pacman -S --noconfirm sudo |
Mass remove notifications from all channels you are subscribed too.
/**
* =================================================================
* CHANNEL SCRIPT
* =================================================================
* This script WILL make changes to your notification settings.