Posts

  • birt

    Eclipse BIRT™ The open source reporting and data visualization project.

    The open source Eclipse BIRT reporting and data visualization project.

    Tags: #java

  • stitches

    Create a Microservice in Rails with minimal ceremony

    Add to your Gemfile:

    gem 'stitches'
    

    Then:

    bundle install
    

    Then, set it up:

    > bin/rails generate stitches:api
    > bundle exec rake db:migrate
    

    Tags: #ruby • ruby-gem • rails-engine

  • servo

    Netflix Application Monitoring Library

    This project receives minimal maintenance to keep software that relies on it working. There is no active development or planned feature improvement. For any new projects it is recommended to use the Spectator library instead.

    For more details see the Servo comparison page in the Spectator docs.

    Tags: #java

  • homebrew-rmtree

    Remove a formula and its unused dependencies

    It’s an external command for Homebrew that provides a new command, rmtree, that will uninstall that formula, and uninstall any of its dependencies that have no formula left installed that depend on them. The command will check all dependencies recursively starting at the one specified on the command line.

    This is tricky business. So this command comes with a warning.

    Tags: #ruby

  • YcShareElement

    Easy to implement Android ShareElement Animation(轻松实现Android ShareElement动画)

    add Maven

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

    add implementation

    dependencies {
        implementation 'com.github.yellowcath:YcShareElement:1.3.2'  
        //for androidx
        implementation 'com.github.yellowcath:YcShareElement:1.3.2.x'
    }
    

    Tags: #java

  • feather

    Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow

    Feather development lives on in Apache Arrow. The arrow R package includes a much faster implementation of Feather, i.e. arrow::read_feather. The Python package feather is now a wrapper around pyarrow.feather.

    Tags: #javascript

  • lerna-changelog

    :book: PR-based changelog generator with monorepo support

    If you have a packages folder and your projects in subfolders of that folder lerna-changelog will detect it and include the package names in the changelog for the relevant changes.

    Tags: #typescript • lerna • lerna-changelog

  • rating

    Laravel Eloquent Rating allows you to assign ratings to any model.

    Renoki Co. on GitHub aims on bringing a lot of open source projects and helpful projects to the world. Developing and maintaining projects everyday is a harsh work and tho, we love it.

    If you are using your application in your day-to-day job, on presentation demos, hobby projects or even school projects, spread some kind words about our work or sponsor our work. Kind words will touch our chakras and vibe, while the sponsorships will keep the open source projects alive.

    Tags: #php • laravel • model

  • ansible-openwisp2

    Ansible role that installs and upgrades openwisp 2

    Since August 2018 there’s a new fast and easy way to install OpenWISP 2 for testing purposes leveraging Vagrant, a popular open source tool for building and maintaining portable virtual software development environments.

    To use this new way, clone the repository vagrant-openwisp2, it contains the instructions (in the README.md) and the vagrant configuration to perform the automatic installation.

    Alternatively, you can read on to learn how to install VirtualBox and run ansible-openwisp2 manually, this is useful if you need to test advanced customisations of OpenWISP.

    Tags: #python • openwisp • ansible-role

  • laravel-eloquent-uuid

    A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.

    A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.

    Both v1 and v4 IDs are supported out of the box, however should you need v3 or v5 support, you can easily add this in.

    Tags: #php • open-source • laravel

subscribe via RSS