Posts
-
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
-
static-land
Specification for common algebraic structures in JavaScript based on Fantasy Land
This is a specification for common algebraic structures in JavaScript based on Fantasy Land.
Tags: #javascript • functional-programming • fantasy-land
-
livewire-select
Livewire component for dependant and/or searchable select inputs
Livewire component for dependant and/or searchable select inputs
Tags: #php
subscribe via RSS