378 skills found · Page 8 of 13
Shubh2-0 / Multi ThreadingMultithreading is a Java feature that allows concurrent execution of two or more parts of a program for maximum utilization of CPU. Each part of such program is called a thread. So, threads are light-weight processes within a process.
bal-r / Stock Data ScraperFast and multi threaded stock data scraper written in Java using HTMLUnit and minimal-json. Scrapes Finviz and Stocktwits for data, and stores the information in a csv file.
Khachatur01 / Threaded Ddos JavaTest your site with X-DDoS. This DDoS tool uses proxy server. This tool only for test. Don't attack other's sites.
AKSarav / JavaThreadTopA Script based Tool for Linux Users - To find Which threads of application server(JVM) is consuming more CPU
aoxp / AOXP ServerA Java multi-threaded implementation of the AO server.
lnhutnam / Chat AppDesktop chat app using Java Swing, Networking, Multi-threading - Project for Topics in Java Application Course
dyneth02 / Threaded Resource Manager JavaJava multithreaded resource allocation system for SLIIT OOP module. Simulates multiple users requesting and releasing limited resources using threads, synchronization, and wait/notify mechanisms. Demonstrates real-time concurrency and resource management concepts.
lorin / Virtual Threads TlaReproduce a Java 21 virtual threads deadlock scenario in TLA+
pidster-dot-org / Java Agent BootstrapA generic Java Agent Bootstrapper, injects a configurable thread class implementation
dyneth02 / Factory Producer Consumer Simulation In JavaA Java multithreaded simulation of a factory production line with supplier threads for Iron, Wood, and Cement, and a producer thread that consumes raw materials to manufacture products. The project demonstrates synchronized thread communication, inventory management, and wait-notify mechanisms to handle resource availability.
RussellABrown / Kd TreeJava and C++ implementations of a dynamic, self-balancing k-d tree and a k-d tree-based key-to-multiple-value map, and multi-threaded implementations of a static k-d tree and a k-d tree-based key-to-multiple-value map. Also included are algorithms for nearest-neighbor search, region search, and reverse nearest-neighbors search.
davidminor / Java Thread Dump GrapherPoor man's java performance analysis - generates (via graphviz) a picture of your Java call graph using a series of thread dumps as input, from which you can identify your bottlenecks.
mheath / CpuJava utility for CPU/thread affinity
leogtzr / Jthreadparserjthreadparser is a Go library to parse Java Thread Dump files.
VirtusLab / Direct Style GuideA book written by AI, for AI and humans alike. Use-case driven guides to writing direct-style Scala 3 applications, based on virtual threads (Java 21+).
siddharthjadhav7 / Multithreaded Proxy Server A Java based application that creates a multi-threaded web proxy server that is capable of processing multiple simultaneous service requests in parallel. It enables caching and supports only GET method and handles errors whenever a client requests an object that is not available.
torrespro / Demo LoomLooking for some playground for getting your feet wet with @java 's Project #Loom? The "Simple Web Server" added in Java 18 is perfect for that; it's literally a single line of code for having it use Loom virtual threads.
AliAbozaid / Foursquare ExplorerThe application mainly consists of a map view, once opened it gets user GPS or Network location and requests for nearby venues from Foursquare APIs. Application should cache the retrieved venues so that on next application start up, cached venues are displayed until fresh new venues are retrieved from server. It then places pins of each venue on the map, pin images should be venues images retrieved from Foursquare. Clicking on any pin should open an info window with the name of the venue, when clicking on the info window allow user to check-in in this venue. For user to check-in, this user should be logged in using OAuth implementation of Foursquare login. • I am using Job queue manager library to easily schedule jobs (tasks) that run in the background, improving UX and application stability. You can find it here (https://github.com/path/android-priority-jobqueue) • I am using EventBus that simplifies communication between Activities, Fragments, Threads, Services, etc you can find it here (https://github.com/greenrobot/EventBus) • I am using Retrofit that turns your REST API into a Java interface. It depend on Okhttp and Gson library You can find it here (https://github.com/square/retrofit) or (http://square.github.io/retrofit/ ) • I am using foursquare-android-oauth You can find it here (https://github.com/foursquare/foursquare-android-oauth) • I am using google play services
ChunGeun-Yu / Java Virtual ThreadNo description available
sarmadhashmi / Multithreaded Sudoku ValidatorMulti-threaded Sudoku Validator implemented in Java and C.