2,481 skills found · Page 28 of 83
ooxi / JdatauriSimple and well tested one file Java data URI parser
wrandelshofer / MonteMediaA Java library for processing still images, video, audio and meta-data.
naotsugu / PiecetableJava implementation of PieceTable data structure.
tuvtran / AlgorithmsImplementations of algorithms and data structures in Java, Python, and C++ (in progress)
afimb / Chouettechouette is a Java program for validating and exchanging Public Transport datas. Comes with a ruby web app : https://github.com/afimb/chouette2
Konloch / HTTPRequestHTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.
niiad / SarpongCollection of Data Structures and Algorithm Project works by University of Ghana undergraduates in Computer Science and in Information Technology using Java and JavaFx technology.
sel-project / SoupplyData for automatically generated libraries and documentation for Minecraft (Bedrock Engine) and Minecraft: Java Edition
irsyadabdillah / Grocery Store Toko SembakoA sample Grocery Store app built using the Room, MVVM, Live Data, Rx Java, Dependency Injection (Kotlin Injection) and support Dark Mode
kutschkem / Fpc Compression(Java-)Implementation of the compression method of Burtscher and Ratanaworabhan, "High Throughput Compression of Double-Precision Floating-Point Data"
avh4 / Hero ExtantJava port of Hero Extant: World Generator - This world generator uses fractal terrains and various simulations to generate highly detailed random map data.
gbzarelli / Kart Race Importer[JAVA] The 'Kart Race Importer' is a project to import data held in log files - Gympass technical challenge (approved)
MapGIS / MapGIS Desktop JavaMapGIS-Desktop-Java is a professional cross-platform desktop GIS product. Based on cross-platform micro-kernel construction, it is fully adapted to production domesticization. Besides, it provides a series of powerful functions such as, data management and editing, data mapping and visualization, spatial analysis and image processing, three-dimensional visualization and analysis,etc.. By plug-in framework, it realizes customization on demand.
apmcleod / Voice SplittingA Java project which is able to split MIDI performance data into monophonic voices.
Bill-Klay / Skincare Recommendation Android ApplicationSkincare recommendation android application that uses dataset from Kaggle and scrapped data from cosmetics websites to work a Tf-IDF vectorizer for content based filtering, and KNN and Decision trees for collaborative based filtering. The notebook also contains other approaches for POC including SVD. Backend APIs are based on Flask, Android application is made using Java with Android Studio whereas Firebase acts as the database and the middleware for relaying login information as well to serve the data to the application.
houbb / Sensitive Word DataThe sensitive word data for java.(敏感词/违禁词/违法词/脏词原始词库。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。内置支持单词标签分类分级。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。)
mcrwayfun / Java Data Structure用java实现数据结构,形成文档以及代码
PacktPublishing / Scalable Data Architecture With JavaScalable Data Architecture with Java, published by Packt
arunkumar9t2 / TrieA Java implementation of the Trie data structure
ronniebasak / JStructThe python struct library's port to java for reading and writing binary data as in python