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 無限爆漿 | |
| // @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== |
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
| #!/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" |
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
| 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\ |
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
| live_config_reload = true | |
| [bell] | |
| animation = "EaseOutExpo" | |
| color = "0xffffff" | |
| duration = 100 | |
| [colors] | |
| draw_bold_text_with_bright_colors = true |
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
| require 'fileutils' | |
| source_folder = ARGV[0] | |
| destination_folder = ARGV[1] | |
| files = Dir.entries(source_folder) | |
| files.each do |file| | |
| new_file_path = file.gsub('\\', '/') |
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
| # 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 |
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
| ❯ 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 |
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
| version: '3' | |
| services: | |
| db: | |
| image: postgres:alpine | |
| environment: | |
| - POSTGRES_USER=miniflux | |
| - POSTGRES_PASSWORD=secret | |
| volumes: | |
| - ./miniflux-db:/var/lib/postgresql/data | |
| app: |
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
| # 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' |
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
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
NewerOlder