USPS Postal address:
5510 AVENUE G UNIT B
AUSTIN TX 78751-1317
#!/bin/sh | |
# Enable experimental flake support in Nix. | |
# | |
# Use this with: | |
# | |
# sh <(curl https://gist.githubusercontent.com/waltermoreira/d37daa2c915817e8eccf600fc9299a56/raw/enable-flakes.sh) | |
{ | |
mkdir -p ~/.config/nix | |
echo "experimental-features = nix-command flakes repl-flake" >> ~/.config/nix/nix.conf | |
} |
{ | |
"basePath": "/community/v0.3/ichezhia-dev/gene_by_geneid_v0.2.1", | |
"definitions": { | |
"Generic": { | |
"properties": { | |
"message": { | |
"description": "Human readable message", | |
"type": "string" | |
}, | |
"result": { |
I hereby claim:
To claim this, I am signing this object:
A subset of Swagger 2.0 specification for query parameters.
# testing change | |
import os | |
import os.path | |
import re | |
import fabric.api | |
import fabric.tasks | |
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) |