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 / lol.bat
Created April 8, 2015 17:59
Shell to run cmd prompt when disabled.
@echo off
title Command Prompt Batch
ver
echo Copyright (c) 2015 The_Doctors_Life Incorporated. Not actually copyright material.
echo.
:Loop
set /P the="%cd%>"
%the%
echo.
goto loop
@Arzte
Arzte / default
Created May 18, 2015 23:23
nginx config for shout-irc
location / {
rewrite ^/irc$ /irc/ redirect;
rewrite ^/irc/(.*)$ /$1 break;
proxy_pass http://127.0.0.1:8124;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f6b92005060, pid=14949, tid=140101461223168
#
# JRE version: OpenJDK Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: OpenJDK 64-Bit Server VM (25.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x00007f6b92005060
#
2016-03-23 12:47:13 INFO SEARCHQUEUE-BACKLOG-76168 :: [Usenet-Cr*wler] :: Performing se*son p*ck se*rch for B*tm*n: The Anim*ted Series
2016-03-23 12:47:13 INFO SEARCHQUEUE-BACKLOG-76168 :: [Usenet-Cr*wler] :: Request f*iled: 502 Server Error: B*d G*tew*y for url: https://www.usenet-cr*wler.com/*pi?*pikey=cb294ccc1055695c*b7333d4cc07d167&tvdbid=76168&se*son=1&m*x*ge=500&c*t=5030%2C5040&limit=100&t=tvse*rch&offset=0&ep=60
2016-03-23 12:45:09 INFO SEARCHQUEUE-BACKLOG-76168 :: [Usenet-Cr*wler] :: Request f*iled: 502 Server Error: B*d G*tew*y for url: https://www.usenet-cr*wler.com/*pi?*pikey=cb294ccc1055695c*b7333d4cc07d167&tvdbid=76168&se*son=1&m*x*ge=500&c*t=5030%2C5040&limit=100&t=tvse*rch&offset=0&ep=36
2016-03-23 12:44:48 INFO SEARCHQUEUE-BACKLOG-76168 :: [Usenet-Cr*wler] :: Request f*iled: 502 Server Error: B*d G*tew*y for url: https://www.usenet-cr*wler.com/*pi?*pikey=cb294ccc1055695c*b7333d4cc07d167&tvdbid=76168&se*son=1&m*x*ge=500&c*t=5030%2C5040&limit=100&t=tvse*rch&offset=0&ep=32
2016-

Keybase proof

I hereby claim:

To claim this, I am signing this object:

Compiling discord-bot v0.1.2 (file:///home/benjamin/git-projects/discord-bot)
src/main.rs:133:37: 133:69 error: the trait bound `main::catfact: serde::Deserialize` is not satisfied [E0277]
src/main.rs:133 let cat_facts = serde_json::from_str::<CatFacts>(&result).unwrap();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.rs:133:37: 133:69 help: run `rustc --explain E0277` to see a detailed explanation
src/main.rs:133:37: 133:69 note: required by `serde_json::from_str`
src/main.rs:137:79: 137:88 error: the trait bound `std::vec::Vec<main::catfact>: std::fmt::Display` is not satisfied [E0277]
#![feature(plugin)]
#![plugin(serde_macros)]
#![feature(custom_derive)]
#![feature(custom_attribute)]
extern crate serde;
extern crate serde_json;
extern crate hyper;
extern crate url;
use url::Url;
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python3'
" Specify a directory for plugins (for Neovim: ~/.local/share/nvim/plugged)
call plug#begin('~/.vim/plugged')
" Appearance
" Vim-Airline
Plug 'vim-airline/vim-airline'
" Fancy Startscreen
@Arzte
Arzte / -
Created February 28, 2017 15:02
2017-02-28T14:52:08.58782 kern.info: [ 272.084333] perf: interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
2017-02-28T14:57:20.69656 kern.info: [ 584.447971] perf: interrupt took too long (3135 > 3133), lowering kernel.perf_event_max_sample_rate to 63000
Pseudo-terminal will not be allocated because stdin is not a terminal.
-bash: line 4: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
-bash: line 100: /home/benjamin/.oh-my-zsh/oh-my-zsh.sh: No such file or directory
-bash: line 149: ${(s.:.)LS_COLORS}: bad substitution
-bash: line 150: zstyle: command not found
-bash: line 173: neofetch: command not found
Error: Cannot gist empty files