Posts

  • 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

  • discord-irc

    Connects Discord and IRC channels by sending messages back and forth.

    Connects Discord and IRC channels by sending messages back and forth.

    Tags: #javascript

  • critical-path-css-rails

    Only load the CSS you need for the initial viewport in Rails!

    Only load the CSS you need for the initial viewport in Rails!

    This gem gives you the ability to load only the CSS you need on an initial page view. This gives you blazin’ fast rending as there’s no initial network call to grab your application’s CSS.

    This gem assumes that you’ll load the rest of the CSS asyncronously. At the moment, the suggested way is to use the loadcss-rails gem.

    This gem uses Penthouse to generate the critical CSS.

    Tags: #ruby • css-path • css-generator

  • xlsx2csv

    Convert xslx to csv, it is fast, and works for huge xlsx files

    xlsx to csv converter (http://github.com/dilshod/xlsx2csv)

    Converts xlsx files to csv format. Handles large XLSX files. Fast and easy to use.

    Tags: #python

subscribe via RSS