awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesBatch Source Processing

The ability to apply transformations to multiple files simultaneously while preserving state.

Distinct from File Change Batching: Distinct from File Change Batching: this is about processing many files for a build/obfuscation task, not grouping filesystem events.

Explore 1 awesome GitHub repository matching web development · Batch Source Processing. Refine with filters or upvote what's useful.

Awesome Batch Source Processing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • javascript-obfuscator/javascript-obfuscatorAvatar von javascript-obfuscator

    javascript-obfuscator/javascript-obfuscator

    16,129Auf GitHub ansehen↗

    This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha

    Processes multiple source files simultaneously while maintaining consistent identifier mapping through a shared cache.

    TypeScript
    Auf GitHub ansehen↗16,129
  1. Home
  2. Web Development
  3. Batch Processing
  4. Batch Source Processing