I hereby claim:
- I am stdev17 on github.
- I am stdev17 (https://keybase.io/stdev17) on keybase.
- I have a public key ASADaA6nVtjuDtm2edklzTM7S6mvxEifM03QusujzTKCXAo
To claim this, I am signing this object:
# This script is used to review the code in the local repository. | |
# Import modules | |
import os | |
import json | |
from openai import OpenAI | |
api_key = os.environ["OPENAI_API_KEY"] | |
# The first prompt |
const GetFarmingLists = () => { | |
try { | |
const farming_lists = sheet.getRange(SHEETS.STUDENT+'!Q2:W101').getValues().filter((arr) => { | |
// check if the switch is selected | |
return arr[0] | |
}) | |
return farming_lists | |
} |
import numpy as np | |
net_results = [] | |
INIT_MILE = 0 | |
NET_ITERATIONS = 10000 | |
def iteration_single(init_mileage): | |
mile = init_mileage | |
spent_gems = 0 | |
has_Lina = False |
import math | |
import numpy as np | |
# config values | |
# ๊ฐ์ ์ค์ ํด ์ฃผ์ธ์ | |
avg_evo_per_session = 1.3 | |
tries = 55 | |
target = 71 | |
def poisson(minimum, avg): |
import numpy as np | |
import math | |
###################### | |
# Set variables here # | |
iterations = 1000 | |
target = 4 | |
###################### | |
exclusives = { |
I hereby claim:
To claim this, I am signing this object: