Skip to content
View cleversonledur's full-sized avatar

Block or report cleversonledur

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. doctalk-pdf-langchain-rag doctalk-pdf-langchain-rag Public

    DocTalk: AI Chat for Documents! DocTalk is a Python application powered by LangChain and llama3 that lets you have a conversation with your documents!

    Python

  2. GCCTranslationUnitParser GCCTranslationUnitParser Public

    This is a parser that I created using ANTLR. This parses the translation unit file generated by GCC when using the -fdump-translation-unit flag.

    C++ 2

  3. crudify crudify Public

    This is a library that provides the @Crudify annotation in order to facilitate the creation of CRUD endpoints based on model classes.

    Java 1

  4. clang_examples clang_examples Public

    This is a POC of a simple source-to-source transformation using Clang Lib.

    C++ 4

  5. logparser logparser Public

    A parser in Java that parses web server access log file, loads the log to MySQL and checks if a given IP makes more than a certain number of requests for the given duration

    Java