This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
OlderNewer