Skip to content

Instantly share code, notes, and snippets.

View designMoreWeb's full-sized avatar
:octocat:
Have you checked all your semi colons; Solving Problems via code

Divy Tolia designMoreWeb

:octocat:
Have you checked all your semi colons; Solving Problems via code
View GitHub Profile
[2020-02-24 19:28:56.105] [renderer5] [warning] UNRESPONSIVE extension host, 'IBMBlockchain.ibm-blockchain-platform' took 40% of 5136.242ms, saved PROFILE here: '/var/folders/sg/j6shwv_j0hjg0xw4639y3sbc0000gn/T/exthost-0b37a7.cpuprofile' [{"id":"gc","total":63874,"percentage":1},{"id":"IBMBlockchain.ibm-blockchain-platform","total":2067810,"percentage":40},{"id":"johnpapa.vscode-peacock","total":2282,"percentage":0},{"id":"michelemelluso.code-beautifier","total":55483,"percentage":1},{"id":"monokai.theme-monokai-pro-vscode","total":3854,"percentage":0},{"id":"ms-vscode.azure-account","total":46743,"percentage":1},{"id":"ms-vsliveshare.vsliveshare","total":61420,"percentage":1},{"id":"ms-vsts.team","total":1122282,"percentage":22},{"id":"oderwat.indent-rainbow","total":616,"percentage":0},{"id":"oshri6688.javascript-test-runner","total":82287,"percentage":2},{"id":"PKief.material-icon-theme","total":11549,"percentage":0},{"id":"pranaygp.vscode-css-peek","total":150498,"percentage":3},{"id":"self","total":45143
@designMoreWeb
designMoreWeb / gist:3865cd2566954cb1872f2ac1899f9065
Created February 6, 2020 17:09 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@designMoreWeb
designMoreWeb / issuesTemplate.md
Created November 19, 2019 16:00
How to submit issues

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

@designMoreWeb
designMoreWeb / commitTemplate.md
Last active November 19, 2019 15:59
How to make commit's to Github and best practices

(If applied, this commit will...) (Max 50 char)

|<---- Using a Maximum Of 50 Characters ---->|

Explain why this change is being made

|<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|

Provide links or keys to any relevant tickets, articles or other resources

Example: Github issue #(each issue has a number put in the appropriate issue number)

@designMoreWeb
designMoreWeb / readmeTemplate.md
Created November 19, 2019 15:56
Github ReadMe Template

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@designMoreWeb
designMoreWeb / git_cheat-sheet.md
Created November 13, 2019 13:38 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet
@designMoreWeb
designMoreWeb / sampleREADME.md
Created November 13, 2019 13:20 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

Keybase proof

I hereby claim:

  • I am designmoreweb on github.
  • I am divster (https://keybase.io/divster) on keybase.
  • I have a public key whose fingerprint is B294 4D21 4E50 9226 63F8 B6FA D555 0C7F 464B 9E48

To claim this, I am signing this object:

export AM_ENABLE_VI_PROMPT=1
export AM_VI_PROMPT_POS=right_end
export AM_ASYNC_L_PROMPT=1
export AM_INITIAL_LINE_FEED=1
export AM_PROMPT_START_TAG='-->' # previously `PROMPT_START_TAG`
export AM_PROMPT_END_TAG='\ $' # previously `PROMPT_END_TAG`
export AM_PROMPT_START_TAG_COLOR=81 # previously `PROMPT_START_TAG_COLOR`
export AM_PROMPT_END_TAG_COLOR=81 # previously `PROMPT_END_TAG_COLOR`
export AM_ERROR_ON_START_TAG=1
export AM_VERSIONS_PROMPT=(RUBY PYTHON JAVA GO CRYSTAL NODE PHP ELIXIR)
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 15,
// font family with optional fallbacks
fontFamily: "Dank Mono",
//updateChannel: "canary",
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: "rgba(248,28,229,0.8)",