Posts

  • holidays

    A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!

    Functionality to deal with holidays in Ruby.

    Extends Ruby’s built-in Date and Time classes and supports custom holiday definition lists.

    Tags: #ruby

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

  • isitup-for-slack

    Custom slash command to use isitup.org to check if a site is up from within Slack

    Custom slash command to use isitup.org to check if a site is up from within Slack

    Tags: #php

  • vqa.pytorch

    Visual Question Answering in Pytorch

    /!\ New version of pytorch for VQA available here: https://github.com/Cadene/block.bootstrap.pytorch

    This repo was made by Remi Cadene (LIP6) and Hedi Ben-Younes (LIP6-Heuritech), two PhD Students working on VQA at UPMC-LIP6 and their professors Matthieu Cord (LIP6) and Nicolas Thome (LIP6-CNAM). We developed this code in the frame of a research paper called MUTAN: Multimodal Tucker Fusion for VQA which is (as far as we know) the current state-of-the-art on the VQA 1.0 dataset.

    The goal of this repo is two folds:

    • to make it easier to reproduce our results,
    • to provide an efficient and modular code base to the community for further research on other VQA datasets.

    If you have any questions about our code or model, don’t hesitate to contact us or to submit any issues. Pull request are welcome!

    Tags: #python • vqa • deep-learning

  • fun-task

    Abstraction for managing asynchronous code in JS

    An abstraction for managing asynchronous code in JS.

    * The name is an abbreviation for “functional task” (this library is based on many ideas from Functional Programming). The type that library implements is usually referred to in the documentation as just “Task”.

    Tags: #javascript • fp • promise

  • react-intersection-observer

    React component for the Intersection API

    npm install --save @researchgate/react-intersection-observer
    

    :warning: Please make sure you have the minimum node version installed (as defined in the package.json)

    Otherwise you run into this build error:

    The engine "node" is incompatible with this module. Expected version ">=10.18.1". Got "10.15.3"

    Tags: #javascript • react • intersection-observer

  • goby

    Command-line role-playing game framework

    Goby is a Ruby framework for creating CLI-based role-playing games. Goby comes with out-of-the-box support for 2D map development, background music, monster battles, customizable items & map events, stats, equipment, and so much more. With thorough testing and documentation, it’s even easy to expand upon the framework for special, unique features. If you are looking to create the next classic command-line RPG, then look no further!

    Goby will always be free and open source software. If you have any questions, please contact nskins@umich.edu.

    Tags: #ruby • text-rpg • rpg

  • Fame

    A blog power by spring-boot and vue

    开发框架 版本
    Spring Boot 2.6.0
    MyBatis-Plus 3.4.3.4
    Vue3 3.2.36
    Element Plus 2.2.13
    Typescript 4.7.2
    Nuxt 2.15.8

    Tags: #java • fame • mysql

  • svg-gauge

    Minimalistic, animated SVG gauge. Zero dependencies

    Minmalistic, configurable, animated SVG gauge. Zero dependencies

    Tags: #javascript • gauge • svg

  • nprogress-rails

    Slim progress bars for Ajax’y applications. Inspired by Google, YouTube, and Medium for the Rails Asset Pipeline (and some turbolinks/pjax/angular love)

    This is basically a ruby gem for asset pipeline which includes the version 0.2.0 of the awesome rstacruznprogress library.

    Tags: #javascript

subscribe via RSS