This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pyautogui | |
| import time | |
| import webbrowser | |
| import random | |
| import os | |
| import urllib.request as urllib | |
| import sys | |
| # this determine how much time it will take to end this script | |
| links = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $finder = Symfony\Component\Finder\Finder::create() | |
| ->notPath('vendor') | |
| ->notPath('bootstrap') | |
| ->notPath('storage') | |
| ->name('*.php') | |
| ->notName('*.blade.php'); | |
| return PhpCsFixer\Config::create() |