Posts

  • mry

    Mry Migrates .Rubocop.Yml

    Mry Migrates .Rubocop.Yml :muscle:

    RuboCop has many many breaking changes, because it is before version 1.0. So, if you update your RuboCop version, .rubocop.yml breaks in many cases… This tool supports migrating .rubocop.yml. It automatically renames the configuration in your .rubocop.yml that was renamed by the updated RuboCop version. So, with this tool, you do not have to be afraid of updating RuboCop anymore!

    Tags: #ruby

  • SuperRecyclerView

    Pumped up RecyclerView

    This is an attempt to make RecyclerView easier to use.

    Features built in:

    • ProgressBar while adapter hasn’t been set
    • EmptyView if adapter is empty
    • SwipeRefreshLayout (Google’s one)
    • Infinite scrolling, when you reach the X last item, load more of them.
    • Swipe To Dismiss or Swipe To Remove
    • Sticky headers (via [Eowise][eowise-sticky-headers], see sample)

    Tags: #java

  • CustomTabsHelper

    Custom tabs, made easy.

    Custom tabs, made easy.

    Tags: #java • android • android-library

  • DToast

    同学,你的系统Toast可能需要修复一下!Fix Your Android Toast!

    Step 1. Add the JitPack repository to your build file

    Add it in your root build.gradle at the end of repositories:

    allprojects {
    	repositories {
    		...
    		maven { url 'https://jitpack.io' }
    	}
    }
    

    Step 2. Add the dependency

    dependencies {
            implementation 'com.github.Dovar66:DToast:1.1.5'
    	//implementation 'com.github.Dovar66:DToast:1.1.6'//for androidx
    }
    

    Tags: #java • toast

  • chronix.server

    The Chronix Server implementation that is based on Apache Solr.

    The Chronix Server is an implementation of the Chronix API that stores time series in Apache Solr. Chronix uses several techniques to optimize query times and storage demand. Thus Chronix achieves on a benchmark asking serveral ranges (.5 day up to 180 days) an average runtime per range-query of 23 milliseconds. The dataset contains about 3.7 billion pairs and takes 108 GB serialized as CSV. Chronix needs only 8.7 GB to store the dataset. Everything runs on a standard laptop computer. No need of clustering, parallel processing or another complex stuff. Check it out and give it a try.

    The repository chronix.examples contains some examples.

    Tags: #java • chronix-server • time-series

  • swagger-to-graphql

    Swagger to GraphQL API adapter

    Swagger-to-GraphQL converts your existing Swagger schema to an executable GraphQL schema where resolvers perform HTTP calls to certain real endpoints. It allows you to move your API to GraphQL with nearly zero effort and maintain both REST and GraphQL APIs. Our CLI tool also allows you get the GraphQL schema in Schema Definition Language.

    Try it online! You can paste in the url to your own Swagger schema. There are also public OpenAPI schemas available in the APIs.guru OpenAPI directory.

    Tags: #typescript • swagger • graphql

  • esoTalk

    Fat-free forum software.

    esoTalk is a free, open-source forum software package built with PHP and MySQL. It is designed to be:

    • Fast. esoTalk’s code was architectured to have little overhead and to be as efficient as possible.
    • Simple. All of esoTalk’s interfaces are designed around simplicity, ease-of-use, and speed.
    • Powerful. Despite its simplicity, a large array of plugins and skins are available to extend the functionality of esoTalk.

    esoTalk is developed by Toby Zerner in memory of his brother, Simon.

    Tags: #php

  • react-app-rewire-hot-loader

    Adds the react-hot-loader to your create-react-app via react-app-rewired

    Add the react-hot-loader to your create-react-app app via react-app-rewired.

    Because who wants their app, state, and styles automatically reloading all the time?

    Tags: #javascript

  • action-cable-testing

    Action Cable testing utils

    This gem provides missing testing utils for [Action Cable][].

    NOTE: this gem has been merged into Rails 6.0 and into RSpec 4.

    If you’re using Minitest – you don’t need this gem anymore.

    If you’re using RSpec < 4, you still can use this gem to write Action Cable specs even for Rails 6.

    Tags: #ruby • rails • actioncable

  • engine

    mirror of https://gitlab.com/minds/engine

    Documentation for Minds can be found at minds.org/docs

    Tags: #php

subscribe via RSS