Posts

  • shinyproxy

    ShinyProxy - Open Source Enterprise Deployment for Shiny

    Open Source Enterprise Deployment for Shiny Apps

    Learn more at https://shinyproxy.io

    Tags: #java

  • safe-react

    Gnosis Safe – The most trusted platform to store digital assets on Ethereum

    The most trusted platform to store digital assets on Ethereum. More info at gnosis-safe.io

    This repository contains the code for the frontend code hosted at [https://gnosis-safe.io/app/]

    Besides the Ethereum Mainnet, the following networks are supported:

    For technical information please refer to the Gnosis Developer Portal.

    For support requests, please open up a bug issue or reach out via Discord.

    Tags: #typescript

  • paypal-php-library

    PHP PayPal SDK Class Library for Classic APIs

    This PHP class library for PayPal makes it easy to integrate PayPal APIs, including the PayPal REST APIs and Classic APIs like the Payments Standard Button Manager, Invoicing, General Merchant APIs, and Permissions.


    Tags: #php

  • EvoSkeleton

    Official project website for the CVPR 2020 paper (Oral Presentation) “Cascaded deep monocular 3D human pose estimation wth evolutionary training data”

    This is the project website containing relevant files for the CVPR 2020 paper “Cascaded deep monocular 3D human pose estimation with evolutionary training data”. The usage and instructions are organized into several parts serving distinct purposes. Please visit the corresponding sub-page for details. For Q&A, go to discussions. If you believe there is a technical problem, submit to issues.

    News:

    (2021-04-08): Release v-1.0. The support for pre-trained models is strengthened. More details have been added to the supplementary material.

    Tags: #python • human-pose-estimation • 3d-pose-estimation

  • web-push-php-example

    An example for sending Web Push notifications, using web-push-php

    Navigating through the commits and files will help you build:

    • on the client
      • a user friendly opt-in push notification button
    • on the server
      • an endpoint for managing your push notification subscriptions
      • an endpoint that triggers push notification thanks to web-push-php

    Tags: #javascript • webpush • php

  • seed-fu

    Advanced seed data handling for Rails, combining the best practices of several methods together.

    User.seed do |s|
      s.id    = 1
      s.login = "jon"
      s.email = "jon@example.com"
      s.name  = "Jon"
    end
    
    User.seed do |s|
      s.id    = 2
      s.login = "emily"
      s.email = "emily@example.com"
      s.name  = "Emily"
    end
    

    Tags: #ruby

  • component-compiler-utils

    Lower level utilities for compiling Vue single file components

    Lower level utilities for compiling Vue single file components

    This package contains lower level utilities that you can use if you are writing a plugin / transform for a bundler or module system that compiles Vue single file components into JavaScript. It is used in vue-loader version 15 and above.

    The API surface is intentionally minimal - the goal is to reuse as much as possible while being as flexible as possible.

    Tags: #typescript

  • json_api_client

    Build client libraries compliant with specification defined by jsonapi.org

    This gem is meant to help you build an API client for interacting with REST APIs as laid out by http://jsonapi.org. It attempts to give you a query building framework that is easy to understand (it is similar to ActiveRecord scopes).

    Note: master is currently tracking the 1.0.0 specification. If you’re looking for the older code, see 0.x branch

    Tags: #ruby • jsonapiclient • json-api

  • ciri

    Ciri is an Ethereum implementation written in Ruby.

    clone repo and submodules

    git clone --recursive https://github.com/ciri-ethereum/ciri.git
    

    Tags: #ruby • ethereum • eth

  • gemirro

    Gem to automatically make a rubygems mirror.

    Gemirro is a Ruby application that makes it easy way to create your own RubyGems mirror without having to push or write all gem you wanted in a configuration file. It does mirroring without any authentication and you can add your private gems in the gems directory. More, to mirroring a source, you only need to start the server, and gems will automaticly be downloaded when needed.

    Tags: #ruby

subscribe via RSS