Posts

  • 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

  • OpenMemories-Tweak

    Unlock your Sony camera’s settings

    An app to unlock settings on your Sony camera.

    • Remove the 30min video recording limit
    • Unlock the language menu
    • Disable the NTSC nag screen
    • For developers: Enable telnet and adb daemons

    Tags: #java

  • Graywater

    An Android library for decomposing RecyclerView layouts to improve scroll performance.

    Graywater is a RecyclerView adapter that facilitates the performant decomposition of complex and varied list items. It does this by mapping large data models to multiple viewholders, splitting the work needed to create a complex list item over multiple frames.

    The concept is based off of Facebook’s post on a faster news feed and Components for Android, which have been realized as Litho.

    Tumblr developed Graywater to improve scroll performance, reduce memory usage, and lay the foundation for a more modular codebase.

    The name “Graywater” comes from the process of recycling water.

    Tags: #java • android • android-library

subscribe via RSS