Posts
-
kuzzle
Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
Kuzzle is a generic backend offering the basic building blocks common to every application.
Rather than developing the same standard features over and over again each time you create a new application, Kuzzle proposes them off the shelf, allowing you to focus on building high-level, high-value business functionalities.
Kuzzle enables you to build modern web applications and complex IoT networks in no time.
- API First: use a standardised multi-protocol API.
- Persisted Data: store your data and perform advanced searches on it.
- Realtime Notifications: use the pub/sub system or subscribe to database notifications.
- User Management: login, logout and security rules are no more a burden.
- Extensible: develop advanced business feature directly with the integrated framework.
- Client SDKs: use our SDKs to accelerate the frontend development.
Learn how Kuzzle will accelerate your developments :point_right: https://docs.kuzzle.io/core/2/guides/introduction/what-is-kuzzle/
Tags: #javascript • kuzzle • backend
-
tax
A PHP 5.5+ tax library.
Zone 1-1 TaxType 1-n TaxRate 1-n TaxRateAmount
Each tax type has a zone and one or more tax rates. Each tax rate has one or more tax rate amounts.
Example:
- Tax type: French VAT
- Zone: “France (VAT)” (covers “France without Corsica” and “Monaco”)
- Tax rates: Standard, Intermediate, Reduced, Super Reduced
- Tax rate amounts for Standard: 19.6% (until January 1st 2014), 20% (from January 1st 2014)
The base interfaces don’t impose setters, since they aren’t needed by the service classes. Extended interfaces (TaxTypeEntityInterface, (TaxRateEntityInterface, (TaxRateAmountEntityInterface) are provided for that purpose, as well as matching TaxType, TaxRate and TaxRateAmount classes that can be used as examples or mapped by Doctrine.
Tags: #php
-
react-page-transition
A React component that makes it easy to use the page transitions from the Codedrops page transitions demo with React
⚛️💨 A React component that makes it easy to use the page transitions from the Codedrops Page Transitions Demo See Original.
Tags: #typescript • react • page-transitions
-
WebAuthn
A simple PHP WebAuthn (FIDO2/Passkey) server library
A simple PHP WebAuthn (FIDO2) server library
Goal of this project is to provide a small, lightweight, understandable library to protect logins with passkeys, security keys like Yubico or Solo, fingerprint on Android or Windows Hello.
Tags: #php • webauthn • fido2
-
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
subscribe via RSS