Last active
February 3, 2024 07:01
-
Star
(194)
You must be signed in to star a gist -
Fork
(37)
You must be signed in to fork a gist
-
-
Save pocotan001/68f96bf86891db316f20 to your computer and use it in GitHub Desktop.
Revisions
-
pocotan001 revised this gist
May 18, 2016 . No changes.There are no files selected for viewing
-
pocotan001 revised this gist
Sep 26, 2015 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,4 @@ - :white_check_mark: when adding tests - :lock: when dealing with security - :arrow_up: when upgrading dependencies - :arrow_down: when downgrading dependencies -
pocotan001 revised this gist
Sep 26, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,5 @@ - :white_check_mark: when adding tests - :lock: when dealing with security - :arrow_up: when upgrading dependencies - :arrow_down: when downgrading dependencies - :shirt: when removing linter warnings -
pocotan001 revised this gist
May 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - :art: when improving the format/structure of the code - :rocket: when improving performance - :pencil2: when writing docs - :bulb: new idea -
pocotan001 revised this gist
Dec 3, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ - :bug: when fixing a bug - :white_check_mark: when adding tests - :lock: when dealing with security - :arrow_up: when upgrading dependencies - :arrow_down: when downgrading dependencies -
pocotan001 revised this gist
Dec 3, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,3 +10,4 @@ - :bug: when fixing a bug - :white_check_mark: when adding tests - :lock: when dealing with security - :arrow_up: when upgrading dependencies -
pocotan001 created this gist
Aug 15, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ - :lipstick: when improving the format/structure of the code - :rocket: when improving performance - :pencil2: when writing docs - :bulb: new idea - :construction: work in progress - :heavy_plus_sign: when adding feature - :heavy_minus_sign: when removing feature - :speaker: when adding logging - :mute: when reducing logging - :bug: when fixing a bug - :white_check_mark: when adding tests - :lock: when dealing with security