Skip to content

Instantly share code, notes, and snippets.

View kcak11's full-sized avatar
👽
kcak11.com / ashishkumarkc.com

K.C.Ashish Kumar kcak11

👽
kcak11.com / ashishkumarkc.com
View GitHub Profile
@kcak11
kcak11 / 00000.md
Last active February 6, 2026 14:32
VSCode Profiles Collection

VSCode Profile Collection

A Collection of VSCode Profiles tailored specifically for different kind of development environments

@kcak11
kcak11 / App.md
Last active January 15, 2026 14:15
Country Codes

Country Codes

List of all Country Codes (ISO & Dialing) sorted in alphabetical order.

@kcak11
kcak11 / circles.md
Last active October 28, 2025 02:47
Circles

⭕  🔴  🟠  🟡  🟢  🔵  🟣  ⚫  ⚪  🟤  ⏺️

@kcak11
kcak11 / 0000.md
Last active March 20, 2025 12:26
Axios Overwrite Script

Axios Overwrite Script

@kcak11
kcak11 / 0000.md
Last active March 2, 2025 12:30
AES/CBC/PKCS5PADDING - Java/Javascript (Encryption & Decryption)

AES/CBC/PKCS5PADDING - Java/Javascript (Encryption & Decryption)

@kcak11
kcak11 / README.md
Last active June 3, 2024 09:40
Angular Screen Simulation

Angular Screen Simulation

Usually while developing / testing an Angular application, there is a need to run a particular flow to reach a specific screen and then if we want to make any code changes like CSS / TS / TEMPLATE, then again we need to go back and come from the beginning to that specific screen. This might be easier if the screen appears 2nd or 3rd in the flow, but if the screen appears at 10th position for example, then it gets difficult to complete the flow and test with all the possible combinations each time.

To address this complexity, there is an easier way to simulate the various combinations, as described below.

In the constructor of your Angular component, inject the ngZone property.

import { NgZone } from '@angular/core';
@kcak11
kcak11 / App.md
Last active June 3, 2024 09:37
Images Collection

Images Collection

Decal Data Extraction Script

@kcak11
kcak11 / App.md
Last active June 3, 2024 09:32
KeyCode Checker

KeyCode Checker

@kcak11
kcak11 / App.md
Last active June 3, 2024 09:31
DOM Attribute Cleaner

DOM Attribute Cleaner