๐ฏ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
People
: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: |