Posts
-
assistant-simple
A simple sample application demonstrating the Watson Assistant api.
- Sign up for an IBM Cloud account.
- Download the IBM Cloud CLI.
- Create an instance of the Watson Assistant service and get your credentials:
- Go to the Watson Assistant page in the IBM Cloud Catalog.
- Log in to your IBM Cloud account.
- Click Create.
- Click Show to view the service credentials.
- Copy the
apikeyvalue, or copy theusernameandpasswordvalues if your service instance doesn’t provide anapikey. - Copy the
urlvalue.
Tags: #javascript
-
RendererRecyclerViewAdapter
A single adapter with multiple view types for the whole project
- Now you do not need to implement adapters for RecyclerView;
- You can easily use several types of cells in a single list;
- You can reuse cells in different RecyclerView;
- You can easily add a nested RecyclerView;
- You can easily add the DiffUtil;
- You can easily add the DiffUtil Payloads;
- You can easily save a state of a Item when scroll;
- You can easily add a Load More Indicator;
- Can be used without ViewHolder - use ViewBinder instead of ViewRenderer;
- Using this library will help you to follow SOLID principles.
Tags: #java • recyclerview • recyclerview-adapter
-
PHPageBuilder
A drag and drop page builder to manage pages in any PHP project.
PHPagebuilder is a drag and drop pagebuilder to manage pages in any PHP project.
PHPagebuilder can be used as an ultra lightweight CMS to quickly spin up new websites, or can be integrated into existing projects or your favorite frameworks (such as this version for Laravel). The server-side code does not depend on any other libraries and is blazing fast. It includes an optional website manager with a Bootstrap UI and integrates the most popular open source drag and drop pagebuilder: GrapesJS. This package is made with customization in mind, allowing you to configure, disable or replace any of its modules.
Tags: #php • drag-and-drop • pagebuilder
-
gensim-data
Data repository for pretrained NLP models and NLP corpora.
Research datasets regularly disappear, change over time, become obsolete or come without a sane implementation to handle the data format reading and processing.
For this reason, Gensim launched its own dataset storage, committed to long-term support, a sane standardized usage API and focused on datasets for unstructured text processing (no images or audio). This Gensim-data repository serves as that storage.
There’s no need for you to use this repository directly. Instead, simply install Gensim and use its download API (see the Quickstart below). It will “talk” to this repository automagically.
💡 When you use the Gensim download API, all data is stored in your
~/gensim-datahome folder.Read more about the project rationale and design decisions in this article: New Download API for Pretrained NLP Models and Datasets.
Tags: #python • dataset • gensim
-
cac
Simple yet powerful framework for building command-line apps.
Command And Conquer is a JavaScript library for building CLI apps.
Tags: #typescript • command-line • framework
-
gql-query-builder
🔧 Simple GraphQL Query Builder
A simple helper function to generate GraphQL queries using plain JavaScript Objects (JSON).
Tags: #typescript • graphql • nodejs
-
microweber
Drag and Drop Website Builder and CMS with E-commerce
Current version: 1.3 running on Laravel 8!
Download | What is Microweber? | Core features of Microweber | Requirements | Installation | Getting Started | Contribute
Tags: #php • cms • ecommerce
-
ReActiveAndroid
🚀 Simple and powerful ORM for Android
Add this to your app build.gradle:
implementation 'com.reactiveandroid:reactiveandroid:1.4.3'Tags: #java • android • database
-
exabgp
The BGP swiss army knife of networking
ExaBGP provides a convenient way to implement Software Defined Networking by transforming BGP messages into friendly plain text or JSON, which can then be easily handled by simple scripts or your BSS/OSS.
It is routinely used to improve service resilience and provide protection against network or service failures. For example, thanks to the
healthcheckbackend included, anycasted DNS service failures can be detected and handled gracefully. To help you get started, Vincent Bernat put forward a full lab explaining how to best use this feature.Also, alone or in conjunction with FastNetMon or WanGuard, it provides network operators a cost effective DDOS protection solution.
Thanks to modern routers’ flow balancing, ExaBGP can also be used to save you money on load balancers, some good information can be found here too.
Other uses include keeping an eye on network changes done as was done by RIPE or by other networks with GIXLG.
Tags: #python • bgp • ddos-protection
-
proxyquire
🔮 Proxies nodejs require in order to allow overriding dependencies during testing.
Proxies nodejs’s require in order to make overriding dependencies during testing easy while staying totally unobtrusive.
If you want to stub dependencies for your client side modules, try proxyquireify, a proxyquire for browserify v2 or proxyquire-universal to test in both Node and the browser.
Tags: #javascript
subscribe via RSS