Posts
-
jflex
The fast scanner generator for Javaâ„¢ with full Unicode support
[JFlex][jflex] is a lexical analyzer generator (also known as scanner generator) for Java.
JFlex takes as input a specification with a set of regular expressions and corresponding actions. It generates Java source of a lexer that reads input, matches the input against the regular expressions in the spec file, and runs the corresponding action if a regular expression matched. Lexers usually are the first front-end step in compilers, matching keywords, comments, operators, etc, and generating an input token stream for parsers.
JFlex lexers are based on deterministic finite automata (DFAs). They are fast, without expensive backtracking.
Tags: #java • scanner • lexical-analyzer
-
apexcharts.rb
:bar_chart: Awesome charts for your ruby app powered by ApexCharts.JS.
ApexCharts.RB is a ruby charting library that’s going to give your ruby app beautiful, interactive, and responsive charts powered by [ApexCharts.JS]. On top of those sweet advantages, you’ll also get extra features that you can’t get by just including ApexCharts.JS to your ruby app, namely view/template helpers for creating charts, options shortcuts, application wide default options, reusable custom theme palette, and so on.
Tags: #ruby • charts • apexcharts
-
Core
Free, easy to setup PBX for small business based on Asterisk 16 core
88b d88 88 88 88888888ba 88888888ba 8b d8 888b d888 "" 88 88 "8b 88 "8b Y8, ,8P 88`8b d8'88 88 88 ,8P 88 ,8P `8b d8' 88 `8b d8' 88 88 88 ,d8 ,adPPYba, 88aaaaaa8P' 88aaaaaa8P' Y88P 88 `8b d8' 88 88 88 ,a8" a8" "8a 88""""""' 88""""""8b, d88b 88 `8b d8' 88 88 8888[ 8b d8 88 88 `8b ,8P Y8, 88 `888' 88 88 88`"Yba, "8a, ,a8" 88 88 a8P d8' `8b 88 `8' 88 88 88 `Y8a `"YbbdP"' 88 88888888P" 8P Y8Tags: #php • asterisk • pbx
-
bookdash-android-app
An Android app that lets you download free children’s books in different languages from non-profit publisher Book Dash
It is an open source Android application that allows people to download children’s story books. The books are available in different languages such as English, Sepedi, Zulu, Afrikaans etc. The books are free to distribute and translate.
Read more about Book Dash here: http://bookdash.org/
Tags: #java • firebase • android
-
i18n-active_record
I18n ActiveRecord backend
This repository contains the I18n ActiveRecord backend and support code that has been extracted from the
I18ngem: http://github.com/svenfuchs/i18n. It is fully compatible with Rails 4, 5 and 6.Tags: #ruby
-
auryn
IoC Dependency Injector
auryn is a recursive dependency injector. Use auryn to bootstrap and wire together S.O.L.I.D., object-oriented PHP applications.
Tags: #php
-
gatsby-advanced-starter
A high performance skeleton starter for GatsbyJS with an advanced feature set.
A starter skeleton with advanced features for Gatsby.
This starter aims to provide a minimal base for building advanced GatsbyJS powered websites by using the latest technologies to simplify your process.
It doesn’t define any UI limitations in any way and only gives you the basic components for SEO/Links/Infinite Scrolling while creating a comfortable development environment to get started.
Starter supports both TypeScript and JavaScript, comes with Jest and Cypress configurations and allows you to write Unit/Integration/E2E tests out of the box.
You are free to use any UI framework/styling options or you can use the
gatsby-theme-amaranthas a starting point, which provides a stylish blog design styled with Styled ComponentsTags: #typescript • react • gatsby
-
theme-check
Theme Check plugin
The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.
The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.
Tags: #php • wordpress-plugin • themes
-
2s-AGCN
Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19
Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19
Tags: #python
-
Selenium-Grid-Extras
Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed
- In the terminal run following command:
java -jar Selenium-Grid-Extras-Jar.jar -
You will be prompted with several questions, first one will ask you if you want to set this computer as a HUB, Node, or both. Answer 2 for HUB
-
Leave the Host name for Grid Hub as default 127.0.0.1
-
Set port to be used by Selenium Grid Hub, default is 4444
- You will be asked if you wish to auto update Selenium. If you answer yes, then every time Selenium Grid Extras is started it will check fo the latest version of Selenium Stand Alone Server, IEDriver, and ChromeDriver. If you choose to not auto update, you will be asked what versions of each driver to lock into.
Tags: #ruby
- In the terminal run following command:
subscribe via RSS