Posts

  • laravel-auto-presenter

    A system for auto-decorating models with presenters

    • Automatically decorate objects bound to views
    • Automatically decorate objects within paginator instances
    • Automatically decorate objects within arrays and collections

    Tags: #php • hacktoberfest

  • javascript-sdk

    Javascript SDK to communicate with Binance Chain.

    If you do not need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk --no-optional
    # Or:
    $ yarn add @binance-chain/javascript-sdk --no-optional
    

    If you need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk
    # Or:
    $ yarn add @binance-chain/javascript-sdk
    

    Tags: #typescript • sdk • frontend

  • ts-node-dev

    Compiles your TS app and restarts when files are modified.

    Tweaked version of node-dev that uses ts-node under the hood.

    It restarts target node process when any of required files changes (as standard node-dev) but shares Typescript compilation process between restarts. This significantly increases speed of restarting comparing to node-dev -r ts-node/register ..., nodemon -x ts-node ... variations because there is no need to instantiate ts-node compilation each time.

    Tags: #typescript

  • rubick

    🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。

    Tags: #typescript • electron • vuejs

  • stemcell

    Airbnb’s EC2 instance creation and bootstrapping tool

    Stemcell launches instances in EC2. These instances are created to your specification, with knobs like AMI, instance type, and region exposed. The instances are bootstrapped with chef-solo, using a specified git repo and branch as the source of roles and recipes.

    Tags: #ruby

  • cocoapods-binary

    integrate pods in form of prebuilt frameworks conveniently, reducing compile time

    You may wonder why CocoaPods doesn’t have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods in your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, leaving us time to think about the meaning of life.

    This plugin implements this simple wish. Replace the source code in pod target with prebuilt frameworks.

    Why don’t use Carthage? While Carthage also integrates libs in form of frameworks, there several reasons to use CocoaPods with this plugin:

    • Pod is a good simple form to organize files, manage dependencies. (private or local pods)
    • Fast switch between source code and binary, or partial source code, partial binaries.
    • Some libs don’t support Carthage.

    Tags: #ruby • cocoapods-plugin • compile-time

  • cashier-stripe

    Laravel Cashier provides an expressive, fluent interface to Stripe’s subscription billing services.

    Laravel Cashier provides an expressive, fluent interface to Stripe’s subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle coupons, swapping subscription, subscription “quantities”, cancellation grace periods, and even generate invoice PDFs.

    Tags: #php • laravel • stripe

  • bulk_insert

    Efficient bulk inserts with ActiveRecord

    A little ActiveRecord extension for helping to insert lots of rows in a single insert statement.

    Tags: #ruby

  • express-typescript-boilerplate

    A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

    Our main goal with this project is a feature complete server application. We like you to be focused on your business and not spending hours in project configuration.

    Try it!! We are happy to hear your feedback or any kind of new features.

    Tags: #typescript • expressjs • nodejs

  • phpvirtualbox

    A web interface to manage and access Virtualbox machines.

    phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)

    with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors)

    Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)

    FREE, WITHOUT WARRANTY:

    All files of this program (phpVirtualBox) are distributed under the terms contained in the LICENSE.txt file in this folder unless otherwise specified in an individual source file. By using this software, you are agreeing to the terms contained therein. If you have not received and read the license file, or do not agree with its conditions, please cease using this software immediately and remove any copies you may have in your possession.

    Tags: #php

subscribe via RSS