Posts

  • folktale

    A standard library for functional programming in JavaScript

    Folktale can be installed through [npm][]:

    $ npm install folktale
    

    Not using Node.js? [Check out our guide to running Folktale in other environments!][install]

    Tags: #javascript • functional • algebraic-data-types

  • gem_updater

    Update gems in your Gemfile and fetch their changelogs

    Every week or so, you wish to update your Gemfile, to do so, you just have to launch bundle update.

    Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the changelogs of updated gems.

    This process can be quite time consumming: you need to check on the internet for every updated gems, find where their changelog is hosted, and probably link to it in your commit message so that other developers will have a chance to review it too.

    gem_update will do exactly that for you. It updates your Gemfile (via bundle update) and finds links for changelogs of updated gems. All you have to do is to copy paste the output to the commit message, and you’re done! Obviously, you still have to read changelogs and adapt your code though ;)

    Tags: #ruby • gemfile • changelog

  • limiter

    Simple Ruby rate limiting mechanism.

    This gem implements a simple mechanism to throttle or rate-limit operations in Ruby.

    Tags: #ruby • gem • rate-limiting

  • larasupport

    📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.

    Laravel Package Support for Lumen: Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing Larasupport Package.

    Laravel Packages make use of various global helpers that are not available in Lumen core by default which prevents us from using any Laravel Package in Lumen.

    This package adds the missing pieces to make Lumen compatible along with the support for vendor:publish artisan command and other features.

    Tags: #php • laravel • laravel-packages

  • springboot-cloud

    :two_men_holding_hands: springboot + springcloud build micro service

    中文简介

    :point_right:Distributed Micro Service Based on SpringBoot + springCloud.:point_left:

    Tags: #java • springboot • springcloud

  • ws-scrcpy

    Web client prototype for scrcpy.

    Web client prototype for scrcpy.

    Tags: #typescript • android • websocket

  • Keyboard-Layout-Editor-for-Blender

    Allows you to import keyboard layouts into blender and render them in 3d

    Allows you to import keyboard layouts into blender and render them in 3d

    Tags: #python • blender • keyboard-layout

  • petergate

    Easy to use and read action and content based authorizations.

    Add this line to your application’s Gemfile:

    gem 'petergate'
    

    And then execute:

    bundle
    

    Or install it yourself as:

    gem install petergate
    

    Tags: #ruby • hacktoberfest • hacktoberfest2020

  • bitrix24-php-sdk

    A powerfull PHP library for the Bitrix24 REST API hacktoberfest

    Bitrix24-PHP-SDK has a two branches

    • 1.x with 5.x php support, bugfix and minor updates only
    • 2.x only with 7.3+ php support, active work

    Current master is 1.x branch

    Tags: #php

  • bumbag-ui

    Build accessible & themeable React applications with your Bumbag 👝

    Visit the Bumbag docs to get started with Bumbag.

    Tags: #typescript • react • ui

subscribe via RSS