I hereby claim:
- I am giraycoskun on github.
- I am giraycoskun (https://keybase.io/giraycoskun) on keybase.
- I have a public key ASCNyan5IgYAuIal7JRACz5cjL0o_J88OwKf5FIFlJ0yPQo
To claim this, I am signing this object:
| from subprocess import Popen, PIPE | |
| from multiprocessing import Pool, Value, Lock, Manager | |
| from os import getpid | |
| from loguru import logger | |
| def get_file(link, file_name): | |
| command = ["wget", "-O", file_name, link] | |
| process = Popen(command, stdout=PIPE, stderr=PIPE) | |
| output, error = process.communicate() |
| tap "homebrew/bundle" | |
| tap "homebrew/services" | |
| brew "ansible" | |
| brew "openjdk" | |
| brew "ant" | |
| brew "python@3.11" | |
| brew "aws-shell" | |
| brew "awscli" | |
| brew "certbot" | |
| brew "docker-compose" |
| # 8-Queen naive recursive search solution | |
| # giraycoskun | |
| import numpy as np | |
| STATE_SET = [] | |
| SOLUTION_SET = [] | |
| def check_row(grid, i, k): | |
| for x in range(k,-1,-1): |
I hereby claim:
To claim this, I am signing this object: