Posts

  • jmx_exporter

    A process for exposing JMX Beans via HTTP for Prometheus consumption

    The Java agent is available in two versions with identical functionality:

    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.jar
    

    Metrics 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.sh for a sample script that runs the httpserver against itself.

    Please note that due to the nature of JMX the /metrics endpoint 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

  • TelegramApiServer

    Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server

    Fast, simple, async php telegram api server: MadelineProto and Amp Http Server

    Tags: #php • microservice • telegram

  • ember-cli-cordova

    A tool for creating hybrid apps using a combination of ember-cli and cordova

    I will not be focusing on backward compatibility with older ember-cli versions as it’s moving too fast and the API is constantly changing. I will always have this working with the latest stable release of ember-cli.

    Tags: #javascript

  • next-sitemap

    Sitemap generator for next.js. Generate sitemap(s) and robots.txt for all static/pre-rendered/dynamic/server-side pages.

    Sitemap generator for next.js. Generate sitemap(s) and robots.txt for all static/pre-rendered/dynamic/server-side pages.

    Tags: #typescript • nextjs • react

  • Unexpected_information

    Unexpected information 是用于标记请求包中的一些敏感信息、JS接口和一些特殊字段的BurpSuite 插件。

    Author: xiaowei
    Team: Timeline Sec
    Email: xiaowei@timelinesec.com
    

    最近写了一个BurpSuite Extensions用来标记请求包中的一些敏感信息、JS接口和一些特殊字段,防止我们疏忽了一些数据包,我将它命名为“Unexpected information”,使用它可能会有意外的收获信息。

    Tags: #java

subscribe via RSS