Posts

  • omniauth-google-oauth2

    Oauth2 strategy for Google

    Strategy to authenticate with Google via OAuth2 in OmniAuth.

    Get your API key at: https://code.google.com/apis/console/ Note the Client ID and the Client Secret.

    For more details, read the Google docs: https://developers.google.com/accounts/docs/OAuth2

    Tags: #ruby β€’ omniauth β€’ google-oauth2

  • YOLOv3

    Keras implementation of yolo v3 object detection.

    Keras(TF backend) implementation of yolo v3 objects detection.

    According to the paper YOLOv3: An Incremental Improvement.

    Tags: #python β€’ yolov3 β€’ object-detection

  • gst1-java-core

    Java bindings for GStreamer 1.x

    See the [examples repository][gst1-examples] for some self-contained projects to get you started. Use the [Javadoc][gst1-javadoc]! - all classes are documented, and include links to the relevant native documentation where appropriate. Please use the [GStreamer-Java mailing list][gstreamer-java-group] to ask questions.

    To try the examples you will need [GStreamer installed][gstreamer-download] on your system. Other options for deployment are possible - see requirements below.

    Please note, this is not an easy-to-use multimedia framework for beginners. It currently requires people to know the Java language and be familiar with the GStreamer framework (and possibly be prepared to apply things from tutorials on GStreamer programming in other languages to the Java bindings).

    Tags: #java β€’ gstreamer

  • progress.js

    ProgressJs is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.

    ProgressJs is a JavaScript and CSS3 library which helps developers create and manage progress bars for every object on the page.

    Tags: #javascript

  • main-bower-files

    Getting all main bower files

    var mainBowerFiles = require('main-bower-files');
    var files = mainBowerFiles([[filter, ]options][, callback]);
    

    If first argument is type of String, Array or RegExp it will be used as a filter, otherwise it will be used as options.

    This will read your bower.json, iterate through your dependencies and returns an array of files defined in the main property of the packages bower.json.

    You can override the behavior if you add an overrides property to your own bower.json.

    Tags: #javascript

  • apod-api

    Astronomy Picture of the Day API service

    A microservice written in Python with the Flask micro framework.

    Tags: #python β€’ astronomy-picture β€’ astronomy

  • ServerListPlus

    A flexible Minecraft plugin to customize the appearance of your server in the server list

    Important Notice

    ServerListPlus is no longer receiving new features and is only updated to fix bugs or compatibility issues. Contributions are welcome! If you are happy with ServerListPlus, you can continue using it.

    ServerListPlus is an extremely customizable server status ping plugin for Minecraft. It provides an easy-to-use configuration for almost everything possible using the server status ping. The plugin aims to become the universal solution for server status ping customization, available for:

    • Bukkit/Spigot/Paper/Folia
    • BungeeCord
    • Velocity
    • Sponge
    • CanaryMod

    ServerListPlus is also available as standalone server that can be used independent from other server implementations e.g. during maintenance.

    Tags: #java β€’ minecraft β€’ bukkit

  • wp-migrations

    WordPress library for managing database table schema upgrades and data seeding

    A WordPress library for managing database table schema upgrades and data seeding.

    Ever had to create a custom table for some plugin or custom code to use? To keep the site updated with the latest version of that table you need to keep track of what version the table is at. This can get overly complex for lots of tables.

    This package is inspired by Laravel’s database migrations. You create a new migration PHP file, add your schema update code, and optionally include a rollback method to reverse the change.

    Simply run wp dbi migrate on the command line using WP CLI and any migrations not already run will be executed.

    The great thing about making database schema and data updates with migrations, is that the changes are file-based and therefore can be stored in version control, giving you better control when working across different branches.

    Tags: #php

  • rails-observers

    Rails observer (removed from core in Rails 4.0)

    Rails Observers (removed from core in Rails 4.0)

    Tags: #ruby

  • qandidate-toggle

    Feature toggling for your PHP application

    Read our blog post series about this repository at:

    • http://labs.qandidate.com/blog/2014/08/18/a-new-feature-toggling-library-for-php/
    • http://labs.qandidate.com/blog/2014/08/19/open-sourcing-our-feature-toggle-api-and-ui/

    Tags: #php

subscribe via RSS