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
    
  
  
    
  | <?xml version="1.0" encoding="UTF-8"?> | |
| <Configuration status="WARN" packages="com.mojang.util"> | |
| <Appenders> | |
| <Console name="SysOut" target="SYSTEM_OUT"> | |
| <PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg%n" /> | |
| </Console> | |
| <Queue name="ServerGuiConsole"> | |
| <PatternLayout pattern="[%d{HH:mm:ss} %level]: %msg%n" /> | |
| </Queue> | |
| <RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz"> | 
  
    
      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
    
  
  
    
  | %YAML 1.2 | |
| --- | |
| # From <https://torrents.io/tracker-list/>. | |
| tcp: | |
| - 80 | |
| - 443 | |
| - 1337 | |
| - 2095 | 
  
    
      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
    
  
  
    
  | { | |
| "embeds":[ | |
| { | |
| "title":"<<< {{ChannelName}} is live on Twitch!>>>", | |
| "url":"<<<{{ChannelUrl}}>>>", | |
| "description":"<<<{{Game}}>>>" | |
| } | |
| ] | |
| } | 
  
    
      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
    
  
  
    
  | http://tracker.opentrackr.org:1337/announce | |
| udp://tracker.opentrackr.org:1337/announce | |
| http://tracker.yoshi210.com:6969/announce | |
| udp://tracker.yoshi210.com:6969/announce | |
| http://tracker.internetwarriors.net:1337/announce | |
| udp://tracker.internetwarriors.net:1337/announce | |
| http://9.rarbg.com:2710/announce | |
| udp://11.rarbg.com:80/announce | |
| http://tracker.skyts.net:6969/announce | |
| udp://tracker.skyts.net:6969/announce | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| # | |
| # Scrape Doh provider URLs from Curl's DNS-over-HTTPS wiki (https://raw.githubusercontent.com/wiki/curl/curl/DNS-over-HTTPS). | |
| # | |
| # Example usage: ./scrape_doh_providers.py '"{} - {}".format(o["url"], o["name"])' | |
| # | |
| import argparse | |
| import re | |
| import urllib.request | 
  
    
      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
    
  
  
    
  | name: Node CI | |
| on: | |
| push: | |
| tags: | |
| - 'v*' | |
| jobs: | |
| upload-release: | 
  
    
      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
    
  
  
    
  | { | |
| "nodes": [ | |
| {"id": "1"}, | |
| {"id": "2"}, | |
| {"id": "3"}, | |
| {"id": "4"}, | |
| {"id": "5"}, | |
| {"id": "6"}, | |
| {"id": "7"}, | |
| {"id": "8"}, | 
  
    
      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
    
  
  
    
  | #!/usr/bin/python3 | |
| # MIT License | |
| # | |
| # Copyright (c) 2017 Marcel de Vries | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 
  
    
      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
    
  
  
    
  | ################################################################# | |
| ## Iro | |
| ################################################################ | |
| ## | |
| ## * Press Ctrl + '+'/'-' To Zoom in | |
| ## * Press Ctrl + S to save and recalculate... | |
| ## * Documents are saved to web storage. | |
| ## * Only one save slot supported. | |
| ## * Matches cannot span lines. | |
| ## * Unicode chars must be defined in \u0000 to \uffff format. | 
  
    
      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
    
  
  
    
  | <NotepadPlus> | |
| <UserLang name="RouterOS" ext="rsc" udlVersion="2.1"> | |
| <Settings> | |
| <Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
| <Prefix Keywords1="no" Keywords2="no" Keywords3="yes" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Comments">00# 01 02 03 04</Keywords> | |
| <Keywords name="Numbers, prefix1"></Keywords> | |
| <Keywords name="Numbers, prefix2"></Keywords> |