I hereby claim:
- I am liilac on github.
- I am liolite (https://keybase.io/liolite) on keybase.
- I have a public key ASCI1utjVh0MmkAyQRdv7tAd9f2iHkA-3rLIOG9dvrC1AQo
To claim this, I am signing this object:
| # Updates the file file hashes in the OVF manifest for all .ovf files in the current directory | |
| # | |
| # Author: Lilac Kapul <[email protected]> | |
| # Last updated: 2020-11-03 | |
| # License: MIT | |
| # | |
| # Copyright (c) 2020 Lilac Kapul | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal |
| #!/bin/sh | |
| STATIC_NMAP_URL="https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/nmap" | |
| BINDIR=$HOME/.local/bin | |
| NMAP_OUT=$BINDIR/nmap | |
| if [[ ! -d $BINDIR ]] ; | |
| then | |
| mkdir -p $BINDIR |
| #!/bin/bash | |
| # walk-through of quick installation of Minecraft on Arch Linux and derivatives | |
| # make folders to install Minecraft files into | |
| mkdir -p ~/.local/opt ~/.local/share/applications ~/.local/share/icons/svg | |
| # download Minecraft launcher icon | |
| wget -O ~/.local/share/icons/svg/minecraft-launcher.svg "https://launcher.mojang.com/download/minecraft-launcher.svg" | |
| # download and install desktop shortcut I made | |
| wget -O ~/.local/share/applications/minecraft-launcher.desktop "https://gist.github.com/liilac/15d4cd91d6dd40a4444542282a184733/raw/4018f681d9622cbc12014d5ce3210f5acad307dd/minecraft-launcher.desktop" |
| [Desktop Entry] | |
| Type=Application | |
| Version=1.0 | |
| Name=Minecraft Launcher | |
| Comment=Official Minecraft Launcher | |
| Exec=$HOME/.local/opt/minecraft-launcher/minecraft-launcher | |
| Path=$HOME/.local/opt/minecraft-launcher/ | |
| Icon=minecraft-launcher | |
| Terminal=false | |
| Categories=Game;Application; |
| # Sets the default input method for the user to Dvorak with the most-preferred | |
| # locale currently active | |
| # Author: Lilac Kapul <[email protected]> | |
| # Copyright (c) 2020 Lilac Kapul | |
| # License: MIT | |
| ##################### | |
| # BEGIN PREFERENCES # | |
| ##################### |
| from collections import deque | |
| # defines a type of "object", that represents a ticket-seeking visitor | |
| class Visitor: | |
| # stores how many tickets the visitor needs | |
| needs = 0 | |
| # stores how many tickets the visitor has | |
| has = 0 | |
| # defines method to create a new visitor | |
| def __init__(self, needs): |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| PS X:\path\to\project-dir> yarn add --dev @jsiebern/bs-material-ui-ppx | |
| yarn add v1.15.2 | |
| [1/4] Resolving packages... | |
| [2/4] Fetching packages... | |
| info [email protected]: The platform "win32" is incompatible with this module. | |
| info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
| info [email protected]: The platform "win32" is incompatible with this module. | |
| info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
| [3/4] Linking dependencies... | |
| warning " > [email protected]" has incorrect peer dependency "bs-platform@^4.0.6". |