Skip to content

Instantly share code, notes, and snippets.

@cocox
cocox / flujo_actualbudget
Created April 25, 2024 15:33
Flujo de NodeRed para sincronizar Actual Budget con MQTT
[
{
"id": "d5c5dc13fa9de12b",
"type": "tab",
"label": "ActualMQTT",
"disabled": false,
"info": "",
"env": []
},
{
@cocox
cocox / virtualenv-auto-activate.sh
Created February 27, 2017 20:01 — forked from robbles/virtualenv-auto-activate.sh
virtualenv-auto-activate with support for zsh and virtualenvwrapper
#!/bin/bash
# virtualenv-auto-activate.sh
#
# Installation:
# Add this line to your .bashrc or .bash-profile:
#
# source /path/to/virtualenv-auto-activate.sh
#
# Go to your project folder, run "virtualenv .venv", so your project folder
# has a .venv folder at the top level, next to your version control directory.