Posts
-
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
-
ZzFXM
A super small music generator for use in size-limited JavaScript productions
This is a music generator for use in tiny JavaScript productions (i.e. js13k games). ZzFXM uses a modified version of the super-tiny ZzFX library by Frank Force to generate instruments. The modified version of ZzFX is able create an array of audio data without immediately playing it.
The song format is loosely based on the MOD format, using patterns to handle repeating blocks of song data. Unlike MOD, patterns can be variable in length allowing repeatitive sequences of pattern data to be broken down into smaller chunks. Each pattern can also contain a variable number of channels, reducing the need to store empty data.
Tags: #javascript β’ music-player β’ game-development
-
genieacs
A fast and lightweight TR-069 Auto Configuration Server (ACS)
GenieACS is a high performance Auto Configuration Server (ACS) for remote management of TR-069 enabled devices. It utilizes a declarative and fault tolerant configuration engine for automating complex provisioning scenarios at scale. Itβs battle-tested to handle hundreds of thousands and potentially millions of concurrent devices.
Tags: #typescript β’ tr-069 β’ cwmp
subscribe via RSS