Skip to content

Instantly share code, notes, and snippets.

View shettykaran21's full-sized avatar
👨‍💻
Coding

Karan Shetty shettykaran21

👨‍💻
Coding
View GitHub Profile
@shettykaran21
shettykaran21 / settings.json
Created August 22, 2020 11:30
Windows Terminal Preview Settings
// This file was initially generated by Windows Terminal Preview 1.2.2022.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@shettykaran21
shettykaran21 / tasks.json
Last active August 23, 2020 07:25
C++ General - WSL (VS Code)
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Build C++",
"command": "/usr/bin/g++",
"args": [
"-g",
"*.cpp",
@shettykaran21
shettykaran21 / launch.json
Last active August 23, 2020 07:23
C++ for Competitive Programming - WSL (VS Code)
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Build and Debug C++",
"type": "cppdbg",
"request": "launch",
@shettykaran21
shettykaran21 / README.md
Last active August 23, 2020 07:25
Markdown Cheat Sheet

Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6