Skip to content

Instantly share code, notes, and snippets.

View BRAVO68WEB's full-sized avatar
🤣
monorepos are cringe

Jyotirmoy Bandyopadhayaya BRAVO68WEB

🤣
monorepos are cringe
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
data_name,data_task,available_starting,href2
Photo AI,Image generation,No pricing,https://photoai.io/
CF Spark,Image generation,No pricing,https://www.creativefabrica.com/spark/ref/3999877/
Kittl,Image generation,Free + from $10/mo,https://kittl.pxf.io/Jzk0YQ
Getimg.ai,Image generation,From S29/mo,https://getimg.ai/
Stockimg AI,Image generation,Free,https://stockimg.ai/#
Midjourney,Image generation,No pricing,https://www.midjourney.com/
SeaArt,Image generation,Free+from $2.39/mo,https://www.seaart.ai/
IMGCreator,Image generation,Free,https://imgcreator.zmo.ai/
ArtBot,Image generation,No pricing,https://tinybots.net/artbot/create
@BRAVO68WEB
BRAVO68WEB / echo.js
Created January 30, 2024 17:55
Day 1
const net = require('net');
const { URL } = require('url');
const io = new net.Server();
io.on('connection', (connection) => {
console.log('Client connected')
connection.on('data', (info) => {
const requestData = info.toString().split('\n');
#!/bin/bash
sudo apt install man
package main
import (
"crypto/aes"
"crypto/cipher"
"encoding/base64"
"fmt"
"math/rand"
"os/exec"
"strconv"
@BRAVO68WEB
BRAVO68WEB / regex
Created December 30, 2022 14:27
Password Regex
# Password must be at least 10 characters and atmost 24 long and contain at least one uppercase letter, one lowercase letter, one number and one special character"
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{10,24}$/
MIT License
Copyright (c) 2022 Builders
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@BRAVO68WEB
BRAVO68WEB / script.js
Last active August 31, 2022 10:15
Downlaod Protected Google Drive Docs
let jspdf = document.createElement( "script" );
jspdf.onload = function () {
let pdf = new jsPDF();
let elements = document.getElementsByTagName( "img" );
for ( let i in elements) {
let img = elements[i];
if (!/^blob:/.test(img.src)) {
continue ;
}
let canvasElement = document.createElement( 'canvas' );
@BRAVO68WEB
BRAVO68WEB / SecOps.md
Last active July 25, 2022 01:00
ENV var store
@BRAVO68WEB
BRAVO68WEB / mission_control_ext_bkp.json
Last active July 10, 2022 04:50
Mission Control Chrome Extension Backup Data
{
"sites": [
{
"cid": "9d8fd790f1d6a10dc3dd04b8",
"date": 1654413228615,
"id": 1,
"label": "Top Sites",
"starred": false,
"websites": [
{
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.