Posts
-
micro-app
A minimalist solution for building micro front-end applications. 一种用于构建微前端应用的极简方案
micro-app is a micro front-end framework launched by JD Retail. It renders based on webcomponent-like and realizes the micro front-end from component thinking, it aiming to reduce the difficulty of getting started and improve work efficiency.
It is the lowest cost framework for accessing micro front-end, and provides a series of perfect functions such as JS sandbox, style isolation, element isolation, preloading, resource address completion, plugin system, data communication and so on.
The micro-app has nothing to do with the technology stack, nor is it tied to the business, and can be used in any front-end framework.
Tags: #typescript • javascript • micro-frontend
-
plugin.video.netflix
Inputstream based Netflix plugin for Kodi
Please use https://github.com/CastagnaIT/plugin.video.netflix/
Tags: #python • kodi • netflix
-
android-gesture-detectors
Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector
If you want to use the ScaleGestureDetector and/or the gesture detectors from this project, please read my tutorial: code.almeros.com/android-multitouch-gesture-detectors
Tags: #java
-
tiledesk-server
Tiledesk server. Tiledesk is an Open Source Live Chat and Communication platform written in NodeJs
Tiledesk-server is the server engine of Tiledesk. Tiledesk is an Open Source Live Chat platform with integrated ChatBot written in NodeJs and Express. Build your own customer support with a multi-channel platform for Web, Android and iOS. More info here https://www.tiledesk.com.
You can find more info here: https://developer.tiledesk.com
Tags: #javascript • livechat • customer-support
-
Mallet
MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
To build a Mallet 2.0 development release, you must have the Apache ant build tool installed. From the command prompt, first change to the mallet directory, and then type
antIf
antfinishes with"BUILD SUCCESSFUL", Mallet is now ready to use.If you would like to deploy Mallet as part of a larger application, it is helpful to create a single “.jar” file that contains all of the compiled code. Once you have compiled the individual Mallet class files, use the command:
ant jarThis process will create a file “mallet.jar” in the “dist” directory within Mallet.
Tags: #java
-
laravel-soft-cascade
Cascade Delete & Restore when using Laravel SoftDeletes
Cascade delete and restore when using the Laravel or Lumen SoftDeletes feature.
Tags: #php
-
jmx_exporter
A process for exposing JMX Beans via HTTP for Prometheus consumption
The Java agent is available in two versions with identical functionality:
- jmx_prometheus_javaagent-0.16.1.jar requires Java >= 7.
- jmx_prometheus_javaagent-0.16.1_java6.jar is compatible with Java 6.
The only difference between these versions is the version of the bundled snakeyaml dependency. See release notes for more info.
To run as a Java agent, download one of the JARs and run:
java -javaagent:./jmx_prometheus_javaagent-0.16.1.jar=8080:config.yaml -jar yourJar.jarMetrics will now be accessible at http://localhost:8080/metrics
To bind the java agent to a specific IP change the port number to
host:port.See
./run_sample_httpserver.shfor a sample script that runs the httpserver against itself.Please note that due to the nature of JMX the
/metricsendpoint might exceed Prometheus default scrape timeout of 10 seconds.Tags: #java • jmx • prometheus
-
azure-devops-intellij
IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
This is a plugin for working with Git and TFVC repositories on Azure DevOps and Team Foundation Server (TFS) 2015+ inside IntelliJ, Android Studio, and various other JetBrains IDEs. It is supported on Linux, Mac OS X, and Windows. It is compatible with IntelliJ IDEA Community and Ultimate editions (version 2019.3+) and Android Studio (version 4.0+).
To learn more about installing and using our Azure DevOps IntelliJ plug-in, visit: https://docs.microsoft.com/en-us/azure/devops/java/download-intellij-plug-in
Tags: #java
-
app-gradle-plugin
Gradle plugin to build and deploy Google App Engine applications.
This Gradle plugin provides tasks to build and deploy Google App Engine applications.
Tags: #java
-
arxiv.py
Python wrapper for the arXiv API
Python wrapper for the arXiv API.
Tags: #python • arxiv • arxiv-api
subscribe via RSS