I hereby claim:
- I am baileyjm02 on github.
- I am baileyjm02 (https://keybase.io/baileyjm02) on keybase.
- I have a public key whose fingerprint is 2A7E EB15 8316 6B93 D635 81BF 124F F437 2944 437B
To claim this, I am signing this object:
| #!/bin/bash | |
| # Creator: Phil Cook | |
| # Modified: Bailey Matthews | |
| brew_prefix=$(brew --prefix | sed 's#/#\\\/#g') | |
| brew_array=("8","12") | |
| node_array=("node@8" "node@12") | |
| valet_support_node_version_array=("node@8" "node@12") | |
| node_installed_array=() | |
| node_version="node@$1" |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| error_reporting(E_ALL); | |
| ini_set('display_errors', false); | |
| ini_set('html_errors', false); | |
| $json = file_get_contents("https://si3.raxsoft.com/api/removed"); | |
| $data = json_decode($json, true); | |
| $unique_users = array(); | |
| $users = array(); | |
| //Get every session |
| # |== NOTICE ==| | |
| # | | |
| # |Made for Tom Smith#0001 on discord. He's a good friend :D | |
| # |Realeased under the MIT Licence | |
| # Array to be imported - think of it as a database | |
| user = {'name': 'Bailey', 'password':'258', 'username': 'Admin'} |
| # Realeased under the MIT Licence | |
| import tkinter | |
| from tkinter import * | |
| from tkinter import messagebox | |
| class UsernameWindow: | |
| def __init__(self, appUsername): | |
| #Add some text: | |
| self.firstTitle = tkinter.Label(appUsername, text="First Name:", font=('Helvetica', 10)) |
| import hashlib | |
| import webbrowser | |
| import tkinter as tkinter | |
| from tkinter import messagebox | |
| import time | |
| from random import * | |
| from tkinter import ttk | |
| hash30 = """ | |
| _ _ _ _ _ _ _ _ _ _ |