Skip to content

Instantly share code, notes, and snippets.

View majdiyassin20's full-sized avatar

Yassine Mejd majdiyassin20

View GitHub Profile
@majdiyassin20
majdiyassin20 / First-Python-Code.ipynb
Created January 23, 2021 01:57
Writing Your First Python Code
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@majdiyassin20
majdiyassin20 / tinder technology.md
Last active January 27, 2021 14:11
Need to get unbanned on Tinder?

Need to get unbanned on Tinder?

If you are unable to get unbanned on Tinder then, you can use this tools to get unbanned on Tinder. And Stop being disingenuous..(http://bit.ly/39SXhCm)

How do I get unbanned on Tinder?

@majdiyassin20
majdiyassin20 / Gdrive_Folder_Downloader.sh
Created January 19, 2021 13:34
Download Shared Folder From Google Drive Using Terminal.
#!/bin/bash
fileid="$1"
filename="$2"
curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}" > /dev/null
curl -Lb ./cookie "https://drive.google.com/uc?export=download&confirm=`awk '/download/ {print $NF}' ./cookie`&id=${fileid}" -o ${filename}
## run chmod +x gdrive_folder_download.sh
## ./gdrive_folder_download.sh <fileID> <fileName>
## Donate BTC : 1Ndmbt6hZn7EEwZYMYKUJWQww1HPhj1uSN
Git
``` html { filter: invert(1); background-color: white; }
#pagespace { display: none }
#hnmain td { background-color: transparent; padding-bottom: .4em; font-family: system-ui, Helvetica, Arial; }
.title { font-size: 1rem; }
.subtext { font-size: 0.8em; } ```