Skip to content

Instantly share code, notes, and snippets.

@cs50victor
cs50victor / settings.json
Last active December 25, 2025 01:21
view, edit and and accept claude code diffs from your IDE
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "<YOUR_HOME>/.claude/scripts/zed-diff-post.py"
@sainak
sainak / tts.py
Last active December 25, 2025 01:06
tts using google gstatic dictionary
#!/usr/bin/env python3
# ./tts.py hello world
import requests, string, os
from playsound import playsound
from sys import argv
text = (
" ".join(argv[1:]).lower().translate(str.maketrans("", "", string.punctuation)).split(" ")
)
name description
images
Generate images, infographics, and diagrams using Gemini AI

Image Generation

Use this skill when Tim asks for visual content: infographics, diagrams, illustrations, or any image.

Quick Reference

@startergo
startergo / How to Download Full MacOS Installers
Last active December 25, 2025 00:59
How to Download Full MacOS Installer from Mac Command Line
// Mac OS Big Sur 11.2.3:
http://swcdn.apple.com/content/downloads/12/32/071-14766-A_Q2H6ELXGVG/zx8saim8tei7fezrmvu4vuab80m0e8a5ll/InstallAssistant.pkg
// Mac OS Catalina 10.15:
https://itunes.apple.com/us/app/macos-catalina/id1466841314?ls=1&mt=12
// Mac OS Mojave 10.14:
https://itunes.apple.com/us/app/macos-mojave/id1398502828?ls=1&mt=12
// Mac OS High Sierra 10.13:
@mx-989
mx-989 / CompleteDiscordQuestBatch.js
Last active December 25, 2025 00:55 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest - Batch Complete All Accepted Quests
delete window.$;
let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, r => r]);
webpackChunkdiscord_app.pop();
let ApplicationStreamingStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getStreamerActiveStreamMetadata).exports.Z;
let RunningGameStore = Object.values(wpRequire.c).find(x => x?.exports?.ZP?.getRunningGames).exports.ZP;
let QuestsStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getQuest).exports.Z;
let ChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getAllThreadsForParent).exports.Z;
let GuildChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.ZP?.getSFWDefaultChannel).exports.ZP;
let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.flushWaitQueue).exports.Z;
@lucasa
lucasa / desabilita_teclado_notebook_linux.txt
Created March 8, 2021 21:52
Desabilita o teclado do notebook no GNU/Linux usando configuração de Kernel
Para desabilitar o teclado interno no Ubuntu, é preciso incluir o parâmetro de Kernel "i8042.nokbd" para que a inicialização não utilize o teclado embutido.
"i8042.nokbd [HW] Não cheque ou crie uma porta de teclado"
1- Abra um terminal a partir da tela de busca de programas ou com o atalho CONTRL + ALT + T
2- Digite no terminal o comando abaixo em modo administrador, vai requisitar a sua senha:
sudo gedit /etc/default/grub
@devinschumacher
devinschumacher / Redgifs Downloader.md
Last active December 25, 2025 00:41
Redgifs Downloader

Redgifs Downloader Browser Extension (Chrome, Firefox, Edge, Opera, Brave)

A browser extension that adds a download button to RedGifs (redgifs.com) pages to easily download GIFs and short videos for convenient offline viewing.

  • Save GIFs and short videos for offline viewing any time
  • Protect favorites by downloading before posts are removed
  • Build a personal library of clips you can keep
  • Avoid losing access if accounts are deleted or content disappears

Links

@Brugarolas
Brugarolas / jetbrains.sh
Created May 18, 2024 00:23
Reset the free trial period in JetBrains products for Mac
#!/bin/bash
if [ "$1" = "--prepare-env" ]; then
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
mkdir -p ~/Scripts
echo "Copying the script to $HOME/Scripts"
cp -rf $DIR/runme.sh ~/Scripts/jetbrains-reset.sh
chmod +x ~/Scripts/jetbrains-reset.sh
@yrashk
yrashk / inferal-workspace-architecture.md
Last active December 25, 2025 00:38
Inferal Workspace Architecture

Inferal Workspace Architecture

Your org's brain that AI can use

This document describes the conceptual architecture of the Inferal Workspace - a text-based, version-controlled knowledge and operations hub designed to replace tools like Notion and Webflow while being natively accessible to AI assistants.

Why We Built This

As an engineering-driven organization, we found ourselves fighting our tools instead of using them. Notion couldn't keep up with how we actually work - context scattered across pages, no version control, and AI that could read but not act. Webflow meant our website lived in a silo, disconnected from our codebase and deployment pipelines. Every tool was another tab, another context switch, another place where knowledge went to die.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.