Shadow!! [ Official ] pinned ยซLua Encodeding and Decoding Formual local key = 69 local function encode(...) local args = {...} local encoded = "" for i, arg in ipairs(args) do local str = tostring(arg) for j = 1, #str do local char = str:sub(jโฆยป
Fix if table cant take over 500K results
Join
@shadow009
@shadow0006
@Shad_x007
local _shad = _G['gg']
local function removeResultsInBatches(batchSize, maxResults)
local totalResults = _shad.getResultsCount()
while totalResults > 0 and maxResults > 0 do
local currentBatchSize = math.min(batchSize, maxResults)
local results = _shad.getResults(currentBatchSize)
_shad.removeResults(results)
totalResults = _shad.getResultsCount()
maxResults = maxResults - currentBatchSize
end
end
_shad.searchPointer(0)
local batchSize = 100000
local maxResults = 500000
removeResultsInBatches(batchSize, maxResults)
Join
@shadow009
@shadow0006
@Shad_x007
๐1
Forwarded from LearnEncryptionMaking (๐ฎ๐ณ [</>] ๐ ๐ฌ ๐ฎ ๐ซ ๐)
Shadow!! [ Official ]
https://youtu.be/LKmpacW3xrE?si=sD6xPrs1QyvwqfWj
To run make sure you have React, Node.js, next.js
Command
For Web page :
For server
Make sure you have this before run or it will show error.
Command
For Web page :
npm install --legacy-peer-deps
npm run devFor server
cd server
npm install nodemon
npm install --force or npm install --legacy-peer-deps
npm run devMake sure you have this before run or it will show error.
Any one doing any thing interesting need help dm me
@Shad_x007
@Shad_x007
Forwarded from ๐ข๐ป๐น๐๐ง๐ฟ๐ถ๐ (Sแ โข OnlyTris)
โ Support ABI & Android:
- arm64-v8a
- 7 -> 15โ Package List :
- com.netease.newspike (Asia,Eu,...)
Channel_Come_Back_7D_1TB_TCFMnBpXxfPlease open Telegram to view this post
VIEW IN TELEGRAM
Telegram
๐ ๐ฎ๐ฑ๐ฎ๐ฟ๐ฎ ๐๐ฎ๐ฐ๐ธ | ๐ข๐ป๐น๐๐ง๐ฟ๐ถ๐
๐ฅ Channels
Owner : { @OnlyTris_Encoder }
About :
- Share Lua Code
- Share Hack/Cheat
- Group Chat : @GroupChat_OT
@GroupChatTris
Owner : { @OnlyTris_Encoder }
About :
- Share Lua Code
- Share Hack/Cheat
- Group Chat : @GroupChat_OT
@GroupChatTris
Forwarded from ๐ข๐ป๐น๐๐ง๐ฟ๐ถ๐
โ Support ABI & Android:
- arm64-v8a
- 7 -> 15โ Package List :
- com.netease.newspike (Asia,Eu,...)
OnlyTris_3D_500TB_Nl2pOhqWXAPlease open Telegram to view this post
VIEW IN TELEGRAM
Telegram
๐ ๐ฎ๐ฑ๐ฎ๐ฟ๐ฎ ๐๐ฎ๐ฐ๐ธ | ๐ข๐ป๐น๐๐ง๐ฟ๐ถ๐
๐ Real-Time Bracket Validator โ Production-Grade SaaS Project (Now Live!)
Iโve built a full-scale, production-ready web application for real-time bracket syntax validation, designed using a proper SaaS architecture instead of a single-page or tab-based approach.
This project focuses heavily on clean system design, scalability, and developer experience.
๐ง What makes this different?
Instead of cramming everything into one page, each major feature lives in its own dedicated route, just like real-world SaaS products.
โจ Core Features
๐น Real-time bracket validation using stack-based algorithms
๐น IDE-like code editor with live error highlighting
๐น Dedicated Editor, Dashboard, Live Analysis, History, Guide, and Profile pages
๐น Validation analytics, error breakdowns & scoring
๐น Validation history timeline (soft-auth supported)
๐น Floating AI assistant (Groq-powered)
๐น Clean, modern UI with animations & responsive design
๐ Architecture Highlights
โ Route-based SaaS architecture (no query-tab hacks)
โ Clear separation of concerns
โ Independent state per page
โ Reusable components
โ Production-ready folder structure
โ Easily deployable on Vercel
๐ Tech Stack
โข Next.js (App Router)
โข TypeScript
โข React
โข Tailwind CSS + Framer Motion
โข MongoDB (for persistence)
โข Groq API (AI assistant)
๐ Security & Config
โข Environment variables via .env.local
โข API keys never hardcoded
โข Ready for real authentication integration
๐ Use Cases
โข Students learning stack & syntax concepts
โข Developers validating logic quickly
โข Teaching data structures visually
โข Base architecture for bigger dev tools
๐ GitHub Repository
๐ https://github.com/Shadx-007/bracket-validator
โญ If you find it useful, consider starring the repo
๐ฌ Feedback, suggestions, and PRs are welcome
Built with a strong focus on real-world engineering practices ๐
Would love to hear thoughts from the dev community!
Join
@shadow009
@shadow0006
@Shad_x007
For More
Iโve built a full-scale, production-ready web application for real-time bracket syntax validation, designed using a proper SaaS architecture instead of a single-page or tab-based approach.
This project focuses heavily on clean system design, scalability, and developer experience.
๐ง What makes this different?
Instead of cramming everything into one page, each major feature lives in its own dedicated route, just like real-world SaaS products.
โจ Core Features
๐น Real-time bracket validation using stack-based algorithms
๐น IDE-like code editor with live error highlighting
๐น Dedicated Editor, Dashboard, Live Analysis, History, Guide, and Profile pages
๐น Validation analytics, error breakdowns & scoring
๐น Validation history timeline (soft-auth supported)
๐น Floating AI assistant (Groq-powered)
๐น Clean, modern UI with animations & responsive design
๐ Architecture Highlights
โ Route-based SaaS architecture (no query-tab hacks)
โ Clear separation of concerns
โ Independent state per page
โ Reusable components
โ Production-ready folder structure
โ Easily deployable on Vercel
๐ Tech Stack
โข Next.js (App Router)
โข TypeScript
โข React
โข Tailwind CSS + Framer Motion
โข MongoDB (for persistence)
โข Groq API (AI assistant)
๐ Security & Config
โข Environment variables via .env.local
โข API keys never hardcoded
โข Ready for real authentication integration
๐ Use Cases
โข Students learning stack & syntax concepts
โข Developers validating logic quickly
โข Teaching data structures visually
โข Base architecture for bigger dev tools
๐ GitHub Repository
๐ https://github.com/Shadx-007/bracket-validator
โญ If you find it useful, consider starring the repo
๐ฌ Feedback, suggestions, and PRs are welcome
Built with a strong focus on real-world engineering practices ๐
Would love to hear thoughts from the dev community!
Join
@shadow009
@shadow0006
@Shad_x007
For More
GitHub
GitHub - Shadx-007/bracket-validator
Contribute to Shadx-007/bracket-validator development by creating an account on GitHub.
โค1
Quick experiment ๐
Iโm building an AI bot that helps understand Indian stocks without jargon.
You can talk to it like ChatGPT.
Examples:
โTCS priceโ
โIs SBIN good?โ
โWhat does P/E mean?โ
Still early and free.
Would love feedback from this group.
Bot: @stockpilot_ai_bot
Iโm building an AI bot that helps understand Indian stocks without jargon.
You can talk to it like ChatGPT.
Examples:
โTCS priceโ
โIs SBIN good?โ
โWhat does P/E mean?โ
Still early and free.
Would love feedback from this group.
Bot: @stockpilot_ai_bot
โค1