Posts

  • gitfs

    Version controlled file system

    gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository’s branch locally, and any subsequent changes made to the files will be automatically committed to the remote.

    gitfs was developed by the awesome engineering team at Presslabs, a Managed WordPress Hosting provider.

    Tags: #python • fuse-filesystem • git

  • nassh-relay

    Relay Server for the Secure Shell Chromium plugin

    Relay Server for the Secure Shell Chromium plugin

    Tags: #java • chromium-plugin • relay-server

  • Remodal

    No longer actively maintained.

    • All modern browsers are supported.
    • IE8+. To enable IE8 styles add the lt-ie9 class to the html element, as modernizr does.
    • jQuery, jQuery2, Zepto support.
    • Browserify support.

    Tags: #javascript

  • react-highcharts

    React wrapper for Highcharts library

    react-highcharts | react-highcharts/more | react-highcharts/highstock | react-highcharts/highmaps

    You can also see Code for the demo and run demo locally

    Tags: #javascript • highcharts • react-highcharts

  • pycm

    Multi-class confusion matrix library in Python

    Tags: #python • machine-learning • confusion-matrix

  • rasa-ui

    Rasa UI is a frontend for the Rasa Framework

    Rasa UI is a web application built on top of, and for Rasa. Rasa UI provides a web application to quickly and easily be able to create and manage bots, NLU components (Regex, Examples, Entities, Intents, etc.) and Core components (Stories, Actions, Responses, etc.) through a web interface. It also provides some convenience features for Rasa, like training and loading your models, monitoring usage or viewing logs.

    Tags: #javascript • rasa-nlu • nlp

  • 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

subscribe via RSS