Skip to content

Instantly share code, notes, and snippets.

@sempreconceito
sempreconceito / CANAISJOABE.M3U
Last active August 29, 2026 19:18
CANAISJOABE.M3U
#EXTM3U
#EXTINF:-1 tvg-logo="http://s17.postimg.org/w75u3yg1n/globo2.png" group-title="TV ABERTA",GLOBO SP
http://95.211.149.215:8081/look/sptv/playlist.m3u8
#EXTINF:-1 tvg-logo="https://goo.gl/IQS0pJ" group-title="Notícias",GLOBO NEWS
http://5.79.68.138:8081/look/globonews/playlist.m3u8
@zAstergun
zAstergun / CompleteDiscordQuest.md
Last active August 29, 2026 18:55 — forked from aamiaa/CompleteDiscordQuest.md
Discord Missões Orb (PT-BR)

Caution

A partir de 7 de abril de 2026, o Discord expressou sua intenção de reprimir a automatização da conclusão de missões.

Alguns usuários receberam a seguinte mensagem do sistema:

image Não há muito que eu possa fazer para tornar o script indetectável, então use-o por sua conta e risco, pois você provavelmente SERÁ sinalizado ao fazê-lo.

Complete Recent Discord Quest (Versão PT-BR aprimorada)

@wojukasz
wojukasz / keybindings.json
Last active August 29, 2026 18:44
⚡VSCode + WhichKey + Vim keybindings | Works with VScode forks like AntiGravity, Cursor, etc | Copy-paste ready config | 5-min setup | Full version: https://github.com/wojukasz/VimCode
[
// ╔══════════════════════════════════════════════════════════════════════════════════╗
// ║ VSCODE VIM LAZYVIM KEYBINDINGS ║
// ║ Modifier Key Bindings (Ctrl, Alt, Shift) ║
// ╚══════════════════════════════════════════════════════════════════════════════════╝
//
// This file contains keybindings that use modifier keys (Ctrl, Alt, Shift) and special
// characters that need VSCode's key binding system (not Vim's).
//
// IMPORTANT: DO NOT put space-leader bindings here (<leader>...)
@YourAKShaw
YourAKShaw / chatgpt_slash_commands_ultimate_handbook_2026.md
Created May 29, 2026 00:19
🤖 A complete handbook detailing ChatGPT slash commands, UI shortcuts, workspace Canvas triggers, custom command engines, productivity shortcuts, and advanced prompt chaining systems.

The Ultimate ChatGPT Slash Commands Handbook (2026 Edition)

Follow AK Shaw on Linktree

The most comprehensive community and platform reference for ChatGPT slash commands, pseudo-commands, workflow triggers, and power-user prompting systems.

@mamcx
mamcx / Lang.mkdown
Last active August 29, 2026 18:05
Lista de recursos sobre crear lenguajes de programacion
@mc-marcocheng
mc-marcocheng / README.md
Created March 24, 2026 09:53
Claude Certified Architect Practice Exam

Claude Certified Architect Practice Exam

Question 1 (Scenario: Customer Support Agent)

Situation: Data shows that in 12% of cases the agent skips get_customer and calls lookup_order using only the customer’s name, which leads to incorrect refunds.

Which change is most effective?

  • A) Add a programmatic precondition that blocks lookup_order and process_refund until an ID is obtained from get_customer [CORRECT]
  • B) Improve the system prompt
@codeadamca
codeadamca / username-github-io.md
Last active August 29, 2026 17:10
Setting up your username.github.io page

Setting up your username.github.io Page

When you setup GitHub pages, by default your content is available at https://<GITHUB_USERNAMNE>.github.io/<REPO_NAME>/.

However, if you create a repo with the exact name <GITHUB_USERNAME>.github.io, GitHub will automatically turn GitHub Pages on, and make this content avialable at https://<GITHUB_USERNAME>.github.io/. Kind of like your GitHub home page!

For example, I set up a sample at:
https://github.com/codeadamca/codeadamca.github.io

The repo is avilable as a website at:

@augustoreyesdelgado
augustoreyesdelgado / EPC - Sobre Java Fundamentals.md
Last active August 29, 2026 16:21
EPC - Java Fundamentals

☕ Java Fundamentals — Curso Introductorio

Bienvenido al curso Java Fundamentals, un programa diseñado para introducirte en los conceptos esenciales de la programación utilizando el lenguaje Java.

Este curso forma parte de una ruta de aprendizaje progresiva y está orientado a desarrollar habilidades básicas en programación estructurada y orientada a objetos.


Recursos del curso!!

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@angelo-swe
angelo-swe / repo-series.md
Last active August 29, 2026 19:05
The Repo List — every repo from my series, kept updated