Skip to content

Instantly share code, notes, and snippets.

View RomainC-lab's full-sized avatar
🎯
Focusing

RomainC-lab

🎯
Focusing
View GitHub Profile
import pyautogui
import time
import sys
from datetime import datetime
pyautogui.FAILSAFE = False
numMin = None
if ((len(sys.argv)<2) or sys.argv[1].isalpha() or int(sys.argv[1])<1):
numMin = 1
else:
numMin = int(sys.argv[1])
// Shortcut: cmd shift v
import "@johnlindquist/kit"
import Groq from "groq-sdk"
import * as fs from "fs"
// Initialiser le SDK Groq
const groq = new Groq()
// Fonction principale

Keybase proof

I hereby claim:

  • I am romainc-lab on github.
  • I am romainc_lab (https://keybase.io/romainc_lab) on keybase.
  • I have a public key ASDImDNxrQkAMEQ6kOyRBaP_vGMPnL4_7yUbYIpWlGdXLwo

To claim this, I am signing this object:

from subprocess import call
import time
import requests
from datetime import datetime
tempCheck = 30
isReleased = False
while True:
# XCode Command Line Tools
>xcode-select --install
# Install Homebrew
>ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
>echo PATH=/usr/local/bin:/usr/local/sbin:$PATH >> ~/.bash_profile
>source ~/.bash_profile
>brew tap homebrew/versions