Skip to content
View parsapoorsh's full-sized avatar
🍊
Hey there! I am using GitHub
🍊
Hey there! I am using GitHub

Highlights

  • Pro
Block or Report

Block or report parsapoorsh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parsapoorsh/README.md

Pinned Loading

  1. TicTacToe-XO-Ai TicTacToe-XO-Ai Public

    Best move generator algoritm. 3x3, 4x4 and more without limits.

    Python 3

  2. TelegramBotPHP TelegramBotPHP Public

    Forked from Eleirbag89/TelegramBotPHP

    PHP Telegram Bot API for sending messages. based on Eleirbag89/TelegramBotPHP

    PHP 2

  3. Troll-Maker-tg-bot Troll-Maker-tg-bot Public

    Troll Make Telegram Bot Source code. Thanks to skgsergio/dogefy-tg-bot

    Python 2

  4. dotfiles dotfiles Public

    just my dotfiles

    Shell 1

  5. tor-relay-docker tor-relay-docker Public

    A simple tor relay config for docker

    Dockerfile

  6. a bash script to create ufw rules fo... a bash script to create ufw rules for Cloudflare on port 80 and 433
    1
    #!/bin/bash
    2
    
                  
    3
    if [ "$1" == "insert" ]; then
    4
    	for cfip in `curl -sw '\n' https://www.cloudflare.com/ips-v{4,6}`;
    5
    	do