Skip to content

Instantly share code, notes, and snippets.

View cloudlakecho's full-sized avatar
🙂
Good Day

Cloud Cho cloudlakecho

🙂
Good Day
View GitHub Profile
@wavded
wavded / sample.json
Created September 7, 2011 14:51
Sample GeoJSON File
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pksunkara
pksunkara / config
Last active October 13, 2025 04:57
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]