Skip to content

Instantly share code, notes, and snippets.

View Arzte's full-sized avatar
💭
I may be slow to respond.

Iris Hoffmeyer Arzte

💭
I may be slow to respond.
  • United States
View GitHub Profile
@Arzte
Arzte / init.vim
Last active April 29, 2023 22:33
Iris must init my vim for the souls I cannot collect
if (has("termguicolors"))
set termguicolors
endif
if exists("g:neovide")
let g:neovide_transparency=1
endif
"dein Scripts-----------------------------
if &compatible
@Arzte
Arzte / .zshrc
Last active May 8, 2023 20:44
My zshrc
# Alacritty sets this to Alacritty by default,
# set to 256 so colors work properly
export TERM="xterm-256color"
# Vim mode
## VIM is a great editor, let's use it's interface everywhere
bindkey -v
# Options
setopt cdable_vars # Like AUTO_CD, but for named directories

Keybase proof

I hereby claim:

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
19-7-1 21:17:01.8|Debug|DownloadDecisionMaker|Processing release 'Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP]' from 'Nyaa.si'
19-7-1 21:17:01.8|Debug|Parser|Parsing string 'Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP]'
19-7-1 21:17:01.8|Debug|Parser|Episode Parsed. Yakusoku no Neverland TV-1 [01 of - 012
19-7-1 21:17:01.8|Debug|Parser|Language parsed: Russian
19-7-1 21:17:01.8|Debug|QualityParser|Trying to parse quality for Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP]
19-7-1 21:17:01.8|Debug|Parser|Quality parsed: WEBDL-1080p v1
19-7-1 21:17:01.8|Debug|Parser|Release Group parsed:
19-7-1 21:17:01.8|Debug|ParsingService|No matching series Yakusoku no Neverland TV-1 [01 of
19-7-1 21:17:01.8|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Unknown Series
19-7-1 21:17:01.8|Debug|DownloadDecisionMaker|Processing release 'Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01
error[E0495]: cannot infer an appropriate lifetime due to conflicting requirements
--> src\commands\owner.rs:44:19
|
44 | thread::spawn(move || -> Result<()> {
| ___________________^
45 | | if let Ok(mut message) = msg.channel_id.say("Now updating Arzte's Cute Bot, please wait....") {
46 | |
47 | | if let Ok(mut cmd_output) = msg.channel_id.say("**```\n \n```**") {
... |
91 | | Ok(())
use core::structs::ShardManagerContainer;
command!(quit(ctx, msg, _args) {
// The shard manager is an interface for mutating, stopping, restarting, and
// retrieving information about shards.
let data = ctx.data.lock();
let shard_manager = match data.get::<ShardManagerContainer>() {
Some(v) => v,
None => {
@Arzte
Arzte / LpyO6DZ.txt
Last active November 11, 2018 06:54
thread 'serenity client' panicked at 'called `Result::unwrap()` on an `Err` value: Http(UnsuccessfulRequest(Response { status: BadRequest, headers: Headers { Date: Sun, 11 Nov 2018 06:34:31 GMT
, Content-Type: application/json
, Content-Length: 20
, Connection: keep-alive
, Set-Cookie: __cfduid=d6bf186156e1a409ac2c51267240fe41f1541918071; expires=Mon, 11-Nov-19 06:34:31 GMT; path=/; domain=.discordapp.com; HttpOnly
, Strict-Transport-Security: max-age=31536000; includeSubDomains
, X-RateLimit-Limit: 5
, X-RateLimit-Remaining: 4
, X-RateLimit-Reset: 1541918077
, Via: 1.1 google
@Arzte
Arzte / meta.rs
Created November 4, 2018 00:05
ping command code
use serenity::client::bridge::gateway::ShardId;
use chrono::Duration;
use super::super::ShardManagerContainer;
command!(ping(ctx, msg) {
// The shard manager is an interface for mutating, stopping, restarting, and
// retrieving information about shards.
let data = ctx.data.lock();
let shard_manager = match data.get::<ShardManagerContainer>() {
# Template file for 'Thunar'
pkgname=Thunar
version=1.6.14
revision=1
build_style=gnu-configure
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.15.6-zen Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"