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
    
  
  
    
  | // ==UserScript== | |
| // @name Zendesk Ticket Notifier | |
| // @namespace https://geridev.zendesk.com/ | |
| // @version 0.3 | |
| // @description Refresh Zendesk and notify if new tickets appear | |
| // @match https://geridev.zendesk.com/agent/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { | 
  
    
      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
    
  
  
    
  | FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-jammy | |
| LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" | |
| LABEL org.opencontainers.image.licenses=MIT | |
| RUN apt-get update -y \ | |
| && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | |
| && useradd -d /home/container -m container \ | |
| && curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \ | |
| && apt-get install git-lfs | 
  
    
      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 pandas as pd | |
| import plotly.express as px | |
| from datetime import datetime | |
| mode = 'regular' # weekly or regular | |
| guild_id = '784283476131446805' # main: 720081782980083813, waitlist: 784283476131446805 | |
| ticket_types = None # ['general', 'minecraft', 'billing', 'open_a_ticket', 'open_billing_ticket', 'beta'] | |
| ignore_channel_ids = ['848182043526955028', '882047263134851182', '886783813970194463', | |
| '888435310944469053', '892131281180184656', '922666086921555988', | |
| '1040341685651112046', '1071829508119863348', '1071829509306863716', | 
  
    
      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
    
  
  
    
  | { | |
| "type" : "module" | |
| } | 
  
    
      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
    
  
  
    
  | FROM --platform=$TARGETOS/$TARGETARCH openjdk:17-jdk-slim | |
| RUN apt-get update -y \ | |
| && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ | |
| && useradd -d /home/container -m container | |
| USER container | |
| ENV USER=container HOME=/home/container | |
| WORKDIR /home/container | 
  
    
      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
    
  
  
    
  | package dev.geri.displaynamefix; | |
| import github.scarsz.discordsrv.DiscordSRV; | |
| import github.scarsz.discordsrv.dependencies.jda.api.entities.Member; | |
| import github.scarsz.discordsrv.util.DiscordUtil; | |
| import me.clip.placeholderapi.PlaceholderAPI; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.ChatColor; | |
| import org.bukkit.configuration.file.FileConfiguration; | |
| import org.bukkit.entity.Player; | 
  
    
      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
    
  
  
    
  | [global_config] | |
| title_at_bottom = True | |
| title_transmit_bg_color = "#171421" | |
| title_inactive_fg_color = "#ffffff" | |
| title_inactive_bg_color = "#171421" | |
| [keybindings] | |
| new_tab = <Primary>t | |
| cycle_next = <Primary>Tab | |
| cycle_prev = <Primary><Shift>Tab | |
| go_next = <Primary><Shift><Alt>KP_End | 
  
    
      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
    
  
  
    
  | { | |
| "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| "meta": { | |
| "version": "PTDL_v2", | |
| "update_url": null | |
| }, | |
| "exported_at": "2023-09-15T13:47:00+00:00", | |
| "name": "Java - Quilt", | |
| "author": "geri@bloom.host", | |
| "description": "Quilt is fork of Fabric, a modular modding toolchain targeting Minecraft 1.14 and above, including snapshots.", |