Contents
This routine is focused on efficiency, convenience, simple/affordable equipment_, and general fitness with a slight lean towards bodybuilding. It is a long term routine and not something that "shocks" the system.
package com.snaphop.jooq; | |
import org.jooq.util.DefaultGeneratorStrategy; | |
import org.jooq.util.Definition; | |
public class CustomJooqGeneratorStrategy extends DefaultGeneratorStrategy { | |
@Override | |
public String getJavaClassName(Definition definition, Mode mode) { | |
/* |
#!/usr/bin/env groovy | |
import groovy.xml.MarkupBuilder | |
def xml = new XmlSlurper().parse(new File(args[0])); | |
def sw = new StringWriter() | |
def b = new MarkupBuilder(sw) | |
def i = 0; | |
b.dependencyManagement() { | |
dependencies() { |
Contents
This routine is focused on efficiency, convenience, simple/affordable equipment_, and general fitness with a slight lean towards bodybuilding. It is a long term routine and not something that "shocks" the system.
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 |
<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" /> |
#!/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; |
# 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). |
# 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. |
<?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" /> |