Posts
-
meteor-autoform
AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
AutoForm 7.0 is now available and decouples from the default themes. You will have to install themes manually!
Be sure to check out the change log for full details, first. Note that if you use add-on packages that havenβt been updated yet, you will not yet be able to update to version 6.
Add-on Package Authors: Please test your package against AutoForm 7.0, and then release a major version update in which you change your
api.usetoapi.use('aldeed:autoform@7.0.0');. We do NOT recommend using something likeapi.use('aldeed:autoform@6.0.0 || 7.0.0');to try to support multiple major versions of AutoForm because there is currently a known Meteor issue where trying to support too many dependency paths leads to running out of memory when trying to resolve dependencies.Tags: #javascript β’ meteor β’ blaze
-
yoyo
Yoyo is a full-stack PHP framework to create rich, dynamic interfaces using server-rendered HTML. You keep on writing PHP and let Yoyo make your creations come alive.
Yoyo is a full-stack PHP framework that you can use on any project to create rich dynamic interfaces using server-rendered HTML.
With Yoyo, you create reactive components that are seamlessly updated without the need to write any Javascript code.
Yoyo ships with a simple templating system, and offers out-of-the-box support for Blade, without having to use Laravel, and Twig.
Inspired by Laravel Livewire and Sprig, and using htmx.
Tags: #php β’ livewire β’ twig
-
virtual-scroll
A low-level library to create custom scroll behaviors.
- Can create multiple instances with different elements as targets
- Let you do the actual scrolling logic: use CSS Transforms, WebGL animation or anything you like
- Native arrow keys support and shift/space support mimicking default browser behaviour
For high-level libraries based off virtual-scroll, check locomotive-scroll or smooth-scrolling.
Tags: #javascript
-
TasmoAdmin
TasmoAdmin is an administrative platform for devices flashed with Tasmota
- Login protected
- Multi update process
- Select devices to update
- Automatic mode downloads latest firmware bin from Tasmota OTA site
- Show device information
- Mobile Responsive (Bootstrap4)
- SCSS & Minified
- Config devices
- Self-update function for TasmoAdmin (disabled for Docker installs)
- NightMode (Enable/Disable/Auto) in settings
- AutoScan to find Tasmota Devices
- Support for multiple sensors
- Send Command to selected Devices
Tags: #php β’ sonoff β’ tasmota
-
erb
An easy to use but powerful templating system for Ruby
ERB is an easy-to-use, but also very powerful, [template processor][template processor].
ERB is commonly used to produce:
- Customized or personalized email messages.
- Customized or personalized web pages.
- Software code (in code-generating applications).
Like method [sprintf][sprintf], ERB can format run-time data into a string. ERB, however, is much more powerful
Tags: #ruby
-
pugsql
A HugSQL-inspired database library for Python
PugSQL is a simple Python interface for using parameterized SQL, in files.
See pugsql.org for the documentation.
To install:
pip install pugsqlTags: #python
-
AICGSecEval
A.S.E (AICGSecEval) is a repository-level AI-generated code security evaluation benchmark developed by Tencent Wukong Code Security Team.
- β¨ A.S.E Framework Design
- π§± 2.0 Major Upgrades
- π Quick Start
- π Citation
- π€ Contribution Guide
- π Acknowledgements
- π± Join the Community
- π License
Tags: #python β’ agent β’ aigc
-
crop-github-images-cli
Crop image/gif into swag for your Github profile
Crop your images and gifs for your GitHub Profile!
Tags: #javascript
-
satispress
Expose installed WordPress plugins and themes as Composer packages.
Facilitate modern best practices for managing WordPress websites by automating Composer support for private plugins and themes.
Tags: #php
-
Remember
A preferences-backed key-value store
An in-memory data store backed by shared preferences, for Android.
This is a key-value store with some nice properties:
-
Speed. Everything is loaded into memory so reads can happen on the UI thread. Writes and deletes happen asynchronously (with callbacks). Every public method is safe to call from the UI thread.
-
Durability. Writes get persisted to disk, so that this store maintains state even if the app closes or is killed.
-
Consistency. Doing a write followed by a read should return the value you just put.
-
Thread-safety. Reads and writes can happen from anywhere without the need for external synchronization.
Note that since writes are asynchronous, an in-flight write may be lost if the app is killed before the data has been written to disk. If you require true βcommitβ semantics then Remember is not for you.
Tags: #java
-
subscribe via RSS