Skip to content

Instantly share code, notes, and snippets.

View eliblaney's full-sized avatar

Eli Blaney eliblaney

View GitHub Profile
@eliblaney
eliblaney / keybase.md
Created February 7, 2022 19:31
Keybase Proof

Keybase proof

I hereby claim:

  • I am eliblaney on github.
  • I am eliblaney (https://keybase.io/eliblaney) on keybase.
  • I have a public key ASA5JBVQ9QqlL4IG4K-A2EEJweztnG1l_CrwKOPr_28Y-Ao

To claim this, I am signing this object:

@eliblaney
eliblaney / .vimrc
Last active December 18, 2019 19:20
My .vimrc configuration for vim
set nocompatible
filetype plugin on
set tags=tags;/
let g:easytags_dyanmic_files = 1
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=~/.vim/plugin
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
# dragoncurve.py
# Written by Eli Blaney
#
# Draws the dragon curve.
# Uses Python 3.
#
# Copyright (c) 2019 Eli Blaney.
# Licensed under WTFPL.
# www.wtfpl.net
@eliblaney
eliblaney / LookAndSay.java
Created February 24, 2019 18:24
LookAndSay sequence implementation in Java
package com.eliblaney.lookandsay;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class LookAndSay {
// Usage: [total]
public static void main(String... args) {
@eliblaney
eliblaney / Spleef.java
Last active February 14, 2016 15:11
Example minigame for MinigameManager
package me.donkeycore.minigamemanager.minigames;
import java.lang.reflect.InvocationTargetException;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.entity.Player;
import org.bukkit.event.player.PlayerMoveEvent;
@eliblaney
eliblaney / .conkyrc
Created February 9, 2016 02:58
My .conkyrc for Arch
#http://zomby.deviantart.com/art/Diehard4-354209565
background yes
use_xft yes
xftfont verdana:size=10
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop