Skip to content

Instantly share code, notes, and snippets.

View agentgt's full-sized avatar

Adam Gent agentgt

View GitHub Profile
@agentgt
agentgt / EclipseToIntellij.txt
Last active March 4, 2016 17:27
Eclipse to IntelliJ
Action | Eclipse | Intellij
Mini Outline | Command-o | Command-F12
Call Hiearchy | Ctrl-Alt-h | Ctrl-Alt-h
Find references | Shift-Command-G | Alt-F7
Quick Access | Command-3 | Command-Shift-a
Hint solver | ctrl-1 | see http://stackoverflow.com/questions/6982159/eclipses-ctrl1-in-intellij-and-android-studio and live templates iter
@agentgt
agentgt / One Dark.icls
Last active January 8, 2019 07:03
Intellij Atom One Dark theme
<scheme name="One Dark" version="142" parent_scheme="Default">
<option name="LINE_SPACING" value="1.0" />
<option name="EDITOR_FONT_SIZE" value="12" />
<option name="CONSOLE_FONT_NAME" value="Monospaced" />
<option name="EDITOR_FONT_NAME" value="Menlo" />
<colors>
<option name="ADDED_LINES_COLOR" value="abb2bf" />
<option name="ANNOTATIONS_COLOR" value="ffffff" />
<option name="ANNOTATIONS_MERGED_COLOR" value="ffffff" />
<option name="CARET_COLOR" value="61afef" />
@agentgt
agentgt / Mustache.groovy
Created January 28, 2016 20:20
A Groovy mustache(1) replacement
#!/usr/bin/env groovy
@Grab(group='com.github.jknack', module='handlebars', version='4.0.3')
@Grab(group='org.yaml', module='snakeyaml', version='1.16')
@Grab(group='org.slf4j', module='slf4j-simple', version='1.7.14')
import org.yaml.snakeyaml.Yaml;
import com.github.jknack.handlebars.Handlebars;
import com.github.jknack.handlebars.Template;
@agentgt
agentgt / steam_adom.kbd
Created December 30, 2015 13:46
Adom Steam DCSS like bindings
# DO NOT CHANGE: [Keymap file version 1000011]
# ----------------------------------------------
# Keymap file for Ancient Domains Of Mystery
# ----------------------------------------------
#
# Lines starting with a '#' are ignored. Empty lines are also ignored.
#
# If you want to use more than one keycode for a specific command, you can
# define multiple key-bindings by separating them with a SPACE character
# (see the 'Wait' command for an example).
@agentgt
agentgt / adom.kbd
Last active December 16, 2015 14:50
ADOM VIM Crawl like keybindings
# DO NOT CHANGE: [Keymap file version 7]
# ----------------------------------------------
# Keymap file for Ancient Domains Of Mystery
# ----------------------------------------------
#
# Lines starting with a '#' are ignored. Empty lines are also ignored.
#
# If you want to use more than one keycode for a specific command, you can
# define multiple key-bindings by separating them with a SPACE character
# (see the 'Wait' command for an example).
You redirect the deep elf demonologist's attack!
The deep elf demonologist gestures wildly while chanting.
The deep elf demonologist is devoured by a tear in reality.
@agentgt
agentgt / eclipse-one-dark-like.xml
Last active May 5, 2024 12:18
One Dark Atom Theme for Eclipse for the Eclipse Color Theme plugin
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="9999" name="One Dark Like" modified="2015-09-01 19:55:49" author="Adam Gent" website="http://snaphop.com">
<searchResultIndication color="#E5C07B" />
<filteredSearchResultIndication color="#E5C07B" />
<occurrenceIndication color="#4B4E55" />
<writeOccurrenceIndication color="#4B4E55" />
<findScope color="#4B4E55" />
<deletionIndication color="#DF5F5F" />
<sourceHoverBackground color="#4B4E55" />
<singleLineComment color="#969896" italic="false" />
@agentgt
agentgt / IntelliBadLineContinuationTest.java
Last active August 29, 2015 14:20
IntelliJ line continuation breaks on functions that take lambda/anonymous
public class IntelliBadLineContinuationTest {
@Test
public void testBlah() throws Exception {
//ok not so bad
asList("a")
.get(0)
.toString();
//ok
asList(
package main
import "fmt"
type ThreadConfig struct {
MaxThreads int
CorePoolSize int
Consumers int
TxSize int
QueueSize int

You are a {SPECIES} living in a large forest. After loosing your parents to a fur trader your in search of human retribution.

Talents:

  • Scariness
  • Cuteness
  • Trickery
  • Fighting
  • Breeding