I hereby claim:
- I am bitjockey42 on github.
- I am x414a (https://keybase.io/x414a) on keybase.
- I have a public key ASD-w_mwPJ9IOl2I9XS8frd-ypdFbOf2C-Jg7soBjALG1Qo
To claim this, I am signing this object:
from flask import request, jsonify, Blueprint, current_app as app | |
from flask_jwt_extended import ( | |
create_access_token, | |
create_refresh_token, | |
jwt_required, | |
get_jwt_identity, | |
get_jwt, | |
) | |
from myapi.models import User |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
cc src/vmm/x86.c | |
LANG=en_US.US-ASCII clang -arch x86_64 -x c -std=c11 -fno-common -fvisibility=hidden -DXHYVE_CONFIG_ASSERT -Os -flto -fstrict-aliasing -Weverything -Werror -Wno-unknown-warning-option -Wno-reserved-id-macro -pedantic -fmessage-length=152 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -g -DVERSION=\"2fbbcf\" -Iinclude -MMD -MT build/vmm/x86.o -MF build/vmm/x86.d -o build/vmm/x86.o -c src/vmm/x86.c | |
cc src/vmm/vmm.c | |
LANG=en_US.US-ASCII clang -arch x86_64 -x c -std=c11 -fno-common -fvisibility=hidden -DXHYVE_CONFIG_ASSERT -Os -flto -fstrict-aliasing -Weverything -Werror -Wno-unknown-warning-option -Wno-reserved-id-macro -pedantic -fmessage-length=152 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -g -DVERSION=\"2fbbcf\" -Iinclude -MMD -MT build/vmm/vmm.o -MF build/vmm/vmm.d -o build/vmm/vmm.o -c src/vmm/vmm.c | |
src/vmm/vmm.c:72:2: error: 'OSSpinLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock() from |
/** | |
* Install https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/ to disable version checks | |
* Then install https://addons.mozilla.org/en-US/firefox/addon/adwaita/ | |
*/ | |
/* Navigation bar*/ | |
#nav-bar { | |
background-image: linear-gradient( 0deg, #c0c0c0, #d0d0d0, #e0e0e0) !important; | |
} |
#!/bin/bash | |
cd ~/Downloads | |
curl -O https://github.com/argon/mas/releases/download/v1.2.0/mas-cli.zip | |
unzip mas-cli.zip | |
./mas install 497799835 | |
./mas install 803453959 | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
#!/bin/bash | |
for i in $(brew list); do echo "$i" $(brew info $i|cat|grep "with:"); done |
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 100; | |
src: url(https://github.com/theleagueof/raleway/raw/master/webfonts/raleway_thin-webfont.ttf) format('truetype'); | |
} | |
@font-face { | |
font-family: 'Raleway'; | |
font-style: normal; | |
font-weight: 300; |