Posts
-
racecar
Racecar: a simple framework for Kafka consumers in Ruby
Racecar is a friendly and easy-to-approach Kafka consumer framework. It allows you to write small applications that process messages stored in Kafka topics while optionally integrating with your Rails models.
The framework is based on rdkafka-ruby, which, when used directly, can be a challenge: it’s a flexible library with lots of knobs and options. Most users don’t need that level of flexibility, though. Racecar provides a simple and intuitive way to build and configure Kafka consumers.
NOTE: Racecar requires Kafka 0.10 or higher.
Tags: #ruby • rails • kafka
-
ember-modal-dialog
An ember-cli addon for implementing modal dialogs
The ember-modal-dialog addon provides components to implement modal dialogs throughout an Ember application using a simple, consistent pattern.
Unlike some other modal libraries for Ember, ember-modal-dialog uses solutions like ember-wormhole to render a modal structure as a top-level DOM element for layout purposes while retaining its logical position in the Ember view hierarchy. This difference introduces a certain elegance and, dare we say, joy, into the experience of using modals in your app. For more info on this, see the “Wormhole” section below.
Tags: #javascript
-
cocoapods-binary
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
You may wonder why CocoaPods doesn’t have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods in your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, leaving us time to think about the meaning of life.
This plugin implements this simple wish. Replace the source code in pod target with prebuilt frameworks.
Why don’t use Carthage? While Carthage also integrates libs in form of frameworks, there several reasons to use CocoaPods with this plugin:
- Pod is a good simple form to organize files, manage dependencies. (private or local pods)
- Fast switch between source code and binary, or partial source code, partial binaries.
- Some libs don’t support Carthage.
Tags: #ruby • cocoapods-plugin • compile-time
-
micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.
Compressed points are represented in the standard format as defined in http://www.secg.org/sec1-v2.pdf; uncompressed points are represented in standard format, but without the
0x04prefix. All functions exceptuECC_decompress()only accept uncompressed points; useuECC_compress()anduECC_decompress()to convert between compressed and uncompressed point representations.Private keys are represented in the standard format.
Tags: #php
-
svg-inject
A tiny, intuitive, robust, caching solution for injecting SVG files inline into the DOM.
A tiny, intuitive, robust, caching solution for injecting SVG files inline into the DOM.
Developed and maintained by INCORS, the creators of iconfu.com.
Tags: #javascript • svg • svg-icons
-
flink-faker
A data generator source connector for Flink SQL based on data-faker.
flink-faker is an Apache Flink table source that generates fake data based on the Data Faker expression provided for each column.
Checkout this demo web application for some example Java Faker (fully compatible with Data Faker) expressions and Data Faker documentation.
This project is inspired by voluble.
Tags: #java • flink • apache-flink
-
gql
☁ Universal GraphQL HTTP middleware for Deno and Bun
Universal and spec-compliant GraphQL HTTP middleware for Deno and Bun. Based on graphql-http.
Tags: #typescript • graphql • graphql-server
-
android-build-action
Build Android project, export .apk, optional upload to BrowserStack App Live.
This action build Android project, export .apk file as GitHub artifact, with optional automatic upload to BrowserStack AppLive.
Tested with Ionic, React Native and native android projects.
Tags: #ruby • android • apk
-
memShell
a webshell resides in the memory of java web server
a webshell resides in the memory of java web server
Tags: #java
-
obsidian-modal-form
Define forms for filling data that you will be able to open from anywhere you can run JS
This plugin for Obsidian allows you to define forms that can be opened from anywhere you can run JavaScript, so you can combine it with other plugins like Templater or QuickAdd.
https://github.com/danielo515/obsidian-modal-form/assets/2270425/542974aa-c58b-4733-89ea-9c20ea11bee9
Tags: #typescript • obsidian • obsidian-md
subscribe via RSS