This file contains 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
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"$schema": "https://json.schemastore.org/resume", | |
"basics": { | |
"name": "Sudhindra Rao", | |
"label": "Software Delivery Expert | Sustainable Learning Coach ", | |
"image": "", | |
"email": "sudhindra.r.rao@gmail.com", |
This file contains 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
gem list | cut -d" " -f1 | ack -v 'rake' | xargs gem uninstall -aIx |
This file contains 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
Ext.reg('Ext.ux', 'Ext.ux.grid'); | |
Ext.ux.grid.SearchField = Ext.extend(Ext.form.TwinTriggerField, { | |
enableKeyEvents: true, | |
checkIndexes: 'all', | |
disableIndexes: [], | |
showSelectAll: true, | |
selectAllText: 'Select All', | |
emptyText: 'Search', |