I hereby claim:
- I am zmre on github.
- I am zmre (https://keybase.io/zmre) on keybase.
- I have a public key whose fingerprint is 18A5 DDEF 7AAB E923 EE00 DA7C 42EB 54F7 5592 FCDB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
def x = 1 + 2 | |
lazy val y = x * 10 | |
println("Result is " + y) |
Chromebooks are pretty resistant to most viruses and trojans, but that isn’t foolproof. To avoid malicious software, make sure you do these two things:
When you get a new Chromebook, it may be setup more for convenience than security. For example, you might log in, then leave it, and an hour later someone else opens it up and starts sending emails as you. That's not great. Update the settings to make more secure defaults.
# NOTE(koekeishiya): A list of all built-in modifier and literal keywords can | |
# be found at https://github.com/koekeishiya/skhd/issues/1 | |
# | |
# A hotkey is written according to the following rules: | |
# | |
# hotkey = <mode> '<' <action> | <action> | |
# | |
# mode = 'name of mode' | <mode> ',' <mode> | |
# | |
# action = <keysym> '[' <proc_map_lst> ']' | <keysym> '->' '[' <proc_map_lst> ']' |