Skip to content

Instantly share code, notes, and snippets.

View 7a6163's full-sized avatar
🐙
If it can't be used for evil, it's not a super power.

Zac 7a6163

🐙
If it can't be used for evil, it's not a super power.
View GitHub Profile
@7a6163
7a6163 / fans17.user.js
Created December 3, 2024 18:11 — forked from knowlet/fans17.user.js
爆漿公社...
// ==UserScript==
// @name 無限爆漿
// @namespace https://knowlet.me
// @version 0.1
// @description try to take over the world!
// @author knowlet
// @match https://www.fans17.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=www.fans17.com
// @grant none
// ==/UserScript==
#!/bin/bash
set -e
BURP_PATH="/Applications/Burp Suite Professional.app"
BURP_RESOURCES="$BURP_PATH/Contents/Resources/app"
BURP_VMOPTIONS="$BURP_PATH/Contents"
BURP_LOADER="BurpLoaderKeygen.jar"
VMOPTIONS_FILE="user.vmoptions"
JAVA_BIN="$BURP_PATH/Contents/Resources/jre.bundle/Contents/Home/bin/java"
@7a6163
7a6163 / starship.toml
Last active January 12, 2024 17:44
starship.toml
format = """\
[](bg:#030B16 fg:#7DF9AA)\
[󰀵 ](bg:#7DF9AA fg:#090c0c)\
[](fg:#7DF9AA bg:#1C3A5E)\
$time\
[](fg:#1C3A5E bg:#3B76F0)\
$directory\
[](fg:#3B76F0 bg:#FCF392)\
$git_branch\
$git_status\
live_config_reload = true
[bell]
animation = "EaseOutExpo"
color = "0xffffff"
duration = 100
[colors]
draw_bold_text_with_bright_colors = true
@7a6163
7a6163 / rename.rb
Last active June 27, 2023 07:27
Convert \a\b\c.txt to a/b/c.txt
require 'fileutils'
source_folder = ARGV[0]
destination_folder = ARGV[1]
files = Dir.entries(source_folder)
files.each do |file|
new_file_path = file.gsub('\\', '/')
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
env:
TERM: xterm-256color
WINIT_X11_SCALE_FACTOR: "1.0"
#
# This value is used to set the `$TERM` environment variable for
❯ mix edeliver build release --mix-env=stag --branch=develop --verbose
BUILDING RELEASE OF YOUTUBER APP ON BUILD HOST
-----> Authorizing hosts
-----> Ensuring hosts are ready to accept git pushes
bash is installed and the default shell
-----> Pushing new commits with git to: deploy@172.104.116.148
Everything up-to-date
-----> Resetting remote hosts to 24fe93d097406714441a7d0227198a8dd25669e1
@7a6163
7a6163 / docker-compose.yml
Created November 4, 2018 07:08
miniflux-docker-compose
version: '3'
services:
db:
image: postgres:alpine
environment:
- POSTGRES_USER=miniflux
- POSTGRES_PASSWORD=secret
volumes:
- ./miniflux-db:/var/lib/postgresql/data
app:
# Aliases
balias g 'git'
#compdef g=git
balias gst 'git status'
#compdef _git gst=git-status
balias gd 'git diff'
#compdef _git gd=git-diff
balias gdc 'git diff --cached'
#compdef _git gdc=git-diff
balias gl 'git pull'
@7a6163
7a6163 / GAME_MASTER_v0_1.protobuf
Created August 12, 2016 09:01 — forked from anonymous/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {