Skip to content

Instantly share code, notes, and snippets.

View giraycoskun's full-sized avatar

Giray Coskun giraycoskun

View GitHub Profile
@giraycoskun
giraycoskun / download_from_m3u8.py
Last active June 27, 2024 12:51
Download parallel from m3u8 files
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()
@giraycoskun
giraycoskun / Brewfile
Created December 25, 2023 06:59
My Brewfile for MacOS Soomo 14.2
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):

Keybase proof

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: