Posts
-
pyprob
A probabilistic programming system for simulators and high-performance computing (HPC), based on PyTorch
We support front ends in multiple languages through the PPX interface that allows execution of models and inference engines in separate programming languages, processes, and machines connected over a network.
Tags: #python
-
php-json-schema
PHP 5.3 implementation of json schema validation.
- PHP 5.3 or greater (requires namespace and closure support)
Tags: #php
-
libretime
LibreTime: Radio Broadcast & Automation Platform
The LibreTime follows the standardized Collective Code Construction Contract (C4). Its abstract is provided here.
C4 provides a standard process for contributing, evaluating and discussing improvements on software projects. It defines specific technical requirements for projects like a style guide, unit tests, git and similar platforms. It also establishes different personas for projects, with clear and distinct duties. C4 specifies a process for documenting and discussing issues including seeking consensus and clear descriptions, use of “pull requests” and systematic reviews.
The full text of the contract is licensed under the GPL and available at the above link courtesy of the ZeroMQ community.
Tags: #php • radio • broadcasting
-
redlock-rb
Redlock is a redis-based distributed lock implementation in Ruby
Distributed locks are a very useful primitive in many environments where different processes require to operate with shared resources in a mutually exclusive way.
There are a number of libraries and blog posts describing how to implement a DLM (Distributed Lock Manager) with Redis, but every library uses a different approach, and many use a simple approach with lower guarantees compared to what can be achieved with slightly more complex designs.
This is an implementation of a proposed distributed lock algorithm with Redis. It started as a fork from antirez implementation.
Tags: #ruby • redis • lock
-
postgraphile-plugin-connection-filter
Filtering on PostGraphile connections
Adds a powerful suite of filtering capabilities to a PostGraphile schema.
Warning: Use of this plugin with the default options may make it astoundingly trivial for a malicious actor (or a well-intentioned application that generates complex GraphQL queries) to overwhelm your database with expensive queries. See the Performance and Security section below for details.
Tags: #typescript • graphile • graphile-build
-
laravel-face-auth
Laravel Face authentication
This package uses Microsoft’s cognitive API to identify faces instead of passwords for your Laravel application.
Tags: #php • laravel • microsoft-cognitive-services
-
py_cui
A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
py_cuiis a python library meant to simplify writing command line user interfaces in python. It relies oncursesfor terminal rendering, which is traditionally a unix-specific, however, you may use the windows-curses module to runpy_cuion windows.The main advantage
py_cuihas over typical text-based user interface builders is that it relies on widgets and a grid layout manager like most traditional graphical user interfaces. You may define a grid size, and then drop predefined widgets onto it into specific grid locations. Widgets can also be stretched accross multiple grid rows and columns. If you’ve ever made a Tkinter GUI, you will feel right at home.If you would like to contribute, feel free to make an issue or pull request after reading through the
CONTRIBUTING.mdfile.Tags: #python • cui • tui
-
webvr-boilerplate
A starting point for web-based VR experiences that work on all VR headsets.
A THREE.js-based starting point for cross-platform web-based VR experiences.
This project relies heavily on the WebVR Polyfill to provide VR support if the WebVR API is not implemented. It also uses the WebVR UI project to render the UI to enter VR and magic window modes. See here for a live demo.
Tags: #javascript
-
laravel-tournaments
Laravel Package that allows you to generate customizable tournaments trees.
- Single Elimination Trees Generation
- Single Elimination with Preliminary Round Generation
- Playoff Generation
- Third place fight
- List of Fights Generation
- Customize Preliminary Round Size
- Customize area number (1,2,4,8)
- Modify Single Elimination Tree generation on the fly
- Use teams instead of competitors
Tags: #php • tournament • laravel-5-package
-
bibi
Bibi | EPUB Reader on your website.
- EPUB 3+ and 2 compliant. Supports both reflowable and fixed-layout books of various language.
- Made with JavaScript. Works compatibly with all major web browsers on various OS/devices.
- Free. Open source software released under the MIT License.
Tags: #javascript
subscribe via RSS