Posts
-
react-native-walkthrough-tooltip
An inline wrapper for calling out React Native components via tooltip
React Native Walkthrough Tooltip is a fullscreen modal that highlights whichever element it wraps.
When not visible, the wrapped element is displayed normally.Used by
react-native-walkthrough: a lightweight walkthrough library for React Native using react-native-walkthrough-tooltipTags: #javascript • react-native • tooltip
-
litematica-printer
An extension for Litematica that adds the missing printer functionality for 1.19, 1.18 and 1.17
This fork adds printing functionality for Litematica fabric 1.16 version. Printer allows players to build big structures more quickly by automatically placing the correct blocks.
Because the main branch is dedicated for 1.12 LiteLoader, my code can be found in printer branch. If you have issues with the printer, do not bother the original creator of Litematica (maruohon) with them. Contact me instead.
For downloads check out releases.
Tags: #java • fabric • minecraft-mod
-
throttle
Throttle your network connection [Linux/Mac OS X]
Inspired by tylertreat/Comcast, the connectivity setting in the WPTAgent and sltc.
Throttle uses pfctl on Mac and tc on Linux to simulate different network speeds. On Linux you also need ip and route for Throttle to work.
You can set the download/upload speed and RTT. Upload/download is in kbit/s and RTT in ms.
This is an early release, so please help us find potential bugs.
Tags: #javascript • throttle • bandwith
-
why-is-node-running
Node is running but you don’t know why? why-is-node-running is here to help you.
Node.js is running but you don’t know why?
why-is-node-runningis here to help you.Tags: #javascript
-
gerbil
GERBIL - General Entity annotatoR Benchmark
This project is a benchmarking platform for entity annotation and disambiguation tools. It also has been extended for Question Answering (see
QuestionAnsweringbranch).For further information, please take a look into the wiki or visit the project home page.
Tags: #java • benchmarking • benchmarking-framework
-
jsonbase
A database software completely built as JSON files in backend. A powerful, portable and simple database works on top of JSON files. It is like a database software, currently having basic CRUD operation features. You can use this as a backend for your ReST APIs as well. The software is completely free and opensource. We are coming up with new features and providing more updates. The another beautiful advantage with JSON-base is since it is a NPM module, this fits well in your nodeJs applications eco system. if you want to develop quick prototypes/poc or need of a database with minimal requirements then, JSONBASe is an must option that you can consider. However there is a limitation if you go beyond a million records per table.
A database software completely built as JSON files in backend. A powerful, portable and simple database works on top of JSON files. It is like a database software, currently having basic CRUD operation features. You can use this as a backend for your ReST APIs as well. The software is completely free and opensource. We are coming up with new features and providing more updates. The another beautiful advantage with JSON-base is since it is a NPM module, this fits well in your nodeJs applications eco system. if you want to develop quick prototypes/poc or need of a database with minimal requirements then, JSONBASe is an must option that you can consider. However there is a limitation if you go beyond a million records per table.
@@ Currently in Pre-Alpha Version @@Tags: #javascript • database • npm-module
-
react-native-sqlite-2
SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
SQLite3 Native Plugin for React Native for Android, iOS, Windows and macOS. This plugin provides a WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side.
Inspired by fantastic work done by Nolan Lawson. It should be a drop-in replacement for react-native-sqlite-storage. It works pretty well with PouchDB on React Native app.
Tags: #typescript • pouchdb • react-native
-
apollo-link-rest
Use existing REST endpoints with GraphQL
The Apollo Link Rest library is maintained by Apollo community members and not an Apollo GraphQL maintained library. For information on progress check out the issues or the design. We would love your help with writing docs, testing, anything! We would love for you, yes you, to be a part of the Apollo community!
Tags: #typescript
-
mongoid-slug
Generates a URL slug/permalink based on fields in a Mongoid-based model.
Mongoid Slug 7.x requires at least Mongoid 7.0.0 and Ruby 2.7.0. For earlier Mongoid and Ruby version support, please use an earlier version of Mongoid Slug.
Mongoid Slug is compatible with all MongoDB versions which Mongoid supports, however, please see “Slug Max Length” section below for MongoDB 4.0 and earlier.
Tags: #ruby
-
manticoresearch-php
Official PHP client for Manticore Search
require_once __DIR__ . '/vendor/autoload.php'; $config = ['host'=>'127.0.0.1','port'=>9308]; $client = new \Manticoresearch\Client($config); $index = $client->index('movies');Tags: #php • search
subscribe via RSS