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
    

    Tags: #php • hacktoberfest • laravel

  • 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

  • phpipam

    phpipam development repository

    Website: https://phpipam.net/

    Tags: #php • ipam • management-system

  • Openfire

    An XMPP server licensed under the Open Source Apache License.

    1. Run -> Edit Configurations… -> Add Application
    2. fill in following values
      1. Name: Openfire
      2. Use classpath of module: starter
      3. Main class: org.jivesoftware.openfire.starter.ServerStarter
      4. VM options (adapt accordingly):
         -DopenfireHome="-absolute path to your project folder-\distribution\target\distribution-base" 
         -Xverify:none
         -server
         -Dlog4j.configurationFile="-absolute path to your project folder-\distribution\target\distribution-base\lib\log4j2.xml"
         -Dopenfire.lib.dir="-absolute path to your project folder-\distribution\target\distribution-base\lib"
         -Dfile.encoding=UTF-8
        
      5. Working directory: -absolute path to your project folder-
    3. apply

    You need to execute mvnw verify before you can launch openfire.

    Tags: #java • openfire • xmpp

  • LeetCode

    LeetCode In Action - Python (705+)

    LeetCode is a coding online judger. You may find the problem list here LeetCode.

    Tags: #python

  • causalnex

    A Python library that helps data scientists to infer causation rather than observing correlation.

    “A toolkit for causal reasoning with Bayesian Networks.”

    CausalNex aims to become one of the leading libraries for causal reasoning and “what-if” analysis using Bayesian Networks. It helps to simplify the steps:

    • To learn causal structures,
    • To allow domain experts to augment the relationships,
    • To estimate the effects of potential interventions using data.

    Tags: #python • causal-inference • causal-models

  • 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

  • githot

    GitHot is an Android App that will help you find world most popular project and person .

    Official website http://githot.cn ,and the web version is incoming .

    Besides, you can get iOS version Monkey by coderyi from itunes .

    Try githot from the link below
    github release
    fir
    google play

    GitHot use api link

    Tags: #java • github • githot

  • sprockets

    Rack-based asset packaging system

    Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass and SCSS.

    Tags: #ruby

  • intellij-dlanguage

    Intellij Plugin for the D Programming Language

    The primary focus for the project is to support Intellij IDEA (both IC and IU) with some work being done to try and support CLion. It may work on other IDEs such as AppCode, Android Studio, PyCharm, etc but this is not tested by the dev team.

    We are currently targeting Intellij 2021.2 and above with the latest plugin release being version 1.27.1.

    For a list of older releases and their supported IDE versions see our Compatibility Matrix.

    Tags: #java • intellij • intellij-plugin

subscribe via RSS