Skip to content

Instantly share code, notes, and snippets.

@maxnikulin
maxnikulin / README.rst
Created December 30, 2022 10:28
glx2dicom - Convert Sirona GALAXIS (GALILEOS Viewer) CBCT format to DICOM

glx2dicom - Convert Sirona GALAXIS (GALILEOS Viewer) CBCT format to DICOM

Usage:

python3 glx2dicom.py --tag PatientName='Surname^Name' \
       --tag PatientBirthDate='19700101' \
       [--tag TAG=VALUE]... SRC_DIR OUT_DIR
@maxnikulin
maxnikulin / github-org-mode-features.org
Last active June 26, 2024 10:30
Test GitHub renderer for Org mode
@maxnikulin
maxnikulin / ixon.bash
Created July 19, 2024 11:20
Allow forward-search-history (Control-s) in BASH command promp
# Allow readline forward-search-history (C-s) in bash command prompt
# Should be sourced from a bashrc file.
# Copyright (C) 2024 Max Nikulin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or