Posts

  • Sony-PMCA-RE

    Reverse Engineering Sony Digital Cameras

    This tool interfaces with Sony digital cameras through USB. It allows to tweak settings, dump firmware, and in some cases install custom Android apps.

    Tags: #python

  • bulk_insert

    Efficient bulk inserts with ActiveRecord

    A little ActiveRecord extension for helping to insert lots of rows in a single insert statement.

    Tags: #ruby

  • editorjs-php

    PHP backend for Editor.js

    Server-side implementation sample for the Editor.js. It contains data validation, HTML sanitization and converts output from Editor.js to the Block objects.

    Tags: #php • codex • codex-editor

  • auto-session-timeout

    Provides automatic session timeout in a Rails application.

    Provides automatic session timeout in a Rails application. Very easy to install and configure. Have you ever wanted to force your users off your app if they go idle for a certain period of time? Many online banking sites use this technique. If your app is used on any kind of public computer system, this gem is a necessity.

    Tags: #ruby

  • pytorch-forecasting

    Time series forecasting with PyTorch

    If you are working on windows, you need to first install PyTorch with

    pip install torch -f https://download.pytorch.org/whl/torch_stable.html.

    Otherwise, you can proceed with

    pip install pytorch-forecasting

    Alternatively, you can install the package via conda

    conda install pytorch-forecasting pytorch -c pytorch>=1.7 -c conda-forge

    PyTorch Forecasting is now installed from the conda-forge channel while PyTorch is install from the pytorch channel.

    To use the MQF2 loss (multivariate quantile loss), also install pip install git+https://github.com/KelvinKan/CP-Flow.git@package-specific-version --no-deps

    Tags: #python • pytorch • forecasting

  • angular-spring-data-rest

    An AngularJS module to ease the work with a Spring Data REST backend.

    An AngularJS module with an additional interceptor which eases the work with a Spring Data REST backend.

    Tags: #javascript • angular • spring

  • workarea

    Workarea is an enterprise-grade Ruby on Rails commerce platform

    We encourage you to contribute to Workarea! Check out our articles on contribution on https://developer.workarea.com.

    Tags: #ruby • ecommerce • ecommerce-platform

  • react-monaco-editor

    Monaco Editor for React.

    To build the examples locally, run:

    yarn
    cd example
    yarn
    yarn start
    

    Then open http://localhost:8886 in a browser.

    Tags: #typescript • react • monaco-editor

  • smac

    SMAC: The StarCraft Multi-Agent Challenge

    SMAC is WhiRL’s environment for research in the field of collaborative multi-agent reinforcement learning (MARL) based on Blizzard’s StarCraft II RTS game. SMAC makes use of Blizzard’s StarCraft II Machine Learning API and DeepMind’s PySC2 to provide a convenient interface for autonomous agents to interact with StarCraft II, getting observations and performing actions. Unlike the PySC2, SMAC concentrates on decentralised micromanagement scenarios, where each unit of the game is controlled by an individual RL agent.

    Please refer to the accompanying paper and blogpost for the outline of our motivation for using SMAC as a testbed for MARL research and the initial experimental results.

    Tags: #python • starcraft-ii • reinforcement-learning

  • nextcloud-oidc-login

    Nextcloud login via a single OpenID Connect 1.0 provider

    Make possible create users and login via one single OpenID Connect provider. Even though a fork of nextcloud-social-login, it fundamentally differs in two ways - aims for simplistic, single provider login (and hence is very minimalistic), and it supports having LDAP as the primary user backend. This way, you can use OpenID Connect to login to Nextcloud while maintaining an LDAP backend with attributes with the LDAP plugin. Supports automatic discovery of endpoints through the OpenID Connect spec, with a single provider configuration attribute. It also supports accessing Nextcloud WebDAV using a providers bearer token.

    Tags: #php • nextcloud • nextcloud-login

subscribe via RSS