Skip to content

Instantly share code, notes, and snippets.

View dangsonbk's full-sized avatar
🏠
Working from home

Sơn Nguyễn Đăng dangsonbk

🏠
Working from home
View GitHub Profile
@dangsonbk
dangsonbk / totalCommanderSetting.txt
Last active May 1, 2020 10:28
Total commander setting
[Configuration]
InstallDir=c:\totalcmd
UseNewDefFont=1
SetEncoding=äö.do.not.remove
firstmnu=2618
FirstTime=0
FirstTimeIconLib=0
test=227
DarkMode=2
PanelsVertical=0
@dangsonbk
dangsonbk / logging.py
Created August 14, 2017 03:46
Python logging basic config format
import logging
logging.basicConfig(level=logging.DEBUG, format=( '%(levelname)s:\t'
'%(filename)s:'
'%(funcName)s():'
'%(lineno)d\t'
'%(message)s'
)
)
@dangsonbk
dangsonbk / sublimeTextSetting.txt
Last active August 14, 2017 03:47
My Sublime Text setting (Material Theme)
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"drag_text": false,
"draw_minimap_border": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,