News

libp2p is the product of a long and arduous quest to understand the evolution of the Internet networking stack. In order to build P2P applications, devs have long had to make custom ad-hoc solutions ...
This BACnet protocol stack implementation is specifically designed for the embedded BACnet appliance, using a GPL with exception license (like eCos), which means that any changes to the core code that ...
LinkedList.java is a simple implementation of Linked List in java. I have refered various resources to make the different methods of the Linked List. findElement() : method that returns index of a ...
A Java virtual machine (JVM) implemented in .NET A .NET implementation of the Java class libraries A tool that translates Java bytecode (JAR files) to .NET IL (DLL or EXE files). Tools that enable ...
Guava is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, ...
A Java implementation of a very fast algorithm for creating Sudoku riddles. Has also the functionality to solve Sudoku riddles. Please note that the current version ...
LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local ...
Code from here might move the the spec at some point. Implementation of the Eclipse MicroProfile GraphQL API. CDI Module that allows lookup of GraphQL Endpoints via CDI. Servlet Making the ...