Posts

  • neuromancer

    Pytorch-based framework for solving parametric constrained optimization problems, physics-informed system identification, and parametric model predictive control.

    Neural Modules with Adaptive Nonlinear Constraints and Efficient Regularizations (NeuroMANCER) is an open-source differentiable programming (DP) library for solving parametric constrained optimization problems, physics-informed system identification, and parametric model-based optimal control. NeuroMANCER is written in PyTorch and allows for systematic integration of machine learning with scientific computing for creating end-to-end differentiable models and algorithms embedded with prior knowledge and physics.

    Tags: #python • constrained-optimization • control-systems

  • ocra

    One-Click Ruby Application Builder

    home :: https://github.com/larsch/ocra/

    issues :: http://github.com/larsch/ocra/issues

    forum :: http://groups.google.com/group/ruby-ocra

    Tags: #ruby

  • cloudstructs

    High-level constructs for AWS CDK

    High-level constructs for AWS CDK

    Tags: #typescript

  • Android-PWA-Wrapper

    Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps

    An Android Wrapper application to create native Android Apps from an offline-capable Progressive Web App.

    Drafted for the Android App of my Leasing Calculator Web App using React, Redux, Materialize.css and a lot of Offline-First love over at leasingrechnen.at.

    Tags: #java • android • android-wrapper

  • sass-rails

    Ruby on Rails stylesheet engine for Sass

    This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.

    Tags: #ruby

  • yasumi

    The easy PHP Library for calculating holidays

    Yasumi (Japanese for ‘Holiday’「休み」) is the easy PHP library that helps you retrieve the dates and names of holidays and other special celebrations from various countries/states. It is calculation and rule driven avoiding the need of a comprehensive database.

    Many services exist that can provide holiday information, however are either not entirely free or only offer limited information. In addition, no exhaustive PHP library exists today covering a wide range of holidays and countries. PEAR’s Date_Holidays library was a similar attempt, however it hasn’t been updated for a long time.

    Tags: #php • holiday • countries

  • laravel-request-docs

    Effortless API documentation tool for Laravel applications. Swagger alternative.

    • Light and Dark mode
    • Automatic rules fetching from injected Request and by regexp
    • Automatic routes fetching from Laravel Routes
    • Support for Laravel logs
    • Support for SQL query and query time
    • Support for HTTP response time and memory consumption
    • Support for Authorization Headers
    • Support for File uploads
    • Support for Eloquents events
    • Display extra documentation using markdown
    • Saves history previous requests
    • Added filters to sort, group and filter routes by methods, controllers, middlewares, routes
    • Export Laravel API, routes, rules and documentation to Postman and OpenAPI 3.0.0

    Tags: #php • laravel • laravel-package

  • 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

  • JSONCrush

    Compress JSON into URL friendly strings

    This simple system allows for excellent compression of uri encoded JSON strings using the JSCrush algorithm.

    • The JSCrush algorithm eliminates repeated substrings similar to the zip algorithm.
    • Strings are processed to swap out common json characters with ones that won’t be escaped in the URL.
    • This can be used to compress any type of string but is optimized for uri encoded JSON.
    • The algorithm speed is reasonable for most cases but can be slow for long strings (>10K characters).
    • The character \u0001 (start of heading) is used as a delimiter and will be removed if it appears.
    • No additional libraries or dependencies are required and minified code is under 2k!

    Tags: #javascript • json • url-shortener

  • pendulums-web-client

    Pendulums web client

    This repository keeps track of Pendulums client source.

    Tags: #java

subscribe via RSS