Skip to content

Instantly share code, notes, and snippets.

View gencay's full-sized avatar

Ali Gençay gencay

View GitHub Profile
@gencay
gencay / vscode-settings.json
Last active May 29, 2020 07:16
settings for VS Code
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"extensions.ignoreRecommendations": true,
"workbench.startupEditor": "welcomePage",
"window.titleSeparator": " ◀▶ ",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}",
"editor.wordWrap": "on",
"editor.wordWrapColumn": 140,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
@gencay
gencay / settings.json
Last active May 29, 2020 07:05
Windows Terminal settings
// This file was initially generated by Windows Terminal 0.11.1121.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
// You can add more global application settings here.
@gencay
gencay / .custom-bash.sh
Created May 22, 2018 23:05
Custom git bash prompt
if test -f /etc/profile.d/git-sdk.sh
then
TITLEPREFIX=SDK-${MSYSTEM#MINGW}
else
TITLEPREFIX=$MSYSTEM
fi
if test -f ~/.config/git/git-prompt.sh
then
. ~/.config/git/git-prompt.sh
@gencay
gencay / data.csv
Last active September 19, 2019 15:37
State Under 5 Years 5 to 13 Years 14 to 17 Years 18 to 24 Years 25 to 44 Years 45 to 64 Years 65 Years and Over
AL 310504 552339 259034 450818 1231572 1215966 641667
AK 52083 85640 42153 74257 198724 183159 50277
AZ 515910 828669 362642 601943 1804762 1523681 862573
AR 202070 343207 157204 264160 754420 727124 407205
CA 2704659 4499890 2159981 3853788 10604510 8819342 4114496
CO 358280 587154 261701 466194 1464939 1290094 511094
CT 211637 403658 196918 325110 916955 968967 478007