Skip to content

Instantly share code, notes, and snippets.

View ngophuong's full-sized avatar

Ngo Phuong ngophuong

  • Vietnam
View GitHub Profile
@Joao-Peterson
Joao-Peterson / gmk67-manual.md
Last active September 21, 2024 00:07
GMK67 manual (English)
# -*- coding: utf-8 -*-
import os
from html.parser import HTMLParser
import dash
import pandas as pd
import plotly.express as px
import requests
from dash import html, dcc, dash_table, Input, Output
@dnburgess
dnburgess / gist:2dc43082993ab85c7a03e94eb6db613a
Created August 12, 2020 18:58
DB Tech docker-compose.yml for Firefly III
version: '3.3'
services:
fireflyiii:
image: jc5x/firefly-iii:latest
volumes:
- /srv/FireFly3/firefly_iii_export:/var/www/firefly-iii/storage/export
- /srv/FireFly3/firefly_iii_upload:/var/www/firefly-iii/storage/upload
env_file: .env
ports: