Skip to content

Instantly share code, notes, and snippets.

@anarcie
anarcie / block.txt
Last active February 7, 2026 21:38
# --- Amazon Fire TV & Device Cleaning ---
device-metrics-us.amazon.com
device-metrics-us-2.amazon.com
ams.amazon-adsystem.com
aax-us-east.amazon-adsystem.com
# --- Google (Manual Overrides) ---
adservice.google.com
analytics.google.com
google-analytics.com
! --- Allowlist Rules (Necessary / User Preference) ---
@@||cibc.com.ssl.d2.sc.omtrdc.net
@@||interac.express-connect.com^$important
@@||catbox.moe^$important
@@||pixeldrain.com^$important
@@||ctfs.com^$important
@@||pichunter.com^$important
@@||imagefap.com^$important
@@||id.google.com^$important
@@||csp.withgoogle.com^$important
#!/bin/bash
# This script calculates XX% of your available VRAM and creates a dxvk.conf file
# in the same directory as your "Diablo IV.exe" to set memory limits for DXVK.
# --- Game & Config File Configuration ---
game_executable="Diablo IV.exe"
config_filename="dxvk.conf"
mem_percent=70
game_pathchecks="/run /home"
import requests
import yaml
import os
import json
import sys
import subprocess
import psutil
import re
import time
from ntfy import ntfySend as ntfySend
import requests
import json
import sys
import datetime
import pytz
import os
import glob
import subprocess
iw_url = "https://api.banned.video/graphql"
@anarcie
anarcie / vpn.bat
Created June 7, 2019 15:24
VPN CLI!
@echo OFF
SET CURDIR=%cd%
SET CLIPATH="C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client"
SET ARG_HOST=%1
SET ACT_HOST=''
ECHO Arg1: %ARG_HOST%
GOTO SWITCH
:DEFAULT_HOST
@anarcie
anarcie / 4chan_Radio.py
Created October 30, 2017 21:26
4Chan Radio
from __future__ import unicode_literals
import requests,youtube_dl,os,shutil, isodate, random, re, string
import json
import time
import re, sys
import subprocess
import datetime
#Globals
@anarcie
anarcie / thermo_main.ino
Created June 29, 2017 23:29
ThermoStat
// include the library code:
#include <LiquidCrystal.h>
#include <RCSwitch.h>
#define aref_voltage 3.3
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);
int tempPin = 0;
int tempReading;
LeafLaura is Tier 1
moon strobes is Tier 2
Riven is Tier 1
Drew is Tier 3
Gimbap is Tier 2
XtrecK is Tier 3
YoungJilker is Tier 2
Voltrex is Tier 1
Mike B is Tier 1
Prophet is Tier 3
import requests, json, os, sqlite3
sub_url = 'https://www.iceposeidon.com/api/v1/subscriptions'
subs_count = 0;
subs_tier_1 = 0;
subs_tier_2 = 0;
subs_tier_3 = 0;
sub_tier_1_cost = 4.99
sub_tier_2_cost = 9.99