#
interface
Here are 166 public repositories matching this topic...
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
patterns
interface
oop
design-patterns
inheritance
generics
bit-manipulation
string-manipulation
polymorphism
java-programming
encapsulation
comparator
java-interview-questions
oop-concepts
math--programs
-
Updated
Oct 30, 2019 - Java
A java wrapper for the Nanoleaf Aurora API
-
Updated
Jun 2, 2020 - Java
Android 接口式路由 / A routing framework to assist with Android Componentization. it's turns your route API into a Java interface.
-
Updated
Jun 19, 2020 - Java
Dialogue Experimental Toolkit (DiET)
-
Updated
May 21, 2020 - Java
A component to create a conversational flow interface for mobile apps that supports interactions in both UI and Voice.
-
Updated
May 23, 2020 - Java
Aris: a logic engine/formal proof interface; 2nd generation, successor to the C version of Aris.
-
Updated
Jun 30, 2020 - Java
Annotation based Kotlin Interfaces for Android SharedPreferences
-
Updated
Jan 19, 2019 - Java
Lantern Chess interface to chessclub.com
-
Updated
Jun 10, 2020 - Java
Everyone has their own personal reading history, and as we grow up, we are able to comprehend more and more complicated texts. But how do you estimate the level of difficulty of a given text, and how do you teach a computer to do that? In this project, you will find it out: write a program that determines how difficult the text is and for which age it is most suitable.
math
interface
lambda-functions
regular-expression
text-analysis
enum
streams
readability
lambda-expressions
lazy-evaluation
student-project
hyperskill
jetbrains-academy
-
Updated
Jul 5, 2020 - Java
Bank Application in Java with Factory and Observer pattern, interface, encapsulation and abstraction
design
interface
design-patterns
observer-pattern
abstraction
java-8
encapsulation
banking-applications
factory-method-pattern
inheritence
-
Updated
Sep 16, 2019 - Java
This is JAVA Application which can : collect operation system Logs : Security , Application ,... parse Logs structure split very large file of logs into configured chunk file ( time frame in minutes) Apply PowerShell commands over Windows Apply Linux commands Load and Store Configuration into Configuration file Work offline , store last processing point , even if App were closed it will know how to continue from the last point. work Async
java
windows
linux
security
reflection
interface
powershell
logs
composition
design-patterns
singleton
split-files
polymorphism
abstract
factory-pattern
redundancy
thread-safe
inheretence
macaddress
-
Updated
Mar 4, 2018 - Java
An Example Interface: How you can communicate with Vx520.
-
Updated
Nov 27, 2018 - Java
Provides a shell for managing Elasticsearch instances.
-
Updated
Jun 2, 2017 - Java
-
Updated
Feb 20, 2018 - Java
This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!
java
interface
random
thread
button
inheritance
threading
helloworld
runnable
helloworld-programs
commandline-arguments
jframe
corejava
constructors
good-to-learn
goodfirstissue
-
Updated
Oct 29, 2019 - Java
All starter java programs to understand the fundamentals
java
interface
functional-programming
jdbc
inheritance
threads
exception-handling
swings
oops-in-java
-
Updated
Jul 15, 2020 - Java
-
Updated
Oct 4, 2016 - Java
Easy command line interface, aimed to improve a users experience with their preferred terminal while keeping it comfortable.
-
Updated
May 8, 2018 - Java
Improve this page
Add a description, image, and links to the interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."
Related to #781 and #517.
As described in #781, Feign overrides the timeouts configured in my Apache
RequestConfig, even if I don't set custom request options in the Feign builder. This is unexpected behavior.The change introduced to fix #517 copies the existing
RequestConfig, but then immediately overwrites the timeouts, again, even if no Feign request options are set.