Posts

  • eloquent-power-joins

    The Laravel magic you know, now applied to joins.

    You can install the package via composer:

    composer require kirschbaum-development/eloquent-power-joins
    

    For Laravel versions < 8, use the 2.* version:

    composer require kirschbaum-development/eloquent-power-joins:2.*
    

    Tags: #php • hacktoberfest • laravel

  • half-pipe

    The Rails asset pipeline replacement for picky front-end developers

    This initial release assumes you have been using Grunt in non-Rails apps and would like to start using it in Rails as well. It uses Bower for dependency management, RequireJS for JavaScript modules and Sass for CSS. If you use alternatives to these tools, we’d love to [hear from you][issue].

    Tags: #ruby

  • MPMBs-Character-Record-Sheet

    MorePurpleMoreBetter’s D&D 5e Character Record Sheet

    This Git contains all document-level JavaScript that is used in the AcroForm PDFs called MPMB’s Character Record Sheet. Note that you can’t create the PDF from just this repository, this is just the JavaScript used at the document-level.

    Tags: #javascript

  • crunker

    Simple way to merge or concatenate audio files with the Web Audio API.

    Simple way to merge, concatenate, play, export and download audio files with the Web Audio API.

    • No dependencies
    • Tiny 2kB gzipped
    • Written in Typescript

    View online demos

    Tags: #typescript • webaudio-api • es6

  • laravel-wallet

    Easy work with virtual wallet

    Version Laravel PHP Release date End of improvements End of support
    7.x ^6.0,^7.0,^8.0 7.4,8.0,8.1 Nov 25, 2021 Mar 1, 2022 Sep 6, 2022
    8.x ^9.0 8.0,8.1 Feb 8, 2022 May 1, 2022 Jun 1, 2022
    9.x [LTS] ^9.0,^10.0 8.0,8.1,8.2,8.3 May 2, 2022 Feb 1, 2023 Feb 6, 2024
    10.x [LTS] ^10.0,^11.0 8.1,8.2,8.3 Jul 8, 2023 May 1, 2024 Feb 4, 2025
    11.x ^11.0 8.2,8.3 Q1, 2024 May 1, 2025 Sep 6, 2025

    If you are using laravel-wallet ^10.0 with laravel ^11, then the minimum php version is 8.2.

    Tags: #php • wallet • virtual

  • welcome-android

    A customizable welcome screen

    If you want to use a button in a custom fragment instead of the default done button, call useCustomDoneButton(true) on the builder and new WelcomeFinisher(MyFragment.this).finish() in the button’s OnClickListener.

    Bottom Layouts

    The layout shown beneath the pages can be changed with the bottomLayout Builder method, which uses the WelcomeConfiguration.BottomLayout enum. The possible values are explained below.

    Tags: #java • android-library • android-ui

  • Okra

    High performance game server framework by netty and disruptor

    Okra是一个简单的使用JAVA开发的高性能,高扩展,高并发,低延迟的服务器框架。 主要目的是帮助中小团队快速开发实现网络游戏服务端。 本项目包含完整的MMORPG等游戏服务器的DEMO.

    Tags: #java • okra • netty

  • MultiItem

    一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form表单录入 跨多个RecyclerView拖动

    RecyclerView是一个大家常用的列表控件,在列表中不免会出现多种类型的布局,这时adapter中多种类型的判断就会充满着switch的坏味道,可怕的是需求变更,增加或修改新的类型时,所有的改动都在adapter中进行,没有一个良好的扩展性。 MutliItem主要就是解决这些问题,提供了多类型和ViewHolder创建绑定的管理器,自动进行item type的计算,这样Adapter通过依赖倒置与列表中的多类型解耦,还提高了扩展性。有以下特点:

    • 直接使用业务中的实体类为RecyclerView Adapter设置数据源,不需要做任何封装
    • RecyclerView Adapter零编码,解放了复杂的Adapter
    • 支持DataBinding,让你清爽的编写列表代码
    • 支持Form表单录入,懒加载易复用,支持DataBinding、隐藏域、输入内容验证及是否变化
    • 支持Header Footer 和 下拉刷新 加载更多
    • 支持Item滑动动画
    • 支持空白、错误等状态页的展示

    Tags: #java • recyclerview • android

  • Croller

    A circular seekbar for Android, with a control knob! (for the lack of a better word).

    Just add the following dependency in your app’s build.gradle

    dependencies {
          compile 'com.sdsmdg.harjot:croller:1.0.7'
    }
    

    Tags: #java • circular • seekbar

  • skandha

    A modular typescript implementation of ERC4337 (Account Abstraction) bundler client.

    Install Skandha | Chains supported | UserOp Fee history

    Tags: #typescript • account-abstraction • bundler

subscribe via RSS