Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "response_schema", | |
| "schema": { | |
| "type": "object", | |
| "additionalProperties": false, | |
| "required": [ | |
| "cliente", | |
| "mail_solicitante", | |
| "email_meta", | |
| "intencion", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "ConfirmationEmailPayload", | |
| "type": "object", | |
| "additionalProperties": false, | |
| "properties": { | |
| "subject": { | |
| "type": "string", | |
| "minLength": 1 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "object", | |
| "properties": { | |
| "articles": { | |
| "type": "array", | |
| "items": { | |
| "type": "object", | |
| "properties": { | |
| "headline": { | |
| "type": "string" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "LocalNewsletterArticleV2", | |
| "type": "object", | |
| "additionalProperties": false, | |
| "required": [ | |
| "slug", | |
| "title", | |
| "headlines", | |
| "dek", | |
| "lede_paragraph", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "GitHubIssueSchema", | |
| "type": "object", | |
| "properties": { | |
| "title": { | |
| "type": "string" | |
| }, | |
| "summary": { | |
| "type": "string" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * n8n Code node — Generate a JSON Schema from a sample JSON | |
| * - Paste this into a Code node (JavaScript) | |
| * - Set `rawInput` to where your example lives | |
| * - Toggle `allFieldsRequired` as needed | |
| */ | |
| // 1) WHERE is your example JSON? | |
| // - If you already have an object, set it to that. | |
| // - If you have a stringified JSON, set it to the string. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================ | |
| # Ghostty Terminal - Complete Configuration | |
| # ============================================ | |
| # File: ~/.config/ghostty/config | |
| # Reload: Cmd+Shift+, (macOS) | |
| # View options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = JetBrainsMonoNerdFont | |
| font-size = 14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema", | |
| "description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.", | |
| "type": "object", | |
| "required": ["meta", "subject", "scene"], | |
| "properties": { | |
| "user_intent": { | |
| "type": "string", | |
| "description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| list of ai sites | |
| ChatGPT | |
| There are many websites and online resources related to artificial intelligence (AI). Here is a list of some popular AI-related websites and platforms as of my last knowledge update in January 2022. Please note that the availability and popularity of websites can change over time, so it's a good idea to verify their current status and relevance: | |
| OpenAI (https://openai.com): OpenAI is known for developing advanced AI models and technologies. They provide research papers, news, and information about their projects. | |
| TensorFlow (https://www.tensorflow.org): TensorFlow is an open-source machine learning framework developed by Google. Their website includes documentation, tutorials, and resources for AI and machine learning. | |
| PyTorch (https://pytorch.org): PyTorch is an open-source deep learning framework developed by Facebook's AI Research lab. The website offers documentation, tutorials, and resources for PyTorch users. |
NewerOlder