I hereby claim:
- I am toastythetoaster on github.
- I am isotach (https://keybase.io/isotach) on keybase.
- I have a public key ASAbn6jElbpHN6jRR9HdqbxDsB8jVVYeWBFtnitBooUcuQo
To claim this, I am signing this object:
{"basics":{"name":"Garrett Watson","image":"https://assets.barq.app/image/d41d83f4-2068-4822-b6b0-ee9e2aca8da5.jpeg","phone":"+15857361259","email":"g@rrettwatson.me","url":"https://garrettwatson.dev","location":{"address":"4831 Lyell Rd","postalCode":"14559","city":"Spencerport","region":"New York","countryCode":"US"},"profiles":[{"network":"LinkedIn","username":"isotach","url":"https://www.linkedin.com/in/isotach/"}],"label":"Software Engineer / IT Engineer"},"work":[{"name":"SYSTMS of NY, Inc.","position":"Systems Engineer","startDate":"2019-06-24","endDate":"2022-05-09","keywords":["Help Desk Support","Windows","Hardware","Software Deployment","Server Administration"],"summary":"As a Systems Engineer at SYSTMS of NY, Inc., I played a key role in enhancing clients' IT infrastructure and operations. My responsibilities included:\n\n- Facilitating smooth transitions for customers' employees to Windows 10 desktops, ensuring data preservation and seamless integration of position-specific applications\n- Overse |
I hereby claim:
To claim this, I am signing this object:
class Scrambler { | |
private start; | |
private end; | |
private options; | |
constructor(str1, str2, options = {}) { | |
this.start = str1; | |
this.end = str2; | |
this.options = { | |
charset: options?.charset || '@:;<,.>-_/[]{}—=+*^?#_', |
__authors__ = 'isovel' | |
## Don't forget to install the dependency! | |
from pypresence import Presence # pip install pypresence | |
import time | |
client_id = "832598829810581534" # Replace with the client ID of your application | |
RPC = Presence(client_id) # Create the presence object with our client ID | |
RPC.connect() # Init the RPC connection |