NG-ZORRO
An enterprise-class Angular UI component library based on Ant Design, all components are open source and free to use under MIT license. Ant Design of Angular is dedicated to providing a good development experience for programmers. The following StackBlitz link demonstrates a basic use case, and it is recommended to fork this demo as a baseline while doing Bug Report. However, please do not use this demo as a scaffold in a real production environment. After changing the directory to the newly created project, you can automatically run the following commands to initialize the project's configuration, including importing i18n files and stylesheets and loading initial modules. You may use any existing scaffold tools in the Angular ecosystem in order to customize the building process.
Learn more
Gymnasium
Gymnasium is a maintained fork of OpenAI’s Gym library, providing a standard API for reinforcement learning and a diverse collection of reference environments. The Gymnasium interface is simple, pythonic, and capable of representing general RL problems, and has a compatibility wrapper for old Gym environments. At the core of Gymnasium is the Env class, a high-level Python class representing a Markov Decision Process (MDP) from reinforcement learning theory. The class provides users the ability to generate an initial state, transition to new states given an action, and visualize the environment. Alongside Env, Wrapper classes are provided to help augment or modify the environment, particularly the agent observations, rewards, and actions taken. Gymnasium includes various built-in environments and utilities to simplify researchers’ work, along with being supported by most training libraries.
Learn more
AG Charts
AG Charts is a fast and flexible JavaScript charting library designed to build interactive, highly customizable visualizations, including bar, line, pie, scatter, and bubble charts. The library provides responsive charts with features such as tooltips, zooming, panning, export as images, accessibility support, and real-time updates. It supports major frameworks including React, Angular, and Vue through official wrappers, making integration into modern web apps straightforward. AG Charts comes in two editions, Community (free, MIT-licensed) and Enterprise (commercial, with additional chart types and advanced features like context menus, advanced interactions, and financial charts).
Learn more
regon
litex.regon, a frontend for Polish REGON database. Simple, pythonic wrapper for REGON database. To access its SOAP API, one needs a user key issued by REGON administrators. REGONAPI accepts one argument, the service URL (provided by REGON administrators). After login, one can start querying the database. Single REGON number (either 9 or 14 digits long), single 10 digit KRS number, single NIP (10 digits strings), collection of REGONs (all of them have to be either 14 or 9 digits long), collection of KRSs, collection of NIPs. Only one parameter is used in the query. If multiple ones are passed, first from the above list is taken into account. Additionally, a detailed parameter can be passed, detailed=True causes the search method to fetch the default detailed report. If one knows the REGON of a business entity and a detailed report name, a full report can be fetched directly.
Learn more