Skip to content

Instantly share code, notes, and snippets.

View beautyfree's full-sized avatar
😼

Alexey Elizarov beautyfree

😼
View GitHub Profile
@SecurityQQ
SecurityQQ / man-showcase-skydiving.tsx
Created March 2, 2026 23:22
Varg SDK - Man skydiving showcase (volcanic island, 5-beat arc)
/** @jsxImportSource vargai */
import { Render, Clip, Image, Video, Packshot } from "vargai/react";
import { fal } from "vargai/ai";
// ─── Character Reference ─────────────────────────────────────────────────────
const CHARACTER =
"https://s3.varg.ai/uploads/images/screenshot-2026-03-02-at-21353-pm_60f009b9.png";
// ─── Models & Config ─────────────────────────────────────────────────────────
@0xdevalias
0xdevalias / ai-voice-cloning.md
Created March 24, 2025 09:23 — forked from d00m4ace/ai-voice-cloning.md
AI Voice Cloning
@sshh12
sshh12 / cursor-agent-system-prompt.txt
Last active March 2, 2026 17:18
Cursor Agent System Prompt (March 2025)
You are a powerful agentic AI coding assistant, powered by Claude 3.5 Sonnet. You operate exclusively in Cursor, the world's best IDE.
You are pair programming with a USER to solve their coding task.
The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.
Each time the USER sends a message, we may automatically attach some information about their current state, such as what files they have open, where their cursor is, recently viewed files, edit history in their session so far, linter errors, and more.
This information may or may not be relevant to the coding task, it is up for you to decide.
Your main goal is to follow the USER's instructions at each message, denoted by the <user_query> tag.
<communication>
1. Be conversational but professional.
@khalidx
khalidx / node-typescript-esm.md
Last active March 6, 2026 02:32
A Node + TypeScript + ts-node + ESM experience that works.

The experience of using Node.JS with TypeScript, ts-node, and ESM is horrible.

There are countless guides of how to integrate them, but none of them seem to work.

Here's what worked for me.

Just add the following files and run npm run dev. You'll be good to go!

package.json

@m-esm
m-esm / code-node.js
Last active July 16, 2023 01:34
embassy-appointment-n8n
const vision = require("@google-cloud/vision");
const puppeteer = require("puppeteer");
const fs = require("fs-extra");
const URL = "https://YOUR_EMBASSY_URL_AND_THE_PAGE";
const browser = await puppeteer.connect({
browserWSEndpoint: `ws://browserless:3000?token=TOKEN_HERE`,
args: [`--window-size=1024,860`],
defaultViewport: {
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active March 9, 2026 08:34
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
// Created by Anderson Mancini 2023
// React Three Fiber AutoFocus Component to be used
// as an extension for default Depth Of Field from react-three/postprocessing
// HOW TO USE?
// import AutoFocusDOF from './AutoFocusDOF'
//
// And add this component inside the EffectsComposer...
//...
// <EffectComposer>
import { planetHexasphere } from '../client/hexasphere.js';
import PlanetGenerator from '../client/planet-generator.js';
import '../hybrid/helpers.js';
import { prettyUrl } from '../../../deps.js';
import { getHexagonalGeometry } from '../hybrid/coordinates.js';
class Generator {
constructor() {
return new Promise(async resolve => {
@tatsuyasusukida
tatsuyasusukida / sign.tsx
Last active February 21, 2025 12:48
✍️ How to sign with MetaMask and verify with Node.js using web3.js
import { useState } from "react"
import Web3 from "web3"
export default function Sign () {
const [isVerified, setIsVerified] = useState(false)
const onClick = async () => {
const provider = window.ethereum || window.web3?.provider || null
if (!provider) {
@jakehwll
jakehwll / README.md
Last active July 16, 2025 12:17
🕳 A docker compose for bore.

bore Docker Compose

This is a version of bore written as a docker-compose.yml file.

Instructions

To get started, follow the instructions below.

  1. touch docker-compose.yml
  2. nano docker-compose.yml