Skip to content

Instantly share code, notes, and snippets.

@waltermoreira
waltermoreira / directions.md
Last active January 17, 2024 16:57
Directions for Accessing 5510 Avenue G Unit B

Directions for Accessing 5510 Avenue G Unit B

Welcome!

USPS Postal address:

5510 AVENUE G UNIT B
AUSTIN TX 78751-1317
@waltermoreira
waltermoreira / enable-flakes.sh
Last active January 28, 2023 05:03
Enable flakes
#!/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
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"basePath": "/community/v0.3/ichezhia-dev/gene_by_geneid_v0.2.1",
"definitions": {
"Generic": {
"properties": {
"message": {
"description": "Human readable message",
"type": "string"
},
"result": {

Keybase proof

I hereby claim:

  • I am waltermoreira on github.
  • I am waltermoreira (https://keybase.io/waltermoreira) on keybase.
  • I have a public key whose fingerprint is DF99 B949 DE89 FF2F D830 826D F39B 51CC 58BE C444

To claim this, I am signing this object:

@waltermoreira
waltermoreira / 00_proposal.rst
Last active August 29, 2015 14:15
Parameter specification proposal

Proposal for parameter specification

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__))