All Projects → built_bloc → Similar Projects or Alternatives

515 Open source projects that are alternatives of or similar to built_bloc

React-BLoC-pattern
React BLoC pattern
Stars: ✭ 18 (-64.71%)
Mutual labels:  pattern, bloc
geo-pattern
Create beautiful generative geometric background images from a string ✨ TypeScript port of jasonlong/geo_pattern. Supports both Node.js and Browser.
Stars: ✭ 33 (-35.29%)
Mutual labels:  pattern
pixelscan
A Python library that provides functions to scan pixels on a grid in a variety of spatial patterns.
Stars: ✭ 23 (-54.9%)
Mutual labels:  pattern
crafting
Website for generating Minecraft crafting recipe JSON files
Stars: ✭ 31 (-39.22%)
Mutual labels:  generator
ts-lehre
Generate document block(JsDoc, EsDoc, TsDoc) from source code
Stars: ✭ 14 (-72.55%)
Mutual labels:  generator
avro-schema-generator
Library for generating avro schema files (.avsc) based on DB tables structure
Stars: ✭ 38 (-25.49%)
Mutual labels:  generator
Border-Radius-Generator
A CSS3 Border Radius Generator; Get the best border-radius playground, with a minimalist design!
Stars: ✭ 19 (-62.75%)
Mutual labels:  generator
DataAnalyzer.app
✨🚀 DataAnalyzer.app - Convert JSON/CSV to Typed Data Interfaces - Automatically!
Stars: ✭ 23 (-54.9%)
Mutual labels:  generator
gen
Gen: Friendly & Safer GORM powered by Code Generation
Stars: ✭ 677 (+1227.45%)
Mutual labels:  generator
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (+7.84%)
Mutual labels:  generator
metagraf
metaGraf is a opinionated specification for describing a software component and what its requirements are from the runtime environment. The mg command, turns metaGraf specifications into Kubernetes resources, supporting CI, CD and GitOps software delivery.
Stars: ✭ 15 (-70.59%)
Mutual labels:  generator
extglob
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
Stars: ✭ 25 (-50.98%)
Mutual labels:  pattern
dalal-street-client
Frontend client for Dalal Street
Stars: ✭ 13 (-74.51%)
Mutual labels:  bloc
git-conventional-commits
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Stars: ✭ 58 (+13.73%)
Mutual labels:  generator
allot
Parse placeholder and wildcard text commands
Stars: ✭ 51 (+0%)
Mutual labels:  pattern
petter
Petter – a vector-graphic-based pattern generator.
Stars: ✭ 23 (-54.9%)
Mutual labels:  pattern
Competitive-Feature-Learning
Online feature-extraction and classification algorithm that learns representations of input patterns.
Stars: ✭ 32 (-37.25%)
Mutual labels:  pattern
simpleflakes
Fast and test-driven distributed 64-bit ID generation, using pure JavaScript, for Node.js.
Stars: ✭ 32 (-37.25%)
Mutual labels:  generator
IntuneDriveMapping
Generate PowerShell scripts to map network drives on Intune managed Windows 10 devices
Stars: ✭ 51 (+0%)
Mutual labels:  generator
wolmo-bootstrap-react-native
Bootstrap generator for React Native projects
Stars: ✭ 20 (-60.78%)
Mutual labels:  generator
spring-boot-project-builder
快速构建Spring Boot项目
Stars: ✭ 20 (-60.78%)
Mutual labels:  generator
bloc redux
bloc meets redux in flutter world
Stars: ✭ 52 (+1.96%)
Mutual labels:  bloc
FrontEnd-Note
FrontEnd Knowledge Package 📦
Stars: ✭ 14 (-72.55%)
Mutual labels:  pattern
hexo-generator-index2
Filtered index generator for Hexo
Stars: ✭ 40 (-21.57%)
Mutual labels:  generator
yang-schematics
Yet Another Angular Generator - based on @schematics/angular
Stars: ✭ 16 (-68.63%)
Mutual labels:  generator
yii2-rest-doc
Yii2 REST doc generator
Stars: ✭ 35 (-31.37%)
Mutual labels:  generator
faker
Faker is a Nim package that generates fake data for you.
Stars: ✭ 28 (-45.1%)
Mutual labels:  generator
nest-angular
Full-stack with nest js & angular 8
Stars: ✭ 32 (-37.25%)
Mutual labels:  generator
mybatis-generator-plus
轻度扩展mybatis-generator-core插件,与官方插件兼容。
Stars: ✭ 62 (+21.57%)
Mutual labels:  generator
NFT Art Generator
No description or website provided.
Stars: ✭ 58 (+13.73%)
Mutual labels:  generator
prestashop-shop-creator
Generate random demo data to test your PrestaShop shop.
Stars: ✭ 22 (-56.86%)
Mutual labels:  generator
flutter-clean-arch
A flutter's implementation of a "clean architecture"
Stars: ✭ 149 (+192.16%)
Mutual labels:  bloc
generator-vue-component
📦 Yeoman generator to build your own Vue.js components
Stars: ✭ 32 (-37.25%)
Mutual labels:  generator
ffmpeg-commander
🛠️ FFmpeg Command Generator Web UI
Stars: ✭ 136 (+166.67%)
Mutual labels:  generator
wodle
Static site generator using next and tachyons
Stars: ✭ 29 (-43.14%)
Mutual labels:  generator
nomnoml-cli
Generates images from nomnoml diagram sources in a NodeJS module or on the command line
Stars: ✭ 20 (-60.78%)
Mutual labels:  generator
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-9.8%)
Mutual labels:  generator
prisma-tgql-types-gen
◭ Prisma generator for generating TypeGraphQL class types and enums with allowing to edit the generated output without being overwritten 💪
Stars: ✭ 32 (-37.25%)
Mutual labels:  generator
codice fiscale
A Ruby gem that calculates the Italian Tax ID (Codice Fiscale)
Stars: ✭ 17 (-66.67%)
Mutual labels:  generator
espresso-robot-pattern-sample
Espresso Robot Pattern Sample with Spoon Integration
Stars: ✭ 37 (-27.45%)
Mutual labels:  pattern
autumn
采用Spring、Spring Boot、Redis、MyBatis、Shiro、Druid框架开发,搭载mysql数据。 如果你厌烦了MyBatis中需要手动创建表的事情,这个项目非常适合你,自动为你生成表。 从此你不在需要导入sql文件了,项目初始化变得异常简单,结构清晰,易于开发,真正拿来可用。 全注解MyBatis开发,没有任何mapper文件,一切sql 映射都用代码实现,全程无xml配置,对xml编写mapper有恐惧症的人的福音。 提供双向生成功能: 实体类自动生成数据库表,全过程不需要任何SQL语句,所有表自动生成 通过表生成基础结构代码,生成代码中已包含CRUD功能,表级别的API接口全部都有 基本实例数据全自动通过代码初始化,无需干预 仅仅只需要修改数据库连接地址,…
Stars: ✭ 28 (-45.1%)
Mutual labels:  generator
docgen
The docs.json generator for discord.js and its related projects
Stars: ✭ 59 (+15.69%)
Mutual labels:  generator
documentation
🍰 Architectural design methodology for Frontend projects
Stars: ✭ 359 (+603.92%)
Mutual labels:  pattern
iteration utilities
Utilities based on Pythons iterators and generators.
Stars: ✭ 65 (+27.45%)
Mutual labels:  generator
justgo
Skeleton for jump-starting a Go-powered microservice project with Docker and Go best-practices + easy code hot-reloading (for dev environments)!
Stars: ✭ 29 (-43.14%)
Mutual labels:  generator
bloc-pattern-example
Detailed example of the BLoC pattern in Flutter
Stars: ✭ 23 (-54.9%)
Mutual labels:  bloc
micro-svelte-compiler
Micro Svelte compiler (naive clone)
Stars: ✭ 56 (+9.8%)
Mutual labels:  generator
maze-generator
A real-time JavaScript maze generator using the depth-first search algorithm
Stars: ✭ 13 (-74.51%)
Mutual labels:  generator
combustor
MVC code generator for the Codeigniter framework.
Stars: ✭ 31 (-39.22%)
Mutual labels:  generator
humans-generator
Humans.txt generator for Node.js
Stars: ✭ 20 (-60.78%)
Mutual labels:  generator
mosaic-node-generator
Generate mosaic images in Node.
Stars: ✭ 25 (-50.98%)
Mutual labels:  generator
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (+1174.51%)
Mutual labels:  generator
daruma-frontend
🎎 Shared Expense Manager (Frontend) - Flutter app 🎎
Stars: ✭ 21 (-58.82%)
Mutual labels:  bloc
FigmaConvertXib
FigmaConvertXib is a tool for exporting design elements from figma.com and generating files to a projects iOS .xib / Android .xml
Stars: ✭ 111 (+117.65%)
Mutual labels:  generator
username-generation-guide
A definitive guide to generating usernames for OSINT purposes
Stars: ✭ 38 (-25.49%)
Mutual labels:  generator
password
Fast and secure password generator and library
Stars: ✭ 38 (-25.49%)
Mutual labels:  generator
lowcode
React Lowcode - prototype, develop and maintain internal apps easier
Stars: ✭ 32 (-37.25%)
Mutual labels:  generator
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (+54.9%)
Mutual labels:  generator
wsdl-tsclient
📄 Generate typescript client from wsdl
Stars: ✭ 30 (-41.18%)
Mutual labels:  generator
email-template-builder
let this service generate your custom html/text emails
Stars: ✭ 25 (-50.98%)
Mutual labels:  generator
1-60 of 515 similar projects