Skip to content

Instantly share code, notes, and snippets.

@flaviut
flaviut / Setting up Emporia Vue 2 with ESPHome.md
Last active March 12, 2024 00:27
Setting up Emporia Vue 2 with ESPHome
@chaconcarlos
chaconcarlos / git-import-to-repo.bash
Last active April 30, 2020 22:06
Script to import a subdirectory from a git repository to another git repository.
#!/bin/bash
#Script based on http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/
function show_help
{
echo "Usage: git-import-to-repo SOURCE_REPO_PATH IMPORT_PATH DESTINY_REPO_URL"
}
echo "git-import-to-repo script v0.1"
@lgg
lgg / readme.md
Last active May 2, 2024 20:14
Keepass file format explained

Keepass file format explained

I’m currently working (I’m just at the beginning, and I’m quite slow) on a personal project that will use Keepass files (kdb and kdbx).
I tried to find some documentation about .kdb and .kdbx format, but I didn’t find anything, even in the Keepass official website. I you want to know how these file formats are structured, you must read Keepass’s source code. So I wrote this article that explains how Keepass file format are structured, maybe it will help someone.