Strong typed, autocompleted resources like images, fonts and segues in Swift projects
-
Updated
Nov 8, 2020 - Swift
{{ message }}
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
A code generator for MyBatis.
jOOQ is the best way to write SQL in Java
Java 1-14 Parser and Abstract Syntax Tree for Java, including preview features to Java 13 –
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python, Ruby
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Speedment is a Stream ORM Java Toolkit and Runtime
Jennifer is a code generator for Go
Bash argument parsing code generator
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
I haven't validated the theory directly, but I've noticed that casting to a type variable is considered "fully checked" by FreeBuilder's analyser (missing case in CAST_IS_FULLY_CHECKED visitor), so it seems likely.
Very minor issue but also trivial to fix.
Xcode Source Code Extension to Generate Swift Initializers
√基于SpringBoot2+Freemarker的代码生成器,√以释放双手为目的,√支持mysql/oracle/pgsql三大数据库, √用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL相关代码.
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
The Felix Programming Language
binary serialization format
I have this freezed class
import 'package:flutter/foundation.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
part 'time_slot.freezed.dart';
@freezed
abstract class TimeSlot implements _$TimeSlot {
const TimeSlot._();
factory TimeSlot({
String start,
String end,
}) = _TimeSlot;
@override
String toString() {
return start + end基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.
To associate your repository with the code-generator topic, visit your repo's landing page and select "manage topics."
Problem statement
I Recently noticed there's support for SwaggerUI and ReDoc built-in.
But when using the Stratoscale template this is not working.
If I try to load the
swagger.jsonin a browser I don't get the API browser. This is never mentioned in the documentation, but are there any options that I'm missing related to this?