Skip to content

Instantly share code, notes, and snippets.

@GEOFBOT
GEOFBOT / Experiment.java
Created January 30, 2017 17:08
Multiple Flink jobs in one file
package com.github.geofbot;
import org.apache.commons.cli.*;
import org.apache.commons.collections.CollectionUtils;
import org.apache.flink.api.common.functions.*;
import org.apache.flink.api.common.operators.Order;
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.aggregation.Aggregations;
import org.apache.flink.api.java.operators.IterativeDataSet;
@GEOFBOT
GEOFBOT / bobthefish-base16-monokai.fish
Last active October 29, 2020 18:08
Put this in ~/.config/fish/conf.d/
# Base16-Monokai
#
# color values from https://github.com/chriskempson/base16-vim/blob/037f328/colors/base16-monokai.vim
function bobthefish_colors -S -d 'Define a custom bobthefish color scheme'
__bobthefish_colors base16-dark
set -l base00 272822
set -l base01 383830
set -l base02 49483e
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Make Noto Color Emoji the initial fallback font for sans-serif, sans, and
monospace.
-->
<match>
<test name="family"><string>sans-serif</string></test>