Posts
-
yii2-usuario
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
You can read the latest docs on http://yii2-usuario.readthedocs.io/en/latest/
Tags: #php • 2amigos • rbac
-
nano
🧬 Nano is a zero-config, no skeleton, minimal Hyperf distribution that allows you to quickly build a Hyperf application with just a single PHP file.
Nano is a zero-config, no skeleton, minimal Hyperf distribution that allows you to quickly build a Hyperf application with just a single PHP file.
Tags: #php
-
ftscroller
FTScroller is a cross-browser Javascript/CSS library to allow touch, mouse or scrollwheel scrolling within specified elements, with pagination, snapping and bouncing support.
FTScroller is a library for adding momentum scrolling to web content on devices with a touch interface, compatible across most modern platforms including desktop browsers. Although recently support for
overflow: scroll(or touch equivalents) has increased, this is often still not implemented in a cross-platform or backwards-compatible way, and with no support for features like snapping.FTScroller is developed by FT Labs, part of the Financial Times. It is inspired by Touchscroll and Zynga Scroller, but is a complete rewrite. It is extensively used in the FT Web App, and was developed to achieve better performance and compatibility, including mouse and touch input.
Tags: #javascript
-
stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Stable Baselines3 (SB3) is a set of reliable implementations of reinforcement learning algorithms in PyTorch. It is the next major version of Stable Baselines.
You can read a detailed presentation of Stable Baselines3 in the v1.0 blog post.
These algorithms will make it easier for the research community and industry to replicate, refine, and identify new ideas, and will create good baselines to build projects on top of. We expect these tools will be used as a base around which new ideas can be added, and as a tool for comparing a new approach against existing ones. We also hope that the simplicity of these tools will allow beginners to experiment with a more advanced toolset, without being buried in implementation details.
Note: despite its simplicity of use, Stable Baselines3 (SB3) assumes you have some knowledge about Reinforcement Learning (RL). You should not utilize this library without some practice. To that extent, we provide good resources in the documentation to get started with RL.
Tags: #python • reinforcement-learning • reinforcement-learning-algorithms
-
fp-ts-rxjs
fp-ts bindings for RxJS
MonadAlternativeFilterable
Tags: #typescript • fp-ts • rxjs
-
draftsman
Ruby gem that lets you create draft versions of your database records.
🚨 Drfatsman is looking for a new Steward 🚨
Tags: #ruby • draft-versions • ruby-gem
-
trail-android
🚕 Simple, smooth animation for route / polylines on google maps using projections.
- Add jitpack to the root build.gradle file of your project at the end of repositories.
allprojects { repositories { ... maven { url 'https://jitpack.io' } } } - Add the dependency
implementation 'com.github.amalChandran:trail-android:v1.51'
Tags: #java • android • animator
- Add jitpack to the root build.gradle file of your project at the end of repositories.
-
ra-data-opencrud
A react-admin data provider for Prisma and GraphCMS
Prisma on steroids: easily build backoffices with Prisma/GraphCMS plugged on
react-admin!Tags: #typescript • react-admin • prisma
-
zebra
PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.
PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.
Requires: PHP 7.1.0+
- Convert images to ASCII hex.
- Create ZPL code in PHP that is easy to read.
- Simple wrapper for PHP sockets to send ZPL to the printer via raw TCP/IP (port 9100).
Tags: #php
-
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
subscribe via RSS