Skip to content

Instantly share code, notes, and snippets.

@deandre
deandre / .gitignore
Created March 29, 2022 00:30
A universal git-ignore
.aws-sam
packaged.yaml
Libraries.zip
libraries
# Created by https://www.gitignore.io/api/osx,linux,python,windows,pycharm,visualstudiocode
### Linux ###
*~
@deandre
deandre / git-commit-template.md
Created March 29, 2022 00:30 — forked from lisawolderiksen/git-commit-template.md
Use a Git commit message template to write better commit messages

Using Git Commit Message Templates to Write Better Commit Messages

The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the

<br /> <b>{!User.FirstName} {!User.LastName}</b><br /> Customer Support - SurveyGizmo <br /> @surveygizmo<br /> 4888 Pearl East Circle | Suite 100 West | Boulder, CO. 80301 <br /><br /> <i>I love feedback! Let me know if I was helpful by <a href="http://surveygizmo.supportfeedback.sgizmo.com/s3/?rep=%7B!User.FirstName%7D+%7B!User.LastName%7D&ticketid=%7B!Case.Id%7D&source={!Case.Origin}&fname=%7B!Contact.FirstName%7D&lname=%7B!Contact.LastName%7D&ticketid=%7B!Case.Id%7D&email=%7B!Contact.Email%7D">taking my short feedback survey.</a></i>
[{
"title": {
"text": "#escalations"
},
"label": {
"name": "all day",
"color": "#8dbfd9"
},
"description": ""
}]
[{
"title": {
"text": "Ally"
},
"label": {
"name": "2 pm - 3 pm",
"color": "#8da6d9"
},
"description": ""
}, {
@deandre
deandre / CST.json
Last active November 2, 2017 15:03
[{
"title": {
"text": "Rachel"
},
"label": {
"name": "6 am - 2:30 PM",
"color": "#d9a68d"
},
"description": ""
}, {
@deandre
deandre / Chats.json
Last active September 19, 2017 12:29
[{
"title": {
"text": "NONE SCHEDULED TODAY"
},
"label": {
"name": "",
"color": "#862E9C"
},
"description": ""
}]
[{
"title": {
"text": "Sri"
},
"label": {
"name": "7 am - 2:30 pm",
"color": "#d98d8d"
},
"description": ""
}, {

Keybase proof

I hereby claim:

  • I am deandre on github.
  • I am deandre (https://keybase.io/deandre) on keybase.
  • I have a public key whose fingerprint is 9742 1600 EDFF C2B4 E2BE 7B99 57A1 E9B4 4C29 8C40

To claim this, I am signing this object:

@deandre
deandre / createExtranetPromosProd_v5.java
Last active January 28, 2016 20:14
Selenium Automation to Create Merchant Promotions in Internal IMS
/*
Use this Salesforce report: XXX.
Be sure to sort by Feature Date > Account Name > Display Order.
Add a column for option name abbreviation before column V, "# of Nights".
Delete rows at bottom containing SF copyright data.
Configure variables in lines 53-61.
*/
package mypackage;