390 skills found · Page 11 of 13
MihaMarkic / Godot Tscn ParserParser for Godot engine's .tscn scene files
DanielSchaffer / Node JspA very simple parser and view engine for JSP
component / PropsParse immediate identifiers from a js expression string (useful for template engines)
getsetgames / FacebookParseA plugin for Unreal Engine 4 that integrates the Facebook and Parse SDKs.
foo123 / XpresionXpresion: simple and flexible Expression Parser Engine with variables support for PHP, Python, JavaScript
ncouture / Python Search EngineSearch engine base (crawler, indexer and parser) using Python, Celery, RabbitMQ, CouchDB and Whoosh.
esneider / XmlLittle XML parser and XPath engine. It's an old couple-of-evenings project
xensik / Menu ToolA utility to parse & dump IW engine legacy UI scripts.
watzon / SpotlightSearch engine parsing for Crystal
solobot2 / GodotId3TagParserMP3 Id3Tag parser and extractor in gdscript for godot engine
maddnias / ILASTA simple engine to parse IL code to an abstract syntax tree using dnlib
mhuggins / Socket.io Cookie ParserCookie parser middleware for your socket.io or engine.io app.
vigneshnadar / Information RetrievalSearch Engine Implemented in Python. Components : Web Crawler. Indexer. Parser. Page Ranking Algorithm
component / Format ParserDeclarative template engine format string parser ("created_at | date:'%Y/%M/%d'" etc)
Dicklesworthstone / FrankenmermaidRust-first Mermaid-compatible diagram engine with smarter parsing, deterministic layouts, and high-quality output across CLI, SVG, terminal, and WASM targets
PorkShoulderHolder / UnityGraphiteA rendering engine for huge networks/graphs in 3D, complete with gexf file parser.
nullean / MermaiderA pure dotnet mermaid parser, layout engine AND renderer, no js runtime, AOT ready.
apparentlymart / Activity Streams TesterGoogle App Engine app which parses Activity Streams and renders what it found
OpenNFS / LibOpenNFSA collection of reverse-engineered parsers and format documents for classic Need for Speeds 1-5, used by the OpenNFS engine for asset load
manthanthakker / InformationRetrieval⇨ Designed and implemented a search engine architecture from scratch for CACM and a sample Wikipedia corpus. ⇨ Crawled the corpus, parsed and indexed the raw documents using simple word count program using Map Reduce, performed ranking using the standard Page Rank algorithm and retrieved the relevant pages using variations of four distinct IR approaches, BM25, TF-IDF, cosine similarity and Lucene based IR model. ⇨ Conducted a comparative study to evaluate the performance of the different search engines. ⇨ Technologies used: Lucene, NetBeans, JSoup, Weka, MapReduce