Open Source Perl Information Analysis Software

Perl Information Analysis Software

View 201 business solutions

Browse free open source Perl Information Analysis Software and projects below. Use the toggles on the left to filter open source Perl Information Analysis Software by OS, license, language, programming language, and project status.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 11,750 This Week
    Last Update:
    See Project
  • 2
    Th3inspector

    Th3inspector

    Best Tool For Information Gathering

    Th3Inspector is a Perl- and shell-based, all-in-one information-gathering toolkit built to quickly enumerate public and semi-public data about targets (domains, IPs, phone numbers, mail servers, etc.). It exposes a single command-line entrypoint (Th3inspector.pl) with many switches for common reconnaissance tasks — examples include website info, whois, MX lookup, geo-IP, subdomain discovery, CMS detection, port scanning, and Cloudflare real-IP resolution — so a user can chain many checks from one script. The project provides simple install wrappers for Linux, Android/Termux and even instructions for Windows (Perl + CPAN modules), and includes helper scripts to update or install dependencies automatically. The repository is actively packaged as versioned releases in the README (current noted version 1.9) and is distributed under an MIT license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    miRDP2

    miRDP2

    Accurately and fast analyzing microRNAs transcriptome in plants

    miRDeep-P2 (miRDP2) is developed to accurately and fast analyze microRNAs (miRNAs) transcriptome in plants. It is adopted from miRDeep-P (miRDP) with new strategies and overhauled algorithm. We have tested miRDP2 to analyze miRNA transcriptomes in such plants with gradually increased genome size as Arabidopsis, rice, tomato, maize and wheat. Compared with miRDeep-P and several other computational tools, miRDP2 processed NGS data with superior speed. By incorporating newly updated plant miRNA annotation criteria, the accuracy of miRDP2 is also markedly improved. Our results demonstrate miRDP2 as a fast and accurate tool for analyzing the miRNA transcriptome in plants. Reference: https://doi.org/10.1093/bioinformatics/bty972
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4

    BioC

    We describe a simple XML format to share text documents and annotation

    A minimalist approach to share text documents and data annotations. Allows a large number of different annotations to be represented. Project files contain: - simple code to hold/read/write data and perform sample processing. - BioC-formatted corpora - BioC tools that work with BioC corpora BioC goals - simplicity - interoperability - broad use - reuse There should be little investment required to learn to use a format or a software module to process that format. We are interested in reuse, and we focus on common NLP tasks that are broadly useful for textmining.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    GPLIGC is a program for analysis and 3D visualization of GPS tracklogs (in igc format) as recorded by flight data recorders used by glider pilots.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Simple Event Correlator (SEC) is a lightweight event correlator for network management, log file monitoring, security management, fraud detection, and other tasks which involve event correlation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    scriptLattes is an open-source system to create academic reports of groups based on curricula vitae of the Brazilian Lattes Database.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Source code from the Research Institute for Signals, Systems and Computational Intelligence http://fich.unl.edu.ar/sinc
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    AraMorph is an Arabic morphological analyzer and part-of-speech tagger.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Part-of-speech tagging is the task of assigning symbols from a particular set to words in a natural language text. ACOPOST implements and extends well-known machine learning techniques and provides a uniform environment for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A.I. security app. Development ceased.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AmphetaRate is the first RSS recommendation server. It calculates your likes/dislikes to create a personalized RSS recommendation feed. We also currently provide an aggregator based on AmphetaDesk to communicate to AmphetaRate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Based on the Buckwalter Morphological Analyzer (Version 1.0) for doing Arabic stemming and POS tagging. Includes a rewrite of the original Perl script, with better documentation and more flexible options, and a C++ interface (usable as a library or app).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a project regarding parsing data from different(general) sources and representing it in form of graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Automalator

    State Dependency deconstructor and mapper for C source code.

    Flowcharts not telling you what you want to know about some C source code? Try a State Dependency map! Every C source file is an implemention of a state machine. Implicit in the definition of a state machine is a network of dependencies between the states. The Automalator * deconstructs the C code into the core state machine * collates the transactions into the dependency net * generates a diagram-format file with the states and dependencies as the nodes and edges. Pre-requisites * Perl - tested with versions 5.12.3, 5.14.2 and 5.20.2, Windows, Linux and MAC * Get the Automalator by downloading the zip, or checking out or exporting the SVN trunk * copy the source code of interest into "project.c" * windows - double-click "src2map.bat" * linux & MAC - navigate the command line to the "project" folder, then run "src2map.sh" * open "project.gml" file with diagramming software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BEE
    The BEE Project is a suite of tools supporting Business Intelligence project implementation including ETL tool and OLAP server and a thin client. The ROLAP server ensures multipass SQL generation and powerful cache management (utilizes MySQL RDBMS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Basti Tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An experimental CEP (Complex Event Processing) engine. It implements the event stream processing as a library embeddable in C++ and Perl. Since then it has been renamed to Triceps, so please look at the new location https://sourceforge.net/projects/t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BioGraphNet is a 'sandbox' within BioMOBY, comprising a common standard and collection of services for sharing distributed protein-interaction network information. We now serve several network data types, and encourage others to participate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenBRR is an initiative to create an open and standard framework for software assessment process. We strive to provide the industry standard framework in the open source world, and also the trusted data source to aid software assessment process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Byte Investigator

    Scripts for parsing and general use in Computer Forensics - Octane Lab

    O projeto Byte Investigator do Octane Labs nasceu com a finalidade de se ter um kit de ferramentas (scripts perl) de parsing de varias estruturas do ambiente Windows (arquivos e estruturas dos file systems). Estas ferramentas poderão ser utilizadas no cotidiano dos profissionais e pesquisadores de segurança nas tratativas de resposta a incidentes de Segurança de Informação e Computação Forense. A técnica de parser ou parsing consiste em usar um programa que detalhe as informações contidas em uma estrutura, seja ela de um arquivo do sistema operacional (por ex, um .lnk), de um arquivo de um aplicativo (por ex, um .ppt) ou mesmo de uma estrutura do próprio sistema (por ex, o $I30). Byte Investigator The Byte Investigator project from Octane Labs was born in order to be a parsing toolkit for several Windows structures (files and file system structures). These Perl script tools are useful tools for Computer Forensics professionals and Information Security researchers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WEB interface for the design, process and monitor inter-application data flows. It’s a message queue EAI. Written in Perl, Tested systems : Linux and HP-UX, WinXP is planned Supported Connectors : RDBMS, , LDAP, EDI, CSV, XML, HTML etc ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This command-line tool will help people who want to compare 2 csv-like files, and get a detailed report on which rows and fields differ between both files. An awk-based version and Perl Version is currently available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    D.U.C.K (Determine segmentation of Unknown words by using Context Knowledge)is an NLP tool, which aims to find the correct segmentation for unknown words in written Hebrew. Statistics from different scopes will be used to determine the segmentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB