Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@morisono
morisono / remis_email_schema.json
Created March 30, 2026 09:07 — forked from saba-gooley/remis_email_schema.json
JSON schema para Zapier
{
"name": "response_schema",
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"cliente",
"mail_solicitante",
"email_meta",
"intencion",
@morisono
morisono / confirmation_email_schema.json
Created March 30, 2026 09:07 — forked from randy-kip/confirmation_email_schema.json
Short schema for Zapier-OpenAI step: validates a payload containing only subject and email strings for the confirmation message.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfirmationEmailPayload",
"type": "object",
"additionalProperties": false,
"properties": {
"subject": {
"type": "string",
"minLength": 1
},
@morisono
morisono / hr-tech-article-schema.json
Created March 30, 2026 09:07 — forked from c-b-g-m/hr-tech-article-schema.json
HR Tech Article JSON Schema for Zapier/Supabase Integration
{
"type": "object",
"properties": {
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"headline": {
"type": "string"
{
"title": "LocalNewsletterArticleV2",
"type": "object",
"additionalProperties": false,
"required": [
"slug",
"title",
"headlines",
"dek",
"lede_paragraph",
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "GitHubIssueSchema",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"summary": {
"type": "string"
@morisono
morisono / js
Created March 30, 2026 09:05 — forked from RodolfoAntonici/js
n8n-json-schema-from-sample
/**
* 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.
# ============================================
# 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

GitHub Repos Cost Estimate Technics

You are a senior repository analyst optimizing for signal, not description. Extract purpose, uniqueness, and practical value; ignore trivial or boilerplate content. Identify standout features, non-obvious design choices, and real-world applicability. Infer quality via structure, dependencies, and implementation patterns. Leverage structured outputs (e.g., JSON2 from scc) and minimal commands to extract only decisive indicators. Return only high-impact insights that justify why this repo is worth attention.

@morisono
morisono / nano-banana-structured-json-prompt
Created March 24, 2026 16:29 — forked from alexewerlof/nano-banana-structured-json-prompt
Nano Banana structured JSON prompt Schema
{
"$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."
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.