🕹️
Focusing
Pinned Loading
-
db
db 1FILE=unknown_data.txt; grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" $FILE | grep -F '+' | sed 's/.*+\([^@]*\).*/\1/' | sort | uniq -c | awk '{array[$2]=$1; sum+=$1} END { for (i in array) printf "%-20s %-15d %6.2f%%\n", i, array[i], array[i]/sum*100}' | sort -r -k2,2 -n | head -n5
-
-
biscuit.java
biscuit.java 1import java.util.Scanner;
23public class Bis {
45public static void main(String[] args) {
-
-
avg_vimrc_nvim_gui
avg_vimrc_nvim_gui 1set relativenumber
2set number
3set wildmenu
4set showcmd
5set hlsearch
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.