Posts

  • Basic implementation of Neural Architecture Search with Reinforcement Learning.

    Basic implementation of Controller RNN from Neural Architecture Search with Reinforcement Learning and Learning Transferable Architectures for Scalable Image Recognition.

    • Uses Keras to define and train children / generated networks, which are defined in Tensorflow by the Controller RNN.
    • Define a state space by using StateSpace, a manager which adds states and handles communication between the Controller RNN and the user.
    • Controller manages the training and evaluation of the Controller RNN
    • NetworkManager handles the training and reward computation of a Keras model

    Tags: #python • neural-architecture-search • keras

  • Transfer-Learning-Library

    Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization

    Tags: #python • domain-adaptation • transfer-learning

  • howitzer

    A Ruby-based framework for acceptance testing

    • Independent of a web application technical stack, language and architecture.
    • Fast installation and configuration of the complete testing infrastructure (takes less than 5 minutes).
    • Elegant, intuitive and powerful Ruby language underneath.
    • Possibility to choose your favorite BDD tool (Cucumber, RSpec or Turnip).
    • Integration with SauceLabs, Testingbot, BrowserStack, CrossBrowserTesting, LambdaTest cloud services.
    • Integration with MailGun, Gmail, Mailtrap email services.
    • Easy tests support based on the best patterns, techniques, principles.
    • Ability to execute tests against to both browserless driver and actual browsers with no changes in your tests.

    Tags: #ruby • howitzer • cucumber

  • phpipam

    phpipam development repository

    Website: https://phpipam.net/

    Tags: #php • ipam • management-system

  • countly-sdk-android

    Countly Product Analytics Android SDK

    This repository contains the Countly Android SDK, which can be integrated into Android applications. The Countly Android SDK is intended to be used with Countly Community Edition or Countly Enterprise Edition.

    Tags: #java • android-sdk • crash

  • castlemock

    Castle Mock is a web application that provides the functionality to mock out RESTful APIs and SOAP web services.

    Castle Mock can create mocked services based on WSDL, WADL, Swagger and RAML definition files. The web-services defined within the files will be mocked automatically by Castle Mock. Once the mocks for the web-services are created, they can be configured to mock the service or forward the request to the original endpoint. The response from the forwarded requests can be recorded automatically and used to create new mocked responses.

    Castle Mock is completely free and open source (Apache License). It is built with Java and the application itself is deployed to an Apache Tomcat server.

    Tags: #java • rest-api • restful-api

  • omniauth-wechat-oauth2

    Wechat OAuth2 Strategy for OmniAuth 1.0.

    Add to your Gemfile:

    gem "omniauth-wechat-oauth2"
    

    Then bundle install.

    Tags: #ruby

  • mollie-api-node

    Official Mollie API client for Node

    Mollie builds payment products, commerce solutions and APIs that let you accept online and mobile payments, for small online stores and Fortune 500s alike. Accepting [Credit Card][credit-card], [Apple Pay][apple-pay], [PayPal][paypal], [Klarna: Pay now][klarna-pay-now], [Klarna: Pay later][klarna-pay-later], [Klarna: Slice it][klarna-slice-it], [iDeal][ideal], [vouchers][meal-eco-gift-vouchers], [SEPA Bank Transfer][bank-transfer], [SEPA Direct Debit][direct-debit], [SOFORT banking][sofort], [Bancontact][bancontact], [Cartes Bancaires][cartes-bancaires], [EPS][eps], [PostePay][postepay], [Giropay][giropay], [KBC Payment Button][kbc-cbc], [Belfius Pay Button][belfius], [paysafecard][paysafecard], [gift cards][gift-cards], and [Przelewy24][przelewy24] online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.

    Tags: #typescript • mollie • receive-payments

  • embed

    Library to embed Typeforms in your website

    ⚠️ Important: This library it is not compatible with the new version of embed lib - version 1. These docs are for old embed library. Please use the new version here: https://github.com/Typeform/embed

    Typeform/embed is the client-side script and a CommonJS module that allows you to integrate a typeform into your website easily.

    This README file contains instructions to embed typeform into your website. If you are looking to set up the project locally for development and contribution, see CONTRIBUTING.md.

    If you are not comfortable with frontend development you can embed typeform via code snippets

    Tags: #typescript • use-production • type-library

  • twitter-cldr-js

    JavaScript implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more. Based on twitter-cldr-rb.

    TwitterCldr uses Unicode’s Common Locale Data Repository (CLDR) to format certain types of text into their localized equivalents via the Rails asset pipeline. It is a port of twitter-cldr-rb, a Ruby gem that uses the same CLDR data. Originally, this project was not a gem, but a collection of JavaScript files. It has been turned into a gem to move the JavaScript compiling routines from twitter-cldr-rb and provide support for the asset pipeline.

    Currently, twitter-cldr-js supports the following:

    1. Date and time formatting
    2. Relative date and time formatting (eg. 1 month ago)
    3. Number formatting (decimal, currency, and percentage)
    4. Long/short decimals
    5. Plural rules
    6. Bidirectional reordering
    7. Text Segmentation

    Tags: #javascript

subscribe via RSS