Skip to content

Instantly share code, notes, and snippets.

View anantakumarghosh's full-sized avatar
๐ŸŽฏ
Focusing

Ananta Kumar Ghosh anantakumarghosh

๐ŸŽฏ
Focusing
View GitHub Profile
@anantakumarghosh
anantakumarghosh / findAllDatabaseActions.sh
Last active March 7, 2025 11:37
Utility shellscript for wrappid framework projects, databaseAction usage finder
#!/bin/bash
# ----------------------------------------------------------------
# For wrappid module projects(wrappid.dev), databaseAction usage finder
# Author: Ananta (Created on March 7, 2025)
# Email: antaghosh@gmail.com
# Purpose: Extract database function calls with their corresponding
# models and modules from a TypeScript/JavaScript project
# ----------------------------------------------------------------
# Output files
output_file="model_usage_results.txt"
@anantakumarghosh
anantakumarghosh / .jsx
Created August 30, 2024 08:30
dynamic-code-execution
import React, { useState } from "react";
const TextCodeRunner = () => {
const [code, setCode] = useState("");
const [output, setOutput] = useState("");
const runCode = () => {
setOutput(""); // Clear previous output
const consoleLog = console.log;
const consoleError = console.error;
@anantakumarghosh
anantakumarghosh / markdown-details-collapsible.md
Created January 12, 2024 11:33 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@anantakumarghosh
anantakumarghosh / gist:2b3376666a5fe1b5358767978c0fb849
Created April 14, 2023 08:03 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: