Posts

  • omniauth-facebook

    Facebook OAuth2 Strategy for OmniAuth

    📣 NOTICE We’re looking for maintainers to help keep this project up-to-date. If you are interested in helping please open an Issue expressing your interest. Thanks! 📣

    These notes are based on master, please see tags for README pertaining to specific releases.

    Facebook OAuth2 Strategy for OmniAuth.

    Supports OAuth 2.0 server-side and client-side flows. Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication

    Tags: #ruby

  • vscode-typescript-next

    Enables typescript@next as VS Code’s built-in TypeScript version

    VS Code extension that enables the nightly build of TypeScript (typescript@next) as VS Code’s built-in TypeScript version used to power JavaScript and TypeScript IntelliSense.

    Tags: #javascript

  • docker-plugin

    Jenkins cloud plugin that uses Docker

    This plugin allows containers to be dynamically provisioned as Jenkins agents using Docker. It is a Jenkins Cloud plugin for Docker.

    This plugin allows a Docker host to dynamically provision a container as a Jenkins agent node, lets that run a single build, then removes that node, without the build process or Jenkins job definition requiring any awareness of Docker.

    The Jenkins administrator configures Jenkins with Docker hosts, one or more “templates” that describe the labels/tags provided by the template, the Docker image, and Jenkins creates agents on-demand using those Docker containers.

    Tags: #java • docker • cloud

  • pyswarms

    A research toolkit for particle swarm optimization in Python

    • High-level module for Particle Swarm Optimization. For a list of all optimizers, check this link.
    • Built-in objective functions to test optimization algorithms.
    • Plotting environment for cost histories and particle movement.
    • Hyperparameter search tools to optimize swarm behaviour.
    • (For Devs and Researchers): Highly-extensible API for implementing your own techniques.

    Tags: #python • particle-swarm-optimization • optimization-tools

  • homebrew-zathura

    Homebrew formulae to build Zathura on Mac OS X

    Homebrew formulae to install Zathura and supporting PDF plugins on macOS.

    Tags: #ruby • zathura • homebrew

  • foreman_fog_proxmox

    Foreman plugin to add Proxmox compute resource based on fog-proxmox gem

    Foreman plugin that adds Proxmox compute resource: managing virtual machines and containers using the fog-proxmox module.

    It is intended to satisfy this feature.

    If you like it and need more features you can contribute or simply support it:

    Tags: #ruby • foreman • foreman-proxmox

  • rocket-nginx

    Rocket-Nginx is a Nginx configuration that makes WP-Rocket even faster by serving static pages directly without loading WordPress or PHP.

    1. Contributors
    2. Before You Start
    3. Installation
    4. Configuration
    5. Debug
    6. Limitations
    7. FAQ
    8. License

    Tags: #php • wordpress • nginx

  • fastexcel

    Generate and read big Excel files quickly

    There are not many alternatives when you have to generate xlsx Excel workbooks in Java. The most popular one (Apache POI) includes many features, but when it comes down to huge worksheets it quickly becomes a memory hog.

    Its streaming API may mitigate this problem but it introduces several limitations:

    • Its sliding window mechanism prevents you from accessing cells above the current writing position.
    • It writes stuff to a temporary file.
    • It comes with an overhead on the file size because shared strings are disabled by default. Enabling shared strings is likely to consume much more heap if you deal with string values.

    So, fastexcel has been created to offer an alternative with the following key points:

    • Limited set of features (basic style support, no graph support yet) and very simple API.
    • Reduced memory footprint and high performance by accumulating only necessary elements. XML stuff is piped to the output stream at the end.
    • Multithreading support: each worksheet in the workbook can be generated by a different thread, while fully supporting shared strings and styles.

    Tags: #java • excel • performance

  • ocLazyLoad

    Lazy load modules & components in AngularJS

    • Dependencies are automatically loaded
    • Debugger friendly (no eval code)
    • The ability to mix normal boot and load on demand
    • Load via the service or the directive
    • Use the embedded async loader or use your own (requireJS, …)
    • Load js (angular or not) / css / templates files
    • Compatible with AngularJS 1.2.x/1.3.x/1.4.x/1.5.x/1.6.x

    Tags: #javascript • angularjs • lazyload

  • sendportal

    Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.

    The core functionality of SendPortal is contained within the SendPortal Core package. If you would like to add SendPortal to an existing application that already handles user authentication, you only require SendPortal Core.

    Tags: #php • email-marketing • marketing-automation

subscribe via RSS