awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jDataView avatar

jDataView/jBinary

0
View on GitHub↗
548 نجوم·58 تفرعات·JavaScript·MIT·2 مشاهداتjdataview.github.io/jBinary↗

JBinary

High-level API for working with binary data.

Features

  • File Processing - Binary file I/O and manipulation.
  • File Utilities - High-level I/O for binary file manipulation.

سجل النجوم

مخطط تاريخ النجوم لـ jdataview/jbinaryمخطط تاريخ النجوم لـ jdataview/jbinary

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ JBinary

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع JBinary.
  • mholt/papaparseالصورة الرمزية لـ mholt

    mholt/PapaParse

    13,492عرض على GitHub↗

    PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization. The library is characterized by its ability to process massive datasets using incremental streaming and chunk-based processing to prevent memory overload. It includes an automatic delimiter detector to identify separator characters without manual configuration and utilizes web workers to offload parsing logic to background threads, keeping

    JavaScript
    عرض على GitHub↗13,492
  • mozilla/pdf.jsالصورة الرمزية لـ mozilla

    mozilla/pdf.js

    53,454عرض على GitHub↗

    This project is a portable document rendering engine designed to parse and display complex document layouts directly within standard web browser environments. It functions as a web-native viewer that enables the presentation of documents without requiring external software or browser plugins. The engine utilizes a canvas-based rendering layer to map document page data onto standard web drawing surfaces, ensuring high-fidelity visual output. To maintain interface responsiveness, it offloads heavy parsing and object extraction tasks to background threads. The system also employs asynchronous by

    JavaScript
    عرض على GitHub↗53,454
  • mrrio/jspdfالصورة الرمزية لـ MrRio

    MrRio/jsPDF

    31,230عرض على GitHub↗

    jsPDF is a JavaScript PDF generation library and client-side engine that produces documents directly on the user's device. It provides a scriptable interface for creating PDF files within web browsers and other JavaScript runtime environments without requiring a backend server. The library includes a tool for defining document dimensions, orientation, and measurement units to control page layout. It also functions as a Unicode font integrator, allowing for the embedding of custom font files to support diverse languages and special characters. Capability areas cover dynamic document automatio

    JavaScript
    عرض على GitHub↗31,230
  • rtfpessoa/diff2htmlالصورة الرمزية لـ rtfpessoa

    rtfpessoa/diff2html

    3,321عرض على GitHub↗

    diff2html is a Git diff visualization library that transforms unified diff text into structured HTML. It serves as a renderer for visualizing code changes in web browsers, providing components to inject stylized diff visualizations and collapsible file lists directly into web page elements. The library enables both side-by-side and line-by-line code comparisons. It includes a syntax highlighting diff viewer that applies language-specific color coding to source code based on file extensions or manual mappings. To maintain alignment during reviews, the project implements synchronized scrolling

    TypeScriptcolorizeddiffdiff2html
    عرض على GitHub↗3,321

الأسئلة الشائعة

ما هي وظيفة jdataview/jbinary؟

High-level API for working with binary data.

ما هي الميزات الرئيسية لـ jdataview/jbinary؟

الميزات الرئيسية لـ jdataview/jbinary هي: File Processing, File Utilities.

ما هي البدائل مفتوحة المصدر لـ jdataview/jbinary؟

تشمل البدائل مفتوحة المصدر لـ jdataview/jbinary: mholt/papaparse — PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a… mozilla/pdf.js — This project is a portable document rendering engine designed to parse and display complex document layouts directly… mrrio/jspdf — jsPDF is a JavaScript PDF generation library and client-side engine that produces documents directly on the user's… rtfpessoa/diff2html — diff2html is a Git diff visualization library that transforms unified diff text into structured HTML. It serves as a…