883 skills found · Page 9 of 30
Palmr / Classfile Parser:coffee: A parser for Java Classfiles written in rust
attoparser / AttoparserA tiny but fast java event-style markup parser.
wkgcass / VjsonA simple JSON parser and (de)serializer library for java/kotlin and kotlin-native/js. Also provides a strongly-typed language: vjson-script.
nawforce / Apex ParserSalesforce Apex language parser for Java and Javascript.
MysterAitch / JavaParser AST InspectorUsing JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your editor.
Aghajari / MathParserMathParser is a simple but powerful open-source math tool that parses and evaluates algebraic expressions written in pure java.
chenyurong / Song Parser Spi DemoSong Parser SPI Demo is a simple example of Java SPI.
brunoribeiro / Sql ParserThe Akiban SQL Parser provides a complete, production-quality Java parser for the SQL language. It defines the SQL grammar as implemented by Akiban, but can be used independently. It is derived from the Apache Derby parser.
grafana / Jfr ParserJava Flight Recorder parser library written in Go.
fcoury / JfilehelpersJFileHelpers is a library that automates the tedious task of parsing and creating structured text files. It handles fixed width or delimited files with Java annotations sweetness.
otto-de / Edison HalA library to parse and render application/hal+json documents in Java
ToToTec / CmdOptionCmdOption is a simple annotation-driven command line parser toolkit for Java 6+ applications that is configured through annotations.
gbenroscience / ParserNGParserNG is a pure-Java, blazing-fast math expression parser that does symbolic/numeric differential calculus, numerical integration, equation solving(quadratic, Tartaglia's, numerical solutions of other equations), matrix operations and statistics amongst other functionality. Parser-Fequency: millions of ops/second
FreddyChen / Shine Java基于Retrofit+RxJava实现的Java网络请求库封装,支持GET/POST/PUT/DELETE请求、动态BaseUrl、请求头、请求/响应日志、自定义加解密器等。同时,支持自定义Parser(数据解析器),用于解决不同返回数据Model。
berke / AurochsAurochs is a parser generator that uses the parse expression grammar (PEG) or "packrat" approach. It takes a grammar in a BNF-like notation (a .peg file) and produces bytecode (a .nog file) for a stack automaton. This bytecode is later interpreted on the input to parse using a C library. Bindings are given for Ocaml, Java and Exascript.
amankaushik / Stock Market Recommendation SystemThe information system chosen for the project was a stock investment management website providing live prices, historical data, news articles, etc and also basic analysis and recommendations using data mining techniques. 1. Crawling and parsing Yahoo-Finance, Reuters and Twitter data (Java, twitter4j). 2. Web Interface using J2EE and Struts-2 framework. jQuery (highstocks lib) for showing technical charts. 3. Database integration, data cleaning, feature selection on the collected data and applying linear regression and classification algorithms : SVM, Naive Bayes to produce detailed analysis and recommendations.
vertretungsplanme / Substitution Schedule ParserJava library for parsing schools' substitution schedules. Supports multiple different systems mainly used in the German-speaking countries, including Untis, svPlan, and DAVINCI
iadityak / Resume ParserA java Spring Boot Resume Parser using GATE library.
sgodbillon / BytecodeParserA Java library to parse JVM bytecode, simulate the stack and extract as much information as possible
paypal / Digraph ParserJava parser for digraph DSL (Graphviz DOT language)