| name | description |
|---|---|
images |
Generate images, infographics, and diagrams using Gemini AI |
Use this skill when Tim asks for visual content: infographics, diagrams, illustrations, or any image.
| { | |
| "$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" |
| #!/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(" ") | |
| ) |
| // 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: |
| 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; |
Hiren’s BootCD 15.2 https://www.hirensbootcd.org/hbcd-v152/ https://www.hirensbootcd.org/files/Hirens.BootCD.15.2.zip
Hiren’s BootCD 15.1 https://www.hirensbootcd.org/hbcd-v151/ https://www.hirensbootcd.org/files/Hirens.BootCD.15.1.zip
Hiren’s BootCD 15.0 https://www.hirensbootcd.org/hbcd-v150/ https://www.hirensbootcd.org/files/Hirens.BootCD.15.0.zip
Hiren’s BootCD 14.1 https://www.hirensbootcd.org/hbcd-v141/ https://www.hirensbootcd.org/files/Hirens.BootCD.14.1.zip
Hiren’s BootCD 14.0 https://www.hirensbootcd.org/hbcd-v140/ https://www.hirensbootcd.org/files/Hirens.BootCD.14.0.zip
Hiren’s BootCD 13.2 https://www.hirensbootcd.org/hbcd-v132/ https://www.hirensbootcd.org/files/Hirens.BootCD.13.2.zip
Hiren’s BootCD 13.1 https://www.hirensbootcd.org/hbcd-v131/ https://www.hirensbootcd.org/files/Hirens.BootCD.13.1.zip
Hiren’s BootCD 13.0 https://www.hirensbootcd.org/hbcd-v130/ https://www.hirensbootcd.org/files/Hirens.BootCD.13.0.zip
Hiren’s BootCD 12.0 https://www.hirensbootcd.org/hbcd-v120/ http
| 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 |
A browser extension that adds a download button to RedGifs (redgifs.com) pages to easily download GIFs and short videos for convenient offline viewing.
| #!/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 |
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.
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.