Search Results for "regular expression tool" - Page 9

Showing 484 open source projects for "regular expression tool"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    PAC Manager
    PAC is a Perl/GTK replacement for SecureCRT/Putty/etc (linux ssh/telnet/... gui)... It provides a GUI to configure connections: users, passwords, EXPECT regular expressions, macros, etc. You like 'SecureCRT/SSHMenu'? Check this tool and let me know
    Leader badge
    Downloads: 91 This Week
    Last Update:
    See Project
  • 2
    - A port mirror to forward socket connections. - A java compiler for eclipse projects - A regular expression tester window in java (regexp.jar) - Some other non useful classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    mirPRo

    Tool for miRNA-seq analysis in C++

    mirPRo is a tool for miRNA-seq analysis. It can quantify known and novel miRNAs in single-end RNA-seq data and provide useful functions such as IsomiR detection and "arm switching" identification, miRNA family quantification, and read cataloging in terms of genome annotation. mirPRo only works for species that has reference genome. [1] Who are we?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SURCOMED

    SUrvival COmbined effect-driven cancer MEchanism Discovery

    Survival analyses based on the Kaplan-Meier estimate have been pervasively used to support or validate the relevance of biological mechanisms in cancer research. Recently, with the appearance of gene expression high-throughput technologies, this kind of analysis has been applied to tumour transcriptomics data. In a ‘bottom-up’ approach, gene-expression profiles that are associated with a deregulated pathway hypothetically involved in cancer progression are first identified and then subsequently correlated with a survival effect, which statistically supports or requires the rejection of such a hypothesis. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5

    MITP

    MITP - conserve & novel miRNA identification & target prediction tool

    miRNA is a widely known small non-coding RNA which can mediate gene regulation of most important biological processes in plants and animals. Therefore, identification conserve and novel miRNA and their target genes in model and new sequenced species are inevitable. MITP is designed to identify miRNA easily and faster based on sequence mapping result from any mapping software which producing SAM format output result, blast result (default output result) or blat result (default output result)....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    EBprotV2

    Bayesian Analysis of labeling-based Quantitative Proteomics Data

    EBprotV2 is an extension to the existing EBprot (version 1) which adopts a more flexible non-parametric mixture model. It serves as an differential expression analysis tool which takes into account the direct peptide to protein hierarchy which differs from the usual analysis which occurs at the protein-summary level. The tool is implemented in C++ which minimize computational time and also, incorporates an additional module which help users to generate comparison ratios between groups with multiple samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 8

    WIMSi

    Bioinformatics Tools for the Anaysis of DNA Methylation Data

    Genome-wide DNA methylation analyses find only modest correlations between differential methylation at gene promoters and expression. We created a new approach to methylation analysis based on shape-similarity that finds stronger associations between methylation and expression than previously observed. WIMSi includes both DISCOVERY and GENE LIST tools. The DISCOVERY tool is designed to discover patterns of methylation that correlate with differential expression, with minimal prior assumptions about what patterns should exist in the data. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Angular Websocket

    Angular Websocket

    The missing Angular WebSocket module for connecting client apps

    ...It offers a set of convenience methods and callbacks, such as onMessage, onOpen, onClose, and onError, to keep WebSocket handling consistent with other Angular services. Developers can filter messages by string or regular expression and optionally disable automatic $digest calls when needed for performance. The project can be consumed via Bower, npm, CDN, or manual download, making it easy to introduce into legacy build setups. It aims to be the “missing WebSocket module” for AngularJS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 10

    BoolCalc

    Boolean Expression Evaluator with AND/XOR minimization

    This is yet another boolean expression evaluator written in C/C++ with AND/XOR Sum-of-Product outputs. This is useful for projects that require heavy use of arithmetic functions, or multiplexors, where the XOR function dominates the logic expressions. There is also a similar tool with AND/OR/NOT output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Regex UI

    Regex UI

    Clean interface to execute and test your regular expressions.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    When I was learning Haskell, I missed the nice features of IntelliJ IDEA. My first approach was to use the default way of creating an IntelliJ plugin by defining a grammar and a lexer according to Haskell report. That didn't work out because I could not define all the recursion. Then I decided to use grammar and lexer definitions only for tokenizing and parsing Haskell code, and not for syntax checking the code. This is needed for syntax highlighting, all kinds of navigation, and so on....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Rootvole

    a text parsing library that matches text with concepts.

    For general processing of voice queries we developed a text parsing library named 'Rootvole' that can be used to match text with semantic concepts. The algorithm was implemented in Java and can be described as a form of a parsing expression grammar, where we generate the expressions to be detected beforehand by regular expressions and store them in a vocabulary. The central class is the parser class, which is instantiated as a series of vocabularies, simple text lists that describe tokens and synonyms, and value descriptors. It's meant as a lightweight alternative to "real" NLP (natural language processing).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Regular Expression Editor (RegExpEditor)

    Regular Expression Editor (RegExpEditor)

    regex as a tool, not as a problem

    Regular Expressions (aka regex, regexp) made easy. This simple tool manipulates text with regular expressions. Highlighting of regular expression results. See the real power of regex! Use Scala to do manipulate your search results even more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Bulk File Processor - Cinchoo

    Simple and easy to use bulk file processing

    Bulk file processing tool is an easy to use file processor that allows to carry out customized repeated operations on multiple files easily. With this tool, you can instruct the tool to process files in entire directories and subdirectories at once with a powerful preview and with multiple tools. It was designed to be easy to use yet powerful enough to handle some of the most complex repeatable tasks. The very basic functionality it provides is that it allows to rename file names in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    allim

    Allelic imbalance meter (Allim), a new tool for measuring allele speci

    ...Second, Allim includes a sequence specific simulation tool to estimate the remaining mapping bias. This estimated mapping bias is then incorporated in the statistical tests for allelic imbalance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BaseNet

    Bacterial sRNA analysis tool

    Perform gene expression profiling and predict novel sRNAs and automatically correlate co-differentially expressed sRNA-mRNA pairs to enhance target prediction and construct sRNA-mediated regulatory network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Expression Lab

    Regular Expression workbench for .Net

    Expression Lab is a lightweight Windows application based on the .Net Framework 4.0 that allows you to test regular expression (.Net flavour) patterns with real time results displayed on your target data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    flex: the fast lexical analyser

    flex is a tool for generating scanners

    flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules.
    Leader badge
    Downloads: 1,887 This Week
    Last Update:
    See Project
  • 20

    urlregwatch

    Check internet pages for changes by regular expression

    See README.md at github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vim-easy-align

    vim-easy-align

    A Vim alignment plugin

    vim-easy-align is a Vim/Neovim plugin that makes it simple to align text by a pattern, character, or regular expression across a selection or motion. Instead of hand-inserting spaces and fiddling with tabs, you select lines and invoke an interactive prompt that previews the alignment as you type the rule. It supports multiple delimiters—commas, colons, equals signs, pipes—and can align on the nth occurrence or on complex regex groups.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Dev-C++ for Homeworks

    Orwell Dev-Cpp with author authentication for homeworks

    Orwell Dev-C++ with author authentication. Perfect for student homeworks, if you don't want your students to copy their homework files from others. Authenticated files are regular source files with student's name and a security hash added at the end. Any cheating attempt by copying in the files / changing name will invalidate the hash and can be detected by the teacher. In addition, paste in authenticated files is only allowed from one's own files. The CheckHash.exe tool checks the hash and reports the authentication status of of all .cpp files in the current directory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    exd

    exd

    A command line tool to manage bytes in hex dumps or packet captures

    Command-line tool to examine or edit bytes in hex, octal, binary, or in packet capture (pcap) dumps. Exd is intended to be used in conjunction with hex dump tools such as xxd, od, hexdump, or hd, and with packet capture dump tools such as tshark and text2pcap. --- metadata tags byte hex octal binary pcap packet packet dump hexdump
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ChIP-RNA-seqPRO

    ChIP-RNA-seqPRO

    ChIP-RNA-sequencing-processing (ChIP-RNA-seqPRO)

    ChIP-RNA-seqPRO: A strategy for identifying regions of epigenetic deregulation associated with aberrant transcript splicing and RNA-editing sites. Runnable python scripts packaged together with customized annotation libraries, demo data input and README guide. 9/26 : v1.1 Updated MAIN_IV to debug error thrown by python pandas no longer supporting 'subset'. This code will no longer be actively maintained/updated here. A cloud-based resource for comparative analysis of epigenetic,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    htp is an HTML pre-processor. It is designed to be a flexible authoring tool that can easily be integrated into the design process. htp works by processing special HTML files and producing as output regular HTML files ready to be served up. The origin
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project