Posts

  • glci

    🦊 Test your Gitlab CI Pipelines changes locally using Docker.

    Ease GitLab CI Pipelines set-up by running your jobs locally in Docker containers.

    Why ? Because I did not want to commit, push, and wait for my jobs to run on the GitLab UI to figure I forgot to install make before running make build.

    📣 Disclaimer: this is a helper tool aiming to facilite the process of setting up GitLab CI Pipelines. glci does NOT aim to replace any other tool.

    Tags: #javascript • gitlab • ci

  • PHPMatrix

    PHP Class for handling Matrices

    • power() function
    • Decomposition
      • Cholesky Decomposition
      • EigenValue Decomposition
        • EigenValues
        • EigenVectors

    Tags: #php

  • ISO-3166-Countries-with-Regional-Codes

    ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets

    These lists are the result of merging data from two sources, the Wikipedia ISO 3166-1 article for alpha and numeric country codes, and the UN Statistics site for countries’ regional, and sub-regional codes. In addition to countries, it includes dependent territories.

    The International Organization for Standardization (ISO) site provides partial data (capitalised and sometimes stripped of non-latin ornamentation), but sells the complete data set as a Microsoft Access 2003 database. Other sites give you the numeric and character codes, but there appeared to be no sites that included the associated UN-maintained regional codes in their data sets. I scraped data from the above two websites that is all publicly available already to produce some ready-to-use complete data sets that will hopefully save someone some time who had similar needs.

    Tags: #ruby • region-codes • countries

  • react-native-sqlite-storage

    SQLite3 Native Plugin for React Native for both Android (Classic and Native), iOS and Windows

    Foundation of this library is based on Chris Brody’s Cordova SQLite plugin.

    Features:

    1. iOS and Android supported via identical JavaScript API.
    2. Android in pure Java and Native modes
    3. SQL transactions
    4. JavaScript interface via plain callbacks or Promises.
    5. Pre-populated SQLite database import from application bundle and sandbox

    There are sample apps provided in test directory that can be used in with the AwesomeProject generated by React Native. All you have to do is to copy one of those files into your AwesomeProject replacing index.ios.js.

    Please let me know your projects that use these SQLite React Native modules. I will list them in the reference section. If there are any features that you think would benefit this library please post them.

    The library has been tested with React 16.2 (and earlier) and XCode 7,8,9 - it works fine out of the box without any need for tweaks or code changes. For XCode 7,8 vs. XCode 6 the only difference is that sqlite ios library name suffix is tbd instead of dylib.

    Version 3.2 is the first version compatible with RN 0.40.

    Tags: #java

  • 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

subscribe via RSS