Skip to content

Instantly share code, notes, and snippets.

@ruvnet
ruvnet / Liar-Ai.md
Last active December 23, 2025 04:00
Liar Ai: Multi-Modal Lie Detection System

Multi-Modal Lie Detection System using an Agentic ReAct Approach: Step-by-Step Tutorial

Author: rUv
Created by: rUv, cause he could


WTF? The world's most powerful lie dector.

🤯 Zoom calls will never be the same. I think I might have just created the world’s most powerful lie detector tutorial using deep research.

@wguo-ai
wguo-ai / talisman.py
Created December 23, 2025 03:55
基于六爻算法的实验开光器
import hashlib
import time
from datetime import datetime
from tqdm import tqdm
class Talisman:
"""
基于六爻算法的计算符咒生成器
结合量子随机性原理与传统周易智慧
@willccbb
willccbb / grpo_demo.py
Last active December 23, 2025 03:57
GRPO Llama-1B
# train_grpo.py
#
# See https://github.com/willccbb/verifiers for ongoing developments
#
"""
citation:
@misc{brown2025grpodemo,
title={Granular Format Rewards for Eliciting Mathematical Reasoning Capabilities in Small Language Models},
author={Brown, William},
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active December 23, 2025 03:54
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@Frenzycore
Frenzycore / bing.js
Created December 23, 2025 03:50
scraper for site https://www.bing.com
import axios from "axios";
import * as cheerio from "cheerio";
async function scrapeBingSearch(q) {
let query = q || "Hello, World!";
const url = 'https://www.bing.com/search?q=' + encodeURIComponent(query);
try {
const { data: html } = await axios.get(url, {
headers: {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
@eddy-22
eddy-22 / RAMDisk.md
Created December 23, 2025 03:47
Create RAM disks on MacOS that unmount cleanly and reclaim all RAM used

[RAMDisk for macOS]

A minimal ZSH function to create and destroy APFS-formatted RAM disks on macOS.

Features

💾 Create APFS RAM disks up to 128 GiB

✅ Safe teardown - unmounts & detaches cleanly

👮🏼‍♂️ Input validation - enforces valid size and context

@wojteklu
wojteklu / clean_code.md
Last active December 23, 2025 03:46
Summary of 'Clean code' by Robert C. Martin

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules

  1. Follow standard conventions.
  2. Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
  3. Boy scout rule. Leave the campground cleaner than you found it.
  4. Always find root cause. Always look for the root cause of a problem.

Design rules

@maru-maruu
maru-maruu / mise-isntall.sh
Created May 17, 2025 12:43
miseのインストールスクリプト
#!/bin/bash
curl https://mise.run | sh
~/.local/bin/mise --version
# output 👉 mise 2024.x.x
# bash install
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
# local install (for the current .mise.toml)
@eddy-22
eddy-22 / public_apis.md
Created August 24, 2025 21:34
Free, public APIs organized by category.

Try Public APIs for free

The Public APIs repository is manually curated by community members like you and folks working at APILayer. It includes an extensive list of public APIs from many domains that you can use for your own products. Consider it a treasure trove of APIs well-managed by the community over the years.


APILayer Logo