# https://github.com/bhilburn/powerlevel9k#available-prompt-segments
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status background_jobs_joined virtualenv)
POWERLEVEL9K_VIRTUALENV_BACKGROUND='065'
POWERLEVEL9K_STATUS_VERBOSE=false
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_DELIMITER=".."
# VCS
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
<template> | |
<v-slider | |
v-model.number="selectedScore" | |
min=0 | |
max=100 | |
> | |
</v-slider> | |
</template> | |
<script lang="ts"> |
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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBF1anKQBEAC9G0UzuCLjT0OtQutWJLrxlBriHhnGkhlZn1ozn804nbTmhixw | |
LluC1miSCFxIoDil16YT4FrN+y/WgLbVFuKc4lyF5JbvMUGYHHmIEQXMYe3YMIzE | |
hxC2CNoUtcPPNEF9XW3VLbLnHy6PW721jPCvoWX/pmsoLnJV0/TioRT1SbyyP1uD | |
YXoezvz7eAVNxlfSKBKHxlanamKg/lQijA/x+6S/HYoEca3YVczCJUbqCHkfi/YL | |
tUH7Fx2SS10ZLoZatzlv9K/hYnZNvIO3uib32mEtgLBqeet6wLcaLs9GhzduKIJb | |
3D47biMWQtrfimmTwd8Jd2FMaFz9rjI1qoMQjh0gmyWr8409FWc8EfdxG27UcEk1 | |
gefPsxxKldusO2pZc4yHbrqUAo8JjQV8i7R4a1FHk8XZ9fWYuqJ/LsUTBjz3ggwM | |
ZIsLHc13hmiuOrfLi+oyWYPXwBhoZ2O7ZGoWfKaJjBEIj1TTCr9rnhaGEIierj/7 |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AdvancedNewFile", | |
"EditorConfig", |
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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBFt/9AgBEACcl+84oXXyxmyYr9lUlY/elocTHkxbwmNXAhuAJhJ7Rn5a2ibF | |
tN4faF0yLfkEIYrAfujWxMyNIiVOjbk1dZl1EgjFwe68PMiCBbUkwvNnrLS5OF4k | |
QBgqJ1Fv6We/5WRee4YzqfRAZba1HZc1Pwq1PW76BqossIgnrNOKvqTl/gcO5vLg | |
YvA2fQ9YvwDdJ2CaxkJD+6t/uWZzLphmqsm44MBZ6xSw1IU/MP3bTFRV4u1qMasd | |
RODE9UzS/AOm09KIfOePREuIXzkBKbVw16ivMCzxF4m75bvrYDFGMnSWWiV81qZ7 | |
2IwCfNJz88QJKXPPOBlaIgW5/1Q7QDsehXz5P6C7dKKaZeJEdLhPbWlRUdLmRD1B | |
mKTTo4zssvHoiC13tA8blYX/mOuGZ96qU+0Lws3WqNR+h8lb5qNLq41Z8NNP5I3L | |
8saU5959S7lu3tqsSFxm4hlagk3TfgbJYKm81+ggz8TMsV46dkR5qqhA+0D8rum9 |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEs9xBj/RYIZruUhwefYpQHIjS71FUpA/C4iCWEpgdoPshrY0fS0O3COcrcpR7L4bUnsGorWTj/0BZ0QUV/rT8WGMbSO0zlrugV1iQNIc3fVmgsXWvEJAQTDy7a40oLSYR9z9AWTh7GerKqWWl3G9iYTHP+HensglxUieoyDVZypQPXeHI8jyjO8gBx2Ruh9zDvwsJsvtA1677oypyvNq6Cncv1ZPqymoE+obXY6TBWrD6eIN8oq2w16lQ5r+epNnGBa3Mi6I7QBVYpMK220rmRszeatRJWisHm+ig/1FILq7o9GHvBjPtJNI+/aAFQulSC+AvLBAZ/FZUsk1UEKRh openpgp:0x1002369A |
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
/* | |
* $brand-primary: #673AB7; // deep purple 500 | |
*/ | |
* { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
margin: 0; | |
padding: 0; |
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
<?php | |
namespace Craft; | |
class SomePluginController extends BaseController | |
{ | |
// Save Form | |
public function actionSaveSomething() | |
{ | |
$this->requirePostRequest(); |
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
div { | |
//background: red; | |
height: 2em; | |
width: 2em; | |
padding: 1em; | |
border-radius: 10em; | |
text-align:center; | |
border: 1px solid black; | |
} |
NewerOlder