This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This function echoes back the input passed to it. | |
* @param summary_of_topics_in_cv Summary of experiences shared in resume | |
* @param topic "frugality", "creativity", "resistance to tension", "perseverance". These are the only values allowed, will throw otherwise. The expanded definition of these terms are "Frugality": In tech startups, frugality means optimizing resource use, minimizing waste, and creatively stretching a limited budget to achieve business goals and sustain operations until profitability. "Creativity": Creativity in tech startups involves innovative problem-solving, developing unique products or services, and thinking outside the box to overcome challenges and capture market opportunities. "Resistance" to Tension**: Resistance to tension in tech startups refers to the ability to remain calm, focused, and productive under high-stress situations, such as tight deadlines, uncertain funding, or rapid scaling demands. "Perseverance": Perseverance in tech startups is the relentless pursuit o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[push] | |
default = current | |
[merge] | |
conflictstyle = diff3 | |
###### | |
# Some hints on using vimdiff | |
# Following three keys (two keystrokes) `Ctrl-w =` make all of the windows equal | |
# `Ctrl-w j` jumps to lower window, which is MERGED | |
# `:diffget RE` applies remote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Tree Style Tabs Wiki | |
*/ | |
/* https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-horizontal-tabs-at-the-top-of-the-window-1349 */ | |
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar { | |
opacity: 0; | |
pointer-events: none; | |
} | |
#main-window:not([tabsintitlebar="true"]) #TabsToolbar { |