Elige cómo agregar tu código
Drag your scripts here or click to select
Supports multiple files: .R, .py, .sh, .js, .ijm and more
Enter the URL of a code file (GitHub, Gist, Dropbox, Google Drive, OneDrive, etc.)
Downloading code...
Select text in the code and press "Add" to create a variable.
Renombra, combina o limpia tags en toda la biblioteca.
Guía Avanzada - BSZ Edition
Smart Library es tu asistente inteligente para la gestión de comandos. Diseñado para quienes necesitan usar fragmentos de código repetitivos pero con variaciones mínimas (rutas, nombres, parámetros), transformando scripts estáticos en herramientas dinámicas.
Privacidad Garantizada: Tus comandos y snippets se almacenan exclusivamente de manera local en tu navegador (LocalStorage). Smart Library solo actúa como una interfaz para leer, organizar y facilitar su uso. Ningún dato es enviado a servidores externos.
No pierdas tiempo gestionando archivos de uno en uno:
Convierte código estático en formularios interactivos. Ideal para evitar errores al modificar scripts:
# En lugar de:
input <- read.csv("C:/datos/exp1.csv")
# Usa:
input <- read.csv("{{Archivo_Entrada}}")
Al abrir el comando, el sistema generará un campo de texto automáticamente. Al llenarlo, el código se actualiza en tiempo real listo para ser copiado o descargado.
La edición de comandos utiliza la misma tecnología que VS Code. Disfruta de resaltado de sintaxis, números de línea y una interfaz de edición fluida para R, Python, PowerShell y más.
Utiliza el Modo Selección para marcar múltiples comandos. Podrás moverlos a colecciones específicas, eliminar duplicados o realizar una limpieza global de categorías (Tags) desde el gestor avanzado.
Smart Library elimina la fricción de "romper el código" por error:
1. Evita el "Copy-Paste" peligroso: No manipules el código fuente
directamente, solo rellena las variables.
2. Centralización: Tu conocimiento de años en un solo archivo portable.
3. Seguridad: El sistema actúa como un filtro contra errores tipográficos
comunes en rutas y sintaxis.
Soporte técnico y sugerencias: bioszenf@gmail.com
Smart Library is your intelligent command management assistant. Designed for those who need to use repetitive code fragments with minimal variations (paths, names, parameters), transforming static scripts into dynamic tools.
Don't waste time managing files one by one:
Convert static code into interactive forms. Perfect for avoiding errors when modifying scripts:
# Instead of:
input <- read.csv("C:/data/exp1.csv")
# Use:
input <- read.csv("{{Input_File}}")
When opening the command, the system will automatically generate a text field. As you fill it in, the code updates in real-time ready to be copied or downloaded.
Command editing uses the same technology as VS Code. Enjoy syntax highlighting, line numbers, and a smooth editing interface for R, Python, PowerShell, and more.
Use Selection Mode to mark multiple commands. You can move them to specific collections, delete duplicates, or perform a global category (Tag) cleanup from the advanced manager.
Smart Library removes the friction of "breaking the code" by mistake:
1. Avoid dangerous "Copy-Paste": Don't manipulate the source code directly,
just fill in the variables.
2. Centralization: Your years of knowledge in a single portable file.
3. Safety: The system acts as a filter against common typos in paths and
syntax.
Support and suggestions: bioszenf@gmail.com