Skip to content
View TheContentGym's full-sized avatar

Block or report TheContentGym

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gtPortfolio gtPortfolio Public

    This is portfolio of Gyaneshwar Talwar and includes links to work samples and blog posts.

  2. LifeOfAPI LifeOfAPI Public

    The source code of story of an API. This is the simplest explanation of what an API is. The blog post (link in the readme) uses an adapted story of Life of PI and a java program to explain what an …

    HTML 1

  3. CodingForAPIDocs CodingForAPIDocs Public

    I am an experienced technical writer and want to pick up API documentation. Do I need to know coding?

  4. DetectPassiveVoiceInWebpage DetectPassiveVoiceInWebpage Public

    By specifying URL of a page in this script, you can detect if there are any instances of passive voice in that page

    Python

  5. CheckDITAContentSuitabilityCMD CheckDITAContentSuitabilityCMD Public

    The step> cmd element in your DITA content needs to be imperative - action commands - This script checks all your DITA content for unsuitable content in the cmd elements

    Python 1

  6. CreateRestAPIAddTwoNumbers CreateRestAPIAddTwoNumbers Public

    Create a rest API to add two numbers

    Python