Posts

  • currency-cop

    👮💸 Currency Cop is the net worth calculator for Path of Exile

    Basically takes your private / public stashes and tells you how much chaos you have.

    Tags: #javascript • pathofexile • currency

  • RateLimitBundle

    Add rate limits to your controllers / actions easily through annotations

    • Simple usage through annotations
    • Customize rates per controller, action and even per HTTP method
    • Multiple storage backends: Redis, Memcached and Doctrine cache

    Tags: #php

  • jbrowse

    A modern genome browser built with JavaScript and HTML5.

    To install jbrowse, visit http://jbrowse.org/blog and download the latest JBrowse zip file. See instructions at http://jbrowse.org/docs/installation.html for a tutorial on setting up a sample instance.

    Tags: #javascript • genomics • genome-browser

  • ClassifyView

    No longer maintained

    实现原理 ClassifyView包裹这一个RecyclerView,当点击这个RecyclerView会弹出一个Dialog 该Dialog的布局会传入另一个RecyclerView.想详细了解,~可以查看 博客~

    Tags: #java

  • foreman_ansible

    :arrow_forward: Ansible integration in Foreman

    Reporting and facts import from Ansible to Foreman.

    Tags: #ruby • ansible • foreman

  • php-ftp-client

    A flexible FTP and SSL-FTP client for PHP

    A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.

    This package is aimed to remain simple and light. It’s only a wrapper of the FTP native API of PHP, with some useful helpers. If you want to customize some methods, you can do this by inheriting one of the 3 classes of the package.

    Tags: #php

  • next-sitemap

    Sitemap generator for next.js. Generate sitemap(s) and robots.txt for all static/pre-rendered/dynamic/server-side pages.

    Sitemap generator for next.js. Generate sitemap(s) and robots.txt for all static/pre-rendered/dynamic/server-side pages.

    Tags: #typescript • nextjs • react

  • companienv

    Companion for .env files

    Your companion for .env files. Everybody knows about 12 factor and environments variables now. A lot of frameworks such as Symfony are using a .env file to configure the application, but we don’t have anything to help users to complete their local .env file.

    Companienv will helps you manage the .env files, from a reference .env.dist version in your code repository. Companienv can:

    Tags: #php • dotenv • companion

  • roxy-wi

    Web interface for managing Haproxy, Nginx and Keepalived servers

    Web interface(user-friendly web GUI, alerting, monitoring and secure) for managing HAProxy, Nginx and Keepalived servers. Leave your feedback

    Tags: #javascript • haproxy-servers • web-interface

  • babel-plugin-add-module-exports

    【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6

    However, the plugin doesn’t change the pure-esmodule. this plugin makes changes only when exists exports.default (in other words, using commonjs).

    {
      "presets": [["@babel/env", { "modules": false }]],
      "plugins": ["add-module-exports"]
    }
    

    into

    export default 'foo'
    

    1.0.0 Currently support is commonjs and umd. Doesn’t support amd, systemjs modules(don’t use. there are no plans to support at the moment).

    Tags: #javascript • babel-plugin

subscribe via RSS