Posts

  • 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

  • five-video-classification-methods

    Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

    The five video classification methods:

    1. Classify one frame at a time with a ConvNet
    2. Extract features from each frame with a ConvNet, passing the sequence to an RNN, in a separate network
    3. Use a time-dstirbuted ConvNet, passing the features to an RNN, much like #2 but all in one network (this is the lrcn network in the code).
    4. Extract features from each frame with a ConvNet and pass the sequence to an MLP
    5. Use a 3D convolutional network (has two versions of 3d conv to choose from)

    See the accompanying blog post for full details: https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5

    Tags: #python • machine-learning • deep-learning

  • SpessaSynth

    MIDI SoundFont/DLS player and editor written in TypeScript.

    SpessaSynth: Local Edition comes with easier soundfont management than the demo version, also allowing to use it offline! You can download it here.

    [!IMPORTANT] Firefox is recommended due to Chromium’s 4GB memory limit. A decent computer is also recommended for high-polyphony sound banks.

    Recommended high-quality SoundFont for Local Edition

    Tags: #typescript • midi • midi-files

  • active_event_store

    Rails Event Store in a more Rails way

    Active Event Store is a wrapper over Rails Event Store which adds conventions and transparent Rails integration.

    Tags: #ruby • rails • event-sourcing

subscribe via RSS