Skip to content

Instantly share code, notes, and snippets.

View debashisbarman's full-sized avatar
🇮🇳

Debashis Barman debashisbarman

🇮🇳
View GitHub Profile
import requests
from functools import partial
import json
import openai
from termcolor import colored
MAX_ITERATIONS = 4
BASE_URL = "https://api.example.com"
@debashisbarman
debashisbarman / detectWebTechnologies.js
Created February 21, 2025 06:59
Web technologies detection
const WebTechDetector = {
// Core detection logic
technologies: [],
// Utility methods
utils: {
// Convert to array if not already
toArray: (value) => (Array.isArray(value) ? value : [value]),
// Create regex pattern