awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Perl 模块与资源

排名更新于 2026年6月30日

For Perl 模块大全, the strongest matches are ashutosh1206/crypton (This repo collects cryptography and CTF challenge resources in), danieldizzy/cryptography_1 (This repository is for a Coursera cryptography course and) and danielmiessler/robotsdisallowed (Robotsdisallowed is a collection of robots). holybugx/holytips and swig/swig round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “Perl modules, tools and resources” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Perl 模块与资源

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ashutosh1206/cryptonashutosh1206 的头像

    ashutosh1206/Crypton

    1,596在 GitHub 上查看↗

    This repo collects cryptography and CTF challenge resources in Python, not the curated Perl module and tool directory you're after.

    PythonCurated Lists
    在 GitHub 上查看↗1,596
  • danieldizzy/cryptography_1danieldizzy 的头像

    danieldizzy/Cryptography_1

    49在 GitHub 上查看↗

    Coursera Stanford Cryptography 1 - Thought by Prof. Dan Boneh

    This repository is for a Coursera cryptography course and has no connection to the Perl ecosystem, modules, or tools — it is entirely the wrong domain for this search.

    PythonCurated Lists
    在 GitHub 上查看↗49
  • danielmiessler/robotsdisalloweddanielmiessler 的头像

    danielmiessler/RobotsDisallowed

    1,485在 GitHub 上查看↗

    Robotsdisallowed is a collection of robots.txt disallowed paths, not a directory of Perl modules, tools, or learning resources; it has no relation to the Perl ecosystem.

    ShellCurated Lists
    在 GitHub 上查看↗1,485
  • holybugx/holytipsHolyBugx 的头像

    HolyBugx/HolyTips

    2,011在 GitHub 上查看↗

    A Collection of Notes, Checklists, Writeups on Bug Bounty Hunting and Web Application Security.

    This is a security and bug bounty resource collection, not a curated directory of Perl modules, tools, or learning materials — it does not fit the Perl ecosystem focus of your search.

    Curated Lists
    在 GitHub 上查看↗2,011
  • swig/swigswig 的头像

    swig/swig

    6,294在 GitHub 上查看↗

    SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming languages. It reads annotated C/C++ header files and produces language-specific bindings from a single interface definition, supporting languages such as Python, Java, Ruby, C#, Perl, and many others. The generated wrapper code is free from the project's GPL license, allowing users to distribute it under their own terms. The tool handles modern C++ features including templates, namespaces, smart pointers, and constructs up to C++20 through specialized parsing and code generatio

    SWIG generates Perl bindings from C/C++ libraries, but it is a code-generation tool rather than a curated directory or collection of Perl modules, development tools, and learning resources as sought.

    SWIGC and C++ API ExposuresAnnotation-Driven Binding CustomizationsC Header Binding Generators
    在 GitHub 上查看↗6,294
  • jordansissel/fpmjordansissel 的头像

    jordansissel/fpm

    11,479在 GitHub 上查看↗

    fpm is a multiplatform package builder and converter used to create software packages for various Linux distribution formats from a single unified source. It functions as a Linux distribution packager and a cross-format converter, transforming local directories, existing packages, or language-specific modules into platform-native formats such as DEB and RPM. The tool acts as a language-specific package wrapper, bundling modules from Node.js, Python, Ruby, and Perl into system packages. It can also generate packages that automatically configure system services for targets like systemd. The pr

    fpm is a packaging tool that can wrap Perl modules into system packages, but it is not a curated directory or collection of Perl modules, development tools, and learning resources—it builds distribution packages rather than organizing and presenting ecosystem resources.

    RubyCross-Format Package ConvertersLinux Package GeneratorsDirectory Packaging
    在 GitHub 上查看↗11,479
  • sstephenson/batssstephenson 的头像

    sstephenson/bats

    7,107在 GitHub 上查看↗

    BATS is a testing framework and verification tool designed for Bash scripts and Unix programs. It serves as a test runner that validates the behavior of command line utilities by verifying exit statuses and command output. The framework functions as a TAP compliant test runner, producing output that follows the Test Anything Protocol for integration with reporting tools and continuous integration pipelines. The tool provides test automation capabilities including isolated test execution in separate subprocesses and lifecycle management via setup and teardown functions. It covers result aggre

    BATS is a testing framework for Bash scripts, not a curated directory of Perl modules, tools, or learning resources, so it does not serve this search for Perl ecosystem content.

    ShellTAP Stream Outputs
    在 GitHub 上查看↗7,107
  • substack/tapesubstack 的头像

    substack/tape

    5,800在 GitHub 上查看↗

    Tape is a JavaScript testing framework and assertion library that serves as a test runner for Node.js and browser environments. It implements the Test Anything Protocol to provide a standardized, machine-readable format for test results. The project functions as a cross-environment test harness, allowing the same test suites to be executed across both server-side and client-side environments while maintaining a consistent output protocol. Its capabilities include validating value equality and truthiness, verifying exception handling, and coordinating asynchronous workflows. The framework als

    Tape is a JavaScript testing framework and test runner for Node.js and browsers, not a Perl ecosystem directory or collection of Perl modules, tools, or resources.

    JavaScriptTAP Stream Outputs
    在 GitHub 上查看↗5,800
  • tape-testing/tapetape-testing 的头像

    tape-testing/tape

    5,802在 GitHub 上查看↗

    Tape is a TAP-producing test framework for Node.js that provides assertions, spies, subtests, and isolated test harnesses. It functions as both a test runner and an assertion library, outputting results in the Test Anything Protocol format for machine or human consumption. The framework manages test execution through callback-based async control, plan-based auto termination, and subtest stack isolation. It includes a spy wrapper system that replaces object methods with call-recording wrappers that restore originals during teardown, along with a teardown callback registry that collects and exe

    Tape is a JavaScript test framework for Node.js that outputs TAP, not a Perl module directory or collection — it is entirely outside the Perl ecosystem this search targets.

    JavaScriptTAP Output PipelinesTAP Stream Outputs
    在 GitHub 上查看↗5,802
  • xixu-me/xgetxixu-me 的头像

    xixu-me/Xget

    8,150在 GitHub 上查看↗

    Xget is an edge-based network proxy and request router designed to optimize connectivity and reduce latency for remote resources. It functions as a high-performance interface for AI inference API requests, container registry mirroring, and the acceleration of Git repository operations and software package mirrors. The system distinguishes itself through protocol-aware proxying that preserves authentication and headers for Git and container registries. It utilizes rule-based URL transformation to map requests to accelerated upstream provider endpoints and employs a response rewriting mechanism

    This repository is a network proxy and request router for accelerating access to AI APIs, container registries, and Git repos—unrelated to any curated Perl module collection, development tools, or learning resources.

    JavaScriptMirrors
    在 GitHub 上查看↗8,150
  • jqlang/jqjqlang 的头像

    jqlang/jq

    34,901在 GitHub 上查看↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    jq is a JSON processing tool, not a curated directory or collection of Perl modules, development tools, or learning resources, so it does not match the requested ecosystem.

    CCommand-Line Data Processors
    在 GitHub 上查看↗34,901
  • enochtangg/quick-sql-cheatsheetenochtangg 的头像

    enochtangg/quick-SQL-cheatsheet

    5,406在 GitHub 上查看↗

    This project is a relational database cheat sheet and SQL reference guide. It provides a collection of syntax examples and query documentation for managing relational databases using structured query language. The tool is implemented as a static site with client-side searchable documentation, allowing for immediate filtering of technical content through a browser-based index. The reference covers relational database management, including data retrieval, database schema management, and record maintenance. It also includes guidance on relational data manipulation through table joins and the g

    This is a SQL cheatsheet, not a curated collection of Perl modules, tools, or learning resources.

    Curated Lists
    在 GitHub 上查看↗5,406
  • drduh/macos-security-and-privacy-guidedrduh 的头像

    drduh/macOS-Security-and-Privacy-Guide

    22,449在 GitHub 上查看↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    drduh/macos-security-and-privacy-guide is a comprehensive macOS security hardening guide, not a directory or collection of Perl modules, tools, or learning resources.

    Curated Lists
    在 GitHub 上查看↗22,449
  • bregman-arie/devops-exercisesbregman-arie 的头像

    bregman-arie/devops-exercises

    82,879在 GitHub 上查看↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    This is a DevOps and cloud infrastructure curriculum with Python examples, not a directory or collection of Perl modules, tools, or learning resources — it bears no relation to the Perl ecosystem.

    PythonCurated Lists
    在 GitHub 上查看↗82,879
  • pypa/sampleprojectpypa 的头像

    pypa/sampleproject

    5,245在 GitHub 上查看↗

    This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building, versioning, and uploading Python distributions. It serves as a concrete project template and example for configuring metadata and build artifacts for package indices. The repository illustrates how to package software by defining project metadata and dependencies in static configuration files. It covers the process of transforming source trees into versioned archives and platform-specific binary distributions, specifically showing how to build binary wheels and source distribut

    This is a Python packaging tutorial and reference project, not a curated directory or collection of Perl ecosystem resources — it is in the wrong language and domain entirely for this search.

    PythonMirrors
    在 GitHub 上查看↗5,245
一览前 10 名对比
仓库Star 数语言许可证最后推送
ashutosh1206/crypton1.6KPythonmit2021年6月19日
danieldizzy/cryptography_149Python—2017年2月3日
danielmiessler/robotsdisallowed1.5KShell—2022年8月22日
holybugx/holytips2K—GPL-3.02021年9月5日
swig/swig6.3KSWIGNOASSERTION2026年6月16日
jordansissel/fpm11.5KRubyNOASSERTION2026年4月22日
sstephenson/bats7.1KShellMIT2019年9月27日
substack/tape5.8KJavaScriptMIT2026年6月12日
tape-testing/tape5.8KJavaScriptmit2025年3月7日
xixu-me/xget8.2KJavaScriptAGPL-3.02026年6月22日

Related searches

  • Nim 编程语言库合集
  • Shell 脚本工具集
  • OCaml 库与工具合集
  • Dart 开发包合集
  • Groovy 开发库合集
  • Crystal 开发库合集
  • Erlang 开发库合集
  • F# 函数式编程资源合集