|
1 | 1 | { |
2 | | - "generatedAt": "2026-05-15T12:12:12.391Z", |
3 | | - "total": 73, |
4 | | - "extensions": 215, |
| 2 | + "generatedAt": "2026-05-15T12:20:28.309Z", |
| 3 | + "total": 75, |
| 4 | + "extensions": 218, |
5 | 5 | "locales": ["en", "es"], |
6 | 6 | "languages": [ |
7 | 7 | { |
|
1133 | 1133 | "version": "4.6.0", |
1134 | 1134 | "logo": "https://www.r-project.org/logo/Rlogo.svg" |
1135 | 1135 | }, |
| 1136 | + { |
| 1137 | + "slug": "razor", |
| 1138 | + "name": "Razor", |
| 1139 | + "description": "Microsoft's markup syntax for ASP.NET Core views, Razor Pages, and Blazor components.", |
| 1140 | + "longDescription": "Razor is a markup syntax and templating language used by ASP.NET Core to combine HTML with C# expressions, directives, layouts, tag helpers, components, and server-side or interactive rendering logic.\n\nIt is used in MVC views, Razor Pages, Razor Class Libraries, and Blazor components. Razor files commonly define page templates, reusable UI components, forms, layouts, routing, component parameters, and bindings within .NET web applications.", |
| 1141 | + "esName": "Razor", |
| 1142 | + "esDescription": "La sintaxis de marcado de Microsoft para vistas ASP.NET Core, Razor Pages y componentes Blazor.", |
| 1143 | + "esLongDescription": "Razor es una sintaxis de marcado y lenguaje de templates usado por ASP.NET Core para combinar HTML con expresiones C#, directivas, layouts, tag helpers, componentes y logica de renderizado server-side o interactiva.\n\nSe usa en vistas MVC, Razor Pages, Razor Class Libraries y componentes Blazor. Los archivos Razor suelen definir templates de paginas, componentes UI reutilizables, formularios, layouts, routing, parametros de componentes y bindings dentro de aplicaciones web .NET.", |
| 1144 | + "publishedDate": "2010-07-01", |
| 1145 | + "extensions": [".cshtml", ".razor"], |
| 1146 | + "author": "Microsoft", |
| 1147 | + "website": "https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor", |
| 1148 | + "paradigms": ["templating", "component-based", "server-side", "declarative"], |
| 1149 | + "tooling": { |
| 1150 | + "runtimes": ["ASP.NET Core", ".NET", "Blazor"], |
| 1151 | + "packageManagers": ["NuGet"], |
| 1152 | + "ecosystems": [".NET", "ASP.NET Core", "Web", "Blazor"] |
| 1153 | + }, |
| 1154 | + "version": "10.0.8", |
| 1155 | + "logo": "https://cdn.simpleicons.org/dotnet/512BD4" |
| 1156 | + }, |
1136 | 1157 | { |
1137 | 1158 | "slug": "ruby", |
1138 | 1159 | "name": "Ruby", |
|
1217 | 1238 | "version": "3.8.3", |
1218 | 1239 | "logo": "https://cdn.simpleicons.org/scala/DC322F" |
1219 | 1240 | }, |
| 1241 | + { |
| 1242 | + "slug": "solidity", |
| 1243 | + "name": "Solidity", |
| 1244 | + "description": "A statically typed smart contract language for Ethereum and EVM-compatible blockchains.", |
| 1245 | + "longDescription": "Solidity is a statically typed, contract-oriented programming language designed for writing smart contracts that run on the Ethereum Virtual Machine and compatible blockchain networks. It supports contracts, libraries, interfaces, inheritance, modifiers, events, custom errors, ABI encoding, and explicit visibility and mutability rules.\n\nIt is used to build decentralized applications, token contracts, DAOs, DeFi protocols, NFT contracts, governance systems, and other on-chain programs where deterministic execution and verifiable state transitions are required.", |
| 1246 | + "esName": "Solidity", |
| 1247 | + "esDescription": "Un lenguaje tipado estaticamente para smart contracts en Ethereum y blockchains compatibles con EVM.", |
| 1248 | + "esLongDescription": "Solidity es un lenguaje de programacion tipado estaticamente y orientado a contratos, disenado para escribir smart contracts que se ejecutan en Ethereum Virtual Machine y redes blockchain compatibles. Soporta contratos, bibliotecas, interfaces, herencia, modificadores, eventos, errores personalizados, codificacion ABI y reglas explicitas de visibilidad y mutabilidad.\n\nSe usa para construir aplicaciones descentralizadas, contratos de tokens, DAOs, protocolos DeFi, contratos NFT, sistemas de gobernanza y otros programas on-chain donde se requiere ejecucion determinista y transiciones de estado verificables.", |
| 1249 | + "publishedDate": "2015-07-30", |
| 1250 | + "extensions": [".sol"], |
| 1251 | + "author": "Gavin Wood / Ethereum Foundation / Solidity Team", |
| 1252 | + "website": "https://soliditylang.org", |
| 1253 | + "paradigms": ["contract-oriented", "object-oriented", "statically-typed", "imperative"], |
| 1254 | + "tooling": { |
| 1255 | + "runtimes": ["Ethereum Virtual Machine", "EVM-compatible chains"], |
| 1256 | + "packageManagers": ["npm", "Foundry", "Hardhat"], |
| 1257 | + "ecosystems": ["Ethereum", "Web3", "Smart Contracts", "Blockchain"] |
| 1258 | + }, |
| 1259 | + "version": "0.8.35", |
| 1260 | + "logo": "https://cdn.simpleicons.org/solidity/363636" |
| 1261 | + }, |
1220 | 1262 | { |
1221 | 1263 | "slug": "sql", |
1222 | 1264 | "name": "SQL", |
|
0 commit comments