runnable
There are 95 repositories under runnable topic.
callicoder/java-concurrency-examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
minhbtrc/langchain-chatbot
This code is an implementation of a chatbot using LLM chat model API and Langchain.
sacode387/FlowRun
Runnable flowcharts for the web
dadhi/CsToMd
Visual Studio extension and dotnet CLI tool to generate the Markdown Docs from the C# Tests keeping your Docs and Tests in sync!
opentracing-contrib/java-concurrent
OpenTracing-aware helpers related to java.util.concurrent
khalidx/runbook
Executable markdown documents that you can run, template, and share!
Manikkumar1988/TimerInRecyclerView
Handling multiple Countdown timers in Recyclerview
finger563/unreal-rtsp-display
Unreal Engine 5 Example for receiving video streams over RTSP (using FSockets and FRunnables) and displaying their image data in a texture.
360matt/RunnableOverNetwork
Allows you to send class Runnable, Consumer, Function files via the socket, load them into the CloassLoader and have it executed on the server side. Allows you to debug an application [remotely] without restarting it.
NachiketaVadera/100-ways-to-print-HelloWorld-in-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!
Shubh2-0/Runnable_vs._Callable
This GitHub repository explores Runnable and Callable interfaces in Java. It provides examples and code implementations to demonstrate their usage in concurrent programming. Learn the differences and when to use each interface. Enhance your understanding of these Java interfaces.
friedunit/concurrent-programming-GUI
Java Swing GUI project working with concurrent programming, Java Threads, and Runnable interface
spongycode/droid-jet
Droid Jet is an exciting Android game where you pilot a spaceship through an endless space filled with barriers and rewards.
bihe0832/JarDemoByAndroidStudio
使用Android Studio开发可独立运行(runnable)混淆过的Jar程序
meyfa/runstring
Convert JS functions to runnable strings. With parameter serialization!
pjhaok/ImageFlow
Endless flow of view nodes, fully written using various android and java features like ExecutorService, Executors, Future, Handler, Looper, Threads, Runnable, Callable, json, http, BlockingDeque, Hashtable, WeakReferences, RecyclerView, various CustomViews...etc
conorheffron/ironoc
Personal / Portfolio Website
KubawGaming/BetterRunnableAPI
Small library based on the Bukkit API that allows you to easily create a Task
LasaleFamine/runnable-exports
Run your exports as command line arguments
proxyagent/SCJingleConverter
greggersaurus OpenSteamController SCJingleConverter codebase compiled & deployed into a runnable exe file.
wagnerjfr/bingo-game-publisher-subscriber
Mary, John, Mark, Ana and Paul try their luck in a Bingo. Who is going to win?
acdirican/fifty-shades-of-multithreading
How many different ways can you find to calculate the sum of an array by multi-threading? Thread, Runnable, Callable, Future, ExecutorService
Acelotick/batch-windows-utilityes
Все самые полезные и самые важные утилиты пакетных файлы для windows 10/11
alansastre/java-concurrency-advanced
Concurrencia en Java. API java.util.concurrent para creación de programas concurrentes en Java.
Ashfaqbs/Concurrency-Multithreading-and-Parallel-Computing-in-Java
Concurrency, Multithreading and Parallel Computing in Java
boostasoft/session_expired_demo
Suppose you are developing an application that deals with sensitive user data, and you want that when the user does not interact directly with the application for a certain period of time, the application closes his session and sends him back to another activity that can be a lock screen in the application or even a return to the login screen. If this is your case, then the code in this demo will be of great help.
cgjerow/SimpleThreadedJavaHttpServer
A simple HTTP Server for those of us who don't need to leverage the vast frameworks.
durmazoguzhan/SimpleTimer
Kotlin Simple Timer App
Katapios/concurrency-examples
Concurrency examples in java | Многопоточность в java
mikanmi/runnable-platform
You can enjoy controlling your infrared home devices, a ceiling light, an air conditioner, or more joyful devices on Apple Home app on iPhone or Siri, using RunnablePlatform and your Custom-Command.
RaedMassoud/Java-Concept-Implementation
An implementation of several OOP concepts in java
Rincon10/AREP-TALLER05
Threads and Runnable
Shiru99/Multi-Threads-Synchronization
Multi Threading & Synchronization in java
VANSHTRIVEDI/Producer-Consumer-Problem-Java
I recently tackled the classic Producer-Consumer problem using Java and multithreading. This problem is a fundamental example in concurrent programming, showcasing how producers and consumers can work together while sharing a common buffer.
wagnerjfr/web-http-socket-server-task-manager-docker
This project aims to create two kinds of multi-threaded web servers (with thread-pooling) for executing simple tasks. There are three tasks implemented and the user can add more. The web servers receive the command and the parameter(s) for running a task through terminal command.