All Projects → Learningnotes → Similar Projects or Alternatives

341 Open source projects that are alternatives of or similar to Learningnotes

openwhisk-runtime-java
Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
Stars: ✭ 43 (-99.66%)
Mutual labels:  jvm
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-99.71%)
Mutual labels:  jvm
kotlin-guiced
Convenience Kotlin API over the Google Guice DI Library
Stars: ✭ 17 (-99.87%)
Mutual labels:  jvm
styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 250 (-98.03%)
Mutual labels:  jvm
java-perf-workshop
Guided walkthrough to understand the performance aspects of a Java web service
Stars: ✭ 53 (-99.58%)
Mutual labels:  jvm
dragome-sdk
Dragome is a tool for creating client side web applications in pure Java (JVM) language.
Stars: ✭ 79 (-99.38%)
Mutual labels:  jvm
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-99.78%)
Mutual labels:  jvm
java2typescript
Java Processor to generate Typescript Definition from Java classes - This is to help developing on JVM javascript engine (ie Nashorn) using Typescript
Stars: ✭ 24 (-99.81%)
Mutual labels:  jvm
sconfig
Scala configuration library supporting HOCON for Scala, Java, Scala.js, and Scala Native
Stars: ✭ 99 (-99.22%)
Mutual labels:  jvm
gchisto
GC日志分析工具,网上不容易找到源码,这里备份一个。不确定工具是否正确,不确定是否有时间研究。
Stars: ✭ 32 (-99.75%)
Mutual labels:  jvm
oh-my-jvm
☕️ using golang write jvm
Stars: ✭ 16 (-99.87%)
Mutual labels:  jvm
Computer-Science-Learn-Notes
CS(Computer Science)生涯:读书笔记,集成Java知识体系!(Java基础、JVM、JUC、Spring系列、面试八股文、力扣刷题笔记,数据结构和算法、SpringBoot整合其他框架等)
Stars: ✭ 141 (-98.89%)
Mutual labels:  jvm
LLVM-JVM
[W.I.P] A Just-In-Time Java Virtual Machine written in Haskell
Stars: ✭ 22 (-99.83%)
Mutual labels:  jvm
mleap
R Interface to MLeap
Stars: ✭ 24 (-99.81%)
Mutual labels:  jvm
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-99.77%)
Mutual labels:  jvm
java-server-sdk
LaunchDarkly Server-Side SDK for Java
Stars: ✭ 71 (-99.44%)
Mutual labels:  jvm
pitifulvm
A shabby implementation of Java virtual machine in C
Stars: ✭ 124 (-99.02%)
Mutual labels:  jvm
doc
QuickPerf documentation: https://github.com/quick-perf/doc/wiki/QuickPerf
Stars: ✭ 22 (-99.83%)
Mutual labels:  jvm
Javaguide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Stars: ✭ 114,707 (+804.49%)
Mutual labels:  jvm
Konfig
Simple config properties API for Kotlin
Stars: ✭ 249 (-98.04%)
Mutual labels:  jvm
Argon2 Jvm
Argon2 Binding for the JVM
Stars: ✭ 245 (-98.07%)
Mutual labels:  jvm
Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (-77.91%)
Mutual labels:  jvm
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (-98.12%)
Mutual labels:  jvm
My Review
主要存放平时理论学习,比如java jdk源码分析、并发理论;面试、数据库、Linux、中间件、分布式、网络协议等方向
Stars: ✭ 237 (-98.13%)
Mutual labels:  jvm
Smallrye Mutiny
An Intuitive Event-Driven Reactive Programming Library for Java
Stars: ✭ 231 (-98.18%)
Mutual labels:  jvm
Python Jvm Interpreter
Java Virtual Machine implementation in Python
Stars: ✭ 232 (-98.17%)
Mutual labels:  jvm
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (-98.18%)
Mutual labels:  jvm
Paguro
Generic, Null-safe, Immutable Collections and Functional Transformations for the JVM
Stars: ✭ 231 (-98.18%)
Mutual labels:  jvm
Future
High-performance Future implementation for the JVM
Stars: ✭ 223 (-98.24%)
Mutual labels:  jvm
Eta
The Eta Programming Language, a dialect of Haskell on the JVM
Stars: ✭ 2,507 (-80.23%)
Mutual labels:  jvm
Javainterview
java中高级基础指南
Stars: ✭ 222 (-98.25%)
Mutual labels:  jvm
Styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 218 (-98.28%)
Mutual labels:  jvm
Ckite
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
Stars: ✭ 214 (-98.31%)
Mutual labels:  jvm
Javacollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
Stars: ✭ 2,957 (-76.68%)
Mutual labels:  jvm
Inline Java
Haskell/Java interop via inline Java code in Haskell modules.
Stars: ✭ 197 (-98.45%)
Mutual labels:  jvm
Vlingo Actors
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.
Stars: ✭ 196 (-98.45%)
Mutual labels:  jvm
Ballista
Distributed compute platform implemented in Rust, and powered by Apache Arrow.
Stars: ✭ 2,274 (-82.07%)
Mutual labels:  jvm
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (-98.47%)
Mutual labels:  jvm
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (-75.42%)
Mutual labels:  jvm
Miraiandroid
QQ机器人 /(实验性)在Android上运行Mirai-console,支持插件
Stars: ✭ 188 (-98.52%)
Mutual labels:  jvm
Sgx Lkl
SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves
Stars: ✭ 187 (-98.53%)
Mutual labels:  jvm
301-341 of 341 similar projects