if &compatible
set nocompatible
endif
let g:denops#debug = v:true
let g:denops#trace = v:true
set rtp+=~/.cache/vim/dein/repos/github.com/vim-denops/denops.vim
This file contains 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
ThisIs | Header | |
---|---|---|
config/afx | $XDG_CONFIG_HOME/afx | |
config/aqua | $XDG_CONFIG_HOME/aqua | |
config/bat | $XDG_CONFIG_HOME/bat | |
config/ciw | $XDG_CONFIG_HOME/ciw | |
config/efm-langserver | $XDG_CONFIG_HOME/efm-langserver | |
config/flake8 | $XDG_CONFIG_HOME/flake8 | |
config/gh | $XDG_CONFIG_HOME/gh | |
config/git | $XDG_CONFIG_HOME/git | |
config/json-schema | $XDG_CONFIG_HOME/json-schema |
This file contains 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
[tool.poetry] | |
name = "discord-bot" | |
version = "0.0.1" | |
description = "" | |
authors = ["Hibiki(4513ECHO) <[email protected]>"] | |
license = "MIT" | |
repository = "https://github.com/4513ECHO/discord-bot" | |
[tool.poetry.dependencies] | |
python = "^3.9" |
This file contains 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
--- | |
main: | |
shell: zsh | |
filter_command: fzf --ansi --no-preview --height=40% --reverse | |
http: | |
- name: high-moctane/nextword-data | |
description: Dataset for nextword. | |
url: https://github.com/high-moctane/nextword-data/archive/refs/tags/large.tar.gz | |
command: |
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
This file contains 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
[n for n in [{}] if not(n.update({"r":__import__("random")}) or n.update({"d":("●","●","●","▲","▲","■")}) or n.update({"c":1000}) or [print(f"{x}: {y:.3%}") for x, y in {x:([sorted([n["r"].choice(n["d"]) for _ in [0,0]]) for _ in range(n["c"])].count(sorted([x[0],x[1]]))/n["c"]) for x in {x+y for x in n["d"] for y in n["d"]}}.items()]) or None] |
This file contains 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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
NewerOlder