Pinned Repositories
BitcoinForecast
Predict bitcoin price with deep learning
BitNet
Official inference framework for 1-bit LLMs
Computer-Science-Projects
Collection of projects from computer science coursework
cpython
The Python programming language
grpc-java
The Java gRPC implementation. HTTP/2 based RPC
interactive-coding-challenges
Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
interview
Interview questions
ITK
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
java-design-patterns
Design patterns implemented in Java
StockMarketPrediction
Stock Market Prediction using Machine Learning done as a final year university project. It uses LSSVR to train the model and is programmed in R
ajayjoshi879's Repositories
ajayjoshi879/BitNet
Official inference framework for 1-bit LLMs
ajayjoshi879/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
ajayjoshi879/ITK
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
ajayjoshi879/30-seconds-of-code
Short JavaScript code snippets for all your development needs
ajayjoshi879/agrona
High Performance data structures and utility methods for Java
ajayjoshi879/AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
ajayjoshi879/awesome-distributed-systems
A curated list to learn about distributed systems
ajayjoshi879/COVID-Xray
ajayjoshi879/data-structures-and-algorithms-level-up-java
Data Structures & Algorithms Level Up - Course Repository (in Java)
ajayjoshi879/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
ajayjoshi879/flink
Apache Flink
ajayjoshi879/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
ajayjoshi879/git-lfs
Git extension for versioning large files
ajayjoshi879/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
ajayjoshi879/interviews
Everything you need to know to get the job.
ajayjoshi879/kafka
Mirror of Apache Kafka
ajayjoshi879/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
ajayjoshi879/LintCode
Java Solutions to problems on LintCode/LeetCode
ajayjoshi879/linux
Linux kernel source tree
ajayjoshi879/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
ajayjoshi879/opencv
Open Source Computer Vision Library
ajayjoshi879/pipewire
Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
ajayjoshi879/qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
ajayjoshi879/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
ajayjoshi879/scikit-image
Image processing in Python
ajayjoshi879/sonarqube
Continuous Inspection
ajayjoshi879/spark
Apache Spark - A unified analytics engine for large-scale data processing
ajayjoshi879/sympy
A computer algebra system written in pure Python
ajayjoshi879/VTK
Mirror of Visualization Toolkit repository
ajayjoshi879/webcam-capture
The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.