It insults you.
Insults from: http://www.mandatory.com/2013/07/09/the-ultimate-insult-creator/
A Pen by Vishnu Madhusoodanan on CodePen.
| # Default config for sway | |
| # | |
| # Copy this to ~/.config/sway/config and edit it to your liking. | |
| # | |
| # Read `man 5 sway` for a complete reference. | |
| ### Variables | |
| # | |
| # Logo key. Use Mod1 for Alt. | |
| set $mod Mod4 |
| # >>> Plasma Integration <<< | |
| # Try to kill the wallpaper set by Plasma (it takes up the entire workspace | |
| # and hides everythiing) | |
| exec --no-startup-id wmctrl -c Plasma | |
| for_window [title="Desktop — Plasma"] kill; floating enable; border none | |
| # Avoid tiling popups, dropdown windows from plasma | |
| for_window [class="plasmashell"] floating enable | |
| for_window [class="Plasma"] floating enable |
| # Use i3 as the window manager instead of Kwin | |
| export KDEWM=/usr/bin/i3 |
| import java.io.File | |
| var largestSeenValue = 0 | |
| fun main(args: Array<String>) { | |
| val instructions = File("input.txt").readLines() | |
| println("Part 1: largest value = ${getLargestValue(instructions)}") | |
| println("Part 2: largest seen value = $largestSeenValue") | |
| } |
It insults you.
Insults from: http://www.mandatory.com/2013/07/09/the-ultimate-insult-creator/
A Pen by Vishnu Madhusoodanan on CodePen.
A business card created with no Javascript for the /r/web_design 'Design Your Own Business Card' challenge.
A Pen by Vishnu Madhusoodanan on CodePen.