2,955 skills found · Page 15 of 99
kousen / Java Groovy KotlinRepository from "Functional Programming in Java, Groovy, and Kotlin" presentation
HMS-Core / Hms Push Serverdemo JavaJava sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.
Arijit-SE / TCS Digital JAVACodingHere I have solved different type of Coding questions of Java programming of TCS Digital exam
linkedin / ConcurrentliClasses for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java programs
gdejohn / ProcrastinationA small, straightforward library bringing the benefits of functional programming to Java 11
relminator / AnyaBasicAnyaBASIC is a portable Interpreted Programming Language made in Java. It has a syntax similar to BASIC with a bit of C, Javascript and PASCAL thrown in.
lianghuan-xatu / Jd Pruchase Kill DevThis project focuses on optimizing the Java version of JD.com’s Moutai flash sale system, including error time adjustment and queue process optimization. The program compares local time with JD.com’s server time and adjusts accordingly, ensuring that the purchase timing is based on the local system’s clock.
Cydeo-EU9 / JavaProgrammingEU9No description available
Tarek-Mostafa / Java Programming Solving Problems With SoftwareMy solutions to code problems in Java Programming: Solving Problems with Software Course at Duke University offered at Coursera.org
d-holguin / Mooc Java Programming IUniversity of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
martin-pabst / Online IDEOnline-IDE is a java-like programming language with IDE for computer-science-education that runs inside any browser
powerpoint45 / QuickMemo Lqm To Txt File ConverterThis java program converts LG's QuickMemo lqm note files into text (txt) files
airscholar / SparkingFlowThis project demonstrates how to use Apache Airflow to submit jobs to Apache spark cluster in different programming laguages using Python, Scala and Java as an example.
pakoito / FunctionalRxFunctionalRx is a collection of constructs to simplify a functional programming approach to Java and [STABLE]
dilipsundarraj1 / Parallel Asynchronous Using JavaThis repo has the code for parallel and asynchronous programming in Java
rogerwcpt / Java Linq ExamplesComparision of C# Linq functional programming to Java's functional programming
ExC0d3 / Competitive:chart_with_upwards_trend: Implementations of various important algorithms and Data Structures used in Competitive Programming in C/C++/Python/Java ...
rpav / CheckLWhy write programs in Common Lisp but tests like Java? Meet CheckL!
devleo-m / Code PlaygroundThis repository is a collection of my learning journey in various programming languages, including Ruby, JavaScript, Java, and C++. Dive into code snippets, projects, and resources aimed at aiding your learning experience.
brutusin / InstrumentationAn extensible java agent framework that instruments (modifies the bytecode at class loading time) programs running on the JVM, with the purpose of capturing method invocation events (start, finish, errors ...) and notifying custom listeners.