Skip to content

Instantly share code, notes, and snippets.

View krishnadey30's full-sized avatar

Krishna Kumar Dey krishnadey30

View GitHub Profile

C++ OOPS Concepts

The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Characteristics of an Object Oriented Programming language

img

@krishnadey30
krishnadey30 / Postgres.md
Created March 26, 2020 12:16
This gist is for installing PostgreSQL and creating a new Role

How To Install and Use PostgreSQL on Ubuntu

Step 1 — Installing PostgreSQL

sudo apt update
sudo apt install postgresql postgresql-contrib

Step 2 — Using PostgreSQL Roles and Databases

@krishnadey30
krishnadey30 / amazonFinal.md
Last active March 3, 2026 06:19
Amazon Final Interview Question List
  • Two Sum (#1)
  • Median of Two Sorted Arrays * (#4)
  • Longest Palindromic Substring (#5)
  • String to Integer (atoi) (#8)
  • Integer to Roman (#12)
  • Roman to Integer (#13)
  • Valid Parentheses (#20)
  • Merge K Sorted Lists (#23)
  • Valid Sudoku (#36)
  • Combination Sum (#39)
@krishnadey30
krishnadey30 / Unit Test Frameworks.md
Last active March 28, 2025 13:55
This gist hold information about different Unit Test Framework.

Unit Test Frameworks

  • Julia
  • Go
  • D

Julia's Unit Testing

@krishnadey30
krishnadey30 / GSoC_2019UnitTestFramework.md
Last active November 9, 2024 14:43
GSoC 2019 Unit Test Framework

Command

  • apropos

    apropos "remove files"
global:
image:
tag: 8.0.4
identity:
auth:
publicIssuerUrl: "http://camundakeycloak.<domain>/auth/realms/camunda-platform"
operate:
redirectUrl: "http://operate.<domain>"
optimize:
redirectUrl: "http://optimize.<domain>"