Posts
-
OpCacheGUI
GUI for PHP’s OpCache
- Add brazilian portuguese translations
- Add support for the ipv6 loopback address to the firewall
Tags: #php
-
react-native-qrcode-scanner-view
A highly customizable QR code scanning component for React Native
A highly customized qrcode viewfinder base on react-native-camera. You must set up react-native-camera correctly first before use it.If you need to set more react-native-camera props, you can just use Viewfinder which is exported as QRScannerRectView. Please view source code to learn more.
Tags: #javascript • react-native • react-native-component
-
converse.js
Web-based XMPP/Jabber chat client written in JavaScript
Converse is hosted and can be used at https://conversejs.org.
A demo showing anonymous login is available at https://conversejs.org/demo/anonymous.html and a demo which shows how you can embed a single chat room into a page is avialable at https://conversejs.org/demo/embedded.html.
Tags: #javascript • xmpp • xmpp-client
-
supersqlite
A supercharged SQLite library for Python
A feature-packed Python package and for utilizing SQLite in Python by Plasticity. It is intended to be a drop-in replacement to Python’s built-in SQLite API, but without any limitations. It offers unique features like remote streaming over HTTP and bundling of extensions like JSON, R-Trees (geospatial indexing), and Full Text Search. SuperSQLite is also packaged with pre-compiled native binaries for SQLite and all of its extensions for nearly every platform as to avoid any C/C++ compiler errors during install.
Tags: #python
-
pyswarms
A research toolkit for particle swarm optimization in Python
- High-level module for Particle Swarm Optimization. For a list of all optimizers, check this link.
- Built-in objective functions to test optimization algorithms.
- Plotting environment for cost histories and particle movement.
- Hyperparameter search tools to optimize swarm behaviour.
- (For Devs and Researchers): Highly-extensible API for implementing your own techniques.
Tags: #python • particle-swarm-optimization • optimization-tools
-
elasticsearch-knapsack
Knapsack plugin is an import/export tool for Elasticsearch
Knapsack is an “swiss knife” export/import plugin for Elasticsearch. It uses archive formats (tar, zip, cpio) and also Elasticsearch bulk format with compression algorithms (gzip, bzip2, lzf, xz).
A pull or push of indexes or search hits with stored fields across clusters is also supported.
The knapsack actions can be executed via HTTP REST, or in Java using the Java API.
In archive files, the following index information is encoded:
- index settings
- index mappings
- index aliases
When importing archive files again, this information is reapplied.
Tags: #java
-
ember-cli-rails
Unify your EmberCLI and Rails Workflows
Unify your EmberCLI and Rails Workflows!
EmberCLI-Rails is designed to give you the best of both worlds:
- Stay up to date with the latest JavaScript technology and EmberCLI addons
- Develop your Rails API and Ember front-ends from within a single process
- Inject Rails-generated content into your EmberCLI application
- Avoid Cross-Origin Resource Sharing gotchas by serving your EmberCLI applications and your API from a single domain
- Write truly end-to-end integration tests, exercising your application’s entire stack through JavaScript-enabled Capybara tests
- Deploy your entire suite of applications to Heroku with a single
git push
If you’re having trouble, checkout the example project!
EmberCLI-Rails Supports EmberCLI 1.13.13 and later.
Tags: #ruby
-
angular-datatables
DataTables using angular directives (Maintainers WANTED)
Tags: #typescript • datatables • angular
-
jekyll-last-modified-at
A Jekyll plugin to show the last_modified_at time of a post.
A liquid tag for Jekyll to indicate the last time a file was modified.
This plugin determines a page’s last modified date by checking the last Git commit date of source files. In the event Git is not available, the file’s
mtimeis used.Tags: #ruby
-
brew-pkg
Build OS X installer packages directly from Homebrew formulae
brew-pkg is a Homebrew external command that builds an OS X installer package from a formula. The formula must first already be installed on the system.
Tags: #ruby
subscribe via RSS