Here are
418 public repositories
matching this topic...
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
-
Updated
May 29, 2019
-
Java
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
A sensible starting Prelude template.
-
Updated
May 4, 2020
-
Haskell
BaseActivity的框架,各种方便使用,欢迎star,给你惊喜
-
Updated
Jun 24, 2020
-
Java
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Rails 5 RESTful api template
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
-
Updated
Dec 19, 2018
-
Java
YASCMF 基础开发版(YASCMF/BASE)
-
Updated
Feb 25, 2020
-
JavaScript
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's
f-admin是一套基于Laravel框架开发的基础权限后台系统
Script to easily create an iOS project base code!
-
Updated
Mar 25, 2020
-
Swift
Decode All Bases - Base Scheme Decoder
-
Updated
Jul 3, 2020
-
Python
Themes for base plotting system in R
【停止维护】一个基本的开发框架,便于自己及团队快速开发,包含各种实用的 BaseActivity 、BaseFragment 、framework 、utils 等,工(lao)程(si)师(ji)必备。
A prototyping kit for designing in the browser
-
Updated
Feb 26, 2020
-
Python
-
Updated
May 30, 2018
-
Java
A selection of configurable native DOM UI elements
-
Updated
May 24, 2017
-
JavaScript
Easy base conversion in emacs
-
Updated
Feb 19, 2019
-
Emacs Lisp
👩 项目采用RXJava + Retrofit + OKHttp + Material Design + Base + Glide构建,数据来自gank.io。是一款以瀑布流的形式展示美女福利的App
-
Updated
May 29, 2019
-
Java
mvp衍生框架mvph,使用简单,易扩展,易维护,低耦合,高复用是MVPH的目标
使用MVPArms框架搭建的一个基类工程,便于日常项目开发。
-
Updated
May 22, 2019
-
Java
an elixir microservice base/skeleton 💀
-
Updated
Mar 31, 2019
-
Elixir
internal cs:go cheat base/template
Improve this page
Add a description, image, and links to the
base
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
base
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
concatMapMhas multiple problems. For one, it has a rather confusing name for a function defined like this:concatMapM :: ( Applicative f , Monoid m , Container (l m) , Element (l m) ~ m , Traversable l ) => (a -> f m) -> l a -> f m concatMapM f = fmap fold . traverse fThere is nothing related to
Mhere. Moreover, the u