Posts
-
memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
When building a UI or working on any project that rely on external services, some things can slow us down:
- the API may not be stable at the moment
- the API may apply harsh rate-limiting (and that’s terrible if you forget the dependency array in your
React.useEffect😉) - …or you may be working on a train or plane where the network is not reliable.
Memento has been built to solve these problems.
Memento acts as a development buddy that remembers the requests that your application is sending, the server response, and will respond to your app without the need for requests to go over the internet.
Pro-tip: Memento may also be used for stubbing external services for integration or end-to-end testing 🎉
Tags: #typescript • memento • node
-
alfred-web-search-suggest
Alfred search suggest workflow for various popular websites.
Alfred search suggest workflow for various popular websites. Inspired by the official Google Suggest workflow.
Tags: #php • alfred-workflow • search-api
-
ubi_reader
Collection of Python scripts for reading information about and extracting data from UBI and UBIFS images.
UBI Reader is a Python module and collection of scripts capable of extracting the contents of UBI and UBIFS images, along with analyzing these images to determine the parameter settings to recreate them using the mtd-utils tools.
Tags: #python
-
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
subscribe via RSS