All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by instruction with all dependencies

Search JAR files by class name

ares-boot-base-trace-adapter from group io.github.aresxue.boot (version 1.0.2)

链路追踪模块,负责全链路相关操作包括代码染色, 指令搜集等,提供全链路信息(包括tid)跨进程的能力,目前支持skywalking和arms两种实现的适配 Link tracking module is responsible for operations related to the whole link, including code dyeing, instruction collection, etc., and provides cross-process capability of the whole link information (including tid). Currently, it supports the adaptation of skywalking and arms

Group: io.github.aresxue.boot Artifact: ares-boot-base-trace-adapter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ares-boot-base-trace-adapter
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 2
Dependencies ares-boot-util-common, apm-toolkit-trace,
There are maybe transitive dependencies!

transputer-macro-assembler-parent from group org.devzendo (version 0.0.1)

A simple Macro Assembler, using a subset of MASM syntax, for the Transputer instruction set. Generates binary output or ELF object files. (Apache License v2) 2018-2019 Matt Gumbley, DevZendo.org

Group: org.devzendo Artifact: transputer-macro-assembler-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact transputer-macro-assembler-parent
Group org.devzendo
Version 0.0.1
Last update 12. June 2019
Organization DevZendo.org
URL http://devzendo.github.io/parachute
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-tptp-parser_2.13 from group io.github.leoprover (version 1.7.1)

scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Group: io.github.leoprover Artifact: scala-tptp-parser_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-tptp-parser_2.13
Group io.github.leoprover
Version 1.7.1
Last update 25. March 2023
Organization io.github.leoprover
URL https://github.com/leoprover/scala-tptp-parser
License MIT
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

low-latency-primitive-concurrent-queues from group uk.co.boundedbuffer (version 1.0.0)

An low latency, lock free, primitive bounded blocking queue backed by an int[]. This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue}, however works with primitive ints rather than objects, so is unable to actually implement the BlockingQueue. This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers it uses the faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Group: uk.co.boundedbuffer Artifact: low-latency-primitive-concurrent-queues
Show documentation Show source 
 

0 downloads
Artifact low-latency-primitive-concurrent-queues
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!



Page 2 from 2 (items total 14)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy