Posts
-
wasmer-php
🐘🕸️ WebAssembly runtime for PHP
- Easy to use: The
wasmerAPI mimics the standard WebAssembly C API, - Fast:
wasmerexecutes the WebAssembly modules as fast as possible, close to native speed, - Safe: All calls to WebAssembly will be fast, but more importantly, completely safe and sandboxed.
Tags: #php • php-extension • rust
- Easy to use: The
-
loghouse
Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
- Collecting and storing logs from all Kubernetes pods efficiently:
- Fluentd processes upto 10,000 log entries per second consuming 300 MB of RAM (installed at each K8s node).
- ClickHouse makes disk space usage minimal. Examples of logs stored in our production deployments: 3.7 million entries require 1.2 GB, 300m — 13 GB, 5,35 billion — 54 GB.
- Simple query language: Easy to select entries by exact keys values or regular expressions, multiple conditions are supported with AND/OR. Learn more in query language docs.
- Selecting entries based on additional containers’ data available in Kubernetes API (pod’s and container’s names, host, namespace, labels, etc).
- Quickly & straightforward deployable to Kubernetes via Dockerfiles and Helm chart.
- Web UI made cosy and powerful:
- Papertrail-like user experience.
- Customizable time frames: from date to date / from now till given period (last hour, last day, etc) / seek to specific time and show logs around it.
- Infinite scrolling of older log entries.
- Save your queries to use in future.
- Basic permissions (limiting entries shown for users by specifying Kubernetes namespaces).
- Exporting current query’s results to CSV (more formats will be supported).
- fluentd monitoring via Prometheus with Grafana dashboards for ClickHouse and fluentd.
Tags: #ruby • kubernetes • clickhouse
- Collecting and storing logs from all Kubernetes pods efficiently:
-
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love.
StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks. And, it’s fast.
It works seamlessly with the Rails tooling you already know and love.
- Server-rendered HTML, delivered in milliseconds over the wire via Websockets
- ERB templates and partials, with first-class ViewComponent support
- Russian doll caching and ActiveJob
- StimulusJS and Turbolinks/Turbo Drive
- Built with CableReady, our secret power-move
Our goal is to help small teams do big things with familiar tools.
This project strives to live up to the vision outlined in The Rails Doctrine.
Tags: #ruby • stimulus • reactive
-
pyttsx3
Offline Text To Speech synthesis for python
pip install pyttsx3If you get installation errors , make sure you first upgrade your wheel version using :
pip install --upgrade wheelTags: #python • pyttsx • text-to-speech
-
amazon-alexa-php
Php library for amazon echo (alexa) skill development.
This library is a helper for amazon echo (alexa) skills with php. With this library it’s very simple to handle alexa requests in your php application. You only create some handlers for the requests of your alexa skill and add them to a registry.
Tags: #php • alexa • alexa-skill
-
itemsjs
Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use. Created to perform fast search on json dataset (up to 100K items).
Tags: #javascript • fulltext-search • search-engine
-
css-hooks
Hook into advanced CSS features from native inline styles.
Hooks add CSS features to native inline styles, enabling you to apply styles conditionally based on pseudo-classes, custom selectors, media queries, and more—all without leaving the
styleprop. By exploiting the hidden programmability of CSS Variables, CSS Hooks delivers a flexible CSS-in-JS experience without runtime style injection or build steps.Tags: #typescript
-
pcb2blender
KiCad to Blender 3D model workflow
- Hit the
Export to Blender (.pcb3d)button in pcbnew. - Import the file in Blender via
File -> Import -> PCB (.pcb3d) - Start creating awesome renders!
Tags: #python • blender • blender-addon
- Hit the
-
mapped-types
Configuration module for Nest framework (node.js) 🐺
Mapped Types module for Nest used by the
@nestjs/graphqland@nestjs/swaggerpackages.Tags: #typescript • nestjs • nest
-
appcenter-sdk-android
Development repository for the App Center SDK for Android
App Center is your continuous integration, delivery and learning solution for Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
The App Center SDK uses a modular architecture so you can use any or all of the following services:
-
App Center Analytics: App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count, device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
-
App Center Crashes: App Center Crashes will automatically generate a crash log every time your app crashes. The log is first written to the device’s storage and when the user starts the app again, the crash report will be sent to App Center. Collecting crashes works for both beta and live apps, i.e. those submitted to the App Store. Crash logs contain valuable information for you to help fix the crash.
-
App Center Distribute: App Center Distribute will let your users install a new version of the app when you distribute it via the App Center. With a new version of the app available, the SDK will present an update dialog to the users to either download or postpone the new version. Once they choose to update, the SDK will start to update your application.
Google Play considers the in-app update code as malicious behavior even if it isn’t used at runtime. Please use App Center Distribute Play instead before submitting your app to Google Play. Failure to not remove the in-app update code can lead to noncompliance and removal of the app from Google Play. See Remove in-app updates for Google Play builds documentation for details.
-
App Center Distribute Play: App Center Distribute Play is stubbing the Distribute package’s APIs to avoid Google Play rejecting the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play.
Tags: #java • mobile-center • android
-
subscribe via RSS