GitXplorerGitXplorer
s

CodeSnippets

public
2 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
21f9835ff6f493b14de1348fccc500f7c4ecf752

fix typo

ssugatoray committed 2 years ago
Verified
b8a4898e5b067de1d2da1798ed2e96447044742a

added additional aliases and functions

ssugatoray committed 2 years ago
Verified
c1c13f3aafa10d890266b5e8a6efb2aee8f19f53

Create shell_scripts_and_aliases.md

ssugatoray committed 2 years ago
Verified
5b53a7f81f2f217c60031f03973c5ebe996d5a7c

Update howto_setup_ssh_permissions.md

ssugatoray committed 2 years ago
Verified
4a55607ff6cedbf861ce489295a54f55aa98a8e4

Update .ssh_setup

ssugatoray committed 2 years ago
Verified
aab243d9ba763c591722c541f0ed176a2528169d

Update git_commands.md

ssugatoray committed 3 years ago

README

The README file for this repository.

CodeSnippets

This project houses small code snippets that I found useful.

How to ask a good question on Stackoverflow?

The golden rule of asking any question is to connect with your audience and explain your question with examples, whenever possible.

The questions you ask, unless your audience grasps your question clearly, they would either wait for more information or they will simply choose to skip answering your question.

I have seen often many new users of stackoverflow asking questions that from the following pitfalls:

  • not properly formatted
    • should learn how to use markdown to write properly formatted questions/answers.
  • properly presented
    • should try to rephrase the question by breaking it down in coherent sections, if necessary.
    • examples are always helpful
    • plots/diagrams could speak volumes (if used where applicable)
  • without adequate information
  • does not mention:
    • what they have now (current state)
    • what they want from the solution (future state)
    • what they have done (current progress)

      this could be an explanation of the strategy/code they have tried so far.

This should help new stackoverflow users on to self-educate themselves:

How to write a good question on Stackoverflow? 🔥 🔥 🔥

Always provide a complete minimal reproducible example with code, data, errors, current output, and expected output, as formatted text. If relevant, only plot images are okay. Please see How to ask a good question


A must read: How do I ask a good question? 🔥