Showing 13 open source projects for "basic language programming"

View related business solutions
  • 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Finding DNA Repeats by RFRE

    Finding DNA Repeats by RFRE

    RFRE is a tool to find DNA repeats (tandem and short)

    A tool to FIND DNA REPEATS (tandem and short): RFRE is a mini tool to search for the repeated DNA sequences (SHORT REPEATS OR TANDEM REPEATS) characters by using the regular expression language (VB script). The Metacharcter and their behaviours in the context of regular expressions are the main methods to identify the different searched patterns and by different combination of Metacharcter, the programmed tool can search and detect the pattern of DNA sequence. Repeater Finder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BOWS

    BOWS

    Bioinformatics Open Web Services

    BOWS is a generic system based on Web Services which allows programmatic access to applications running on HPC clusters. BOWS allows incorporation of several independent applications since programmers can install them in HPC clusters in any programming language. The lonely requirement is to write a script named “arrow” which calls BOWS back-end services periodically in order to check for new processes and their required parameters. If a new process is found, the “arrow” script should change the requisition status from waiting to running, run the process in the HPC cluster and, when the job is complete, call a BOWS back-end service to send the results. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    WrapImaJ

    Multi-platform API for Image Processing systems in Life Sciences

    ...In it's current form, it only wraps basic functionalities of ImageJ. The developers of WrapImaJ intend the library to support compatibilty with the main imaging systems available in the Java language and broadly used in the field of life sciences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JBioFramework

    JBioFramework

    Growing suite of proteomics simulations for educational purposes

    JBioFramework (JBF) is a set of two different chemical separations simulations (2D Electrophoresis and Mass Spectrometry) that are frequently used in chemistry, biochemistry and proteomics research. It is written in the Java programming language and will run on any and all systems that have the JVM installed. As we continue to develop the software over the coming months/years and attempt to quantify the success of our efforts with testing and reviews, user input is very important. Please don't hesitate to review the software below or email Paul Craig [pac8612@rit.edu] with larger descriptions/bugs/feature ideas. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 5
    PDBManip

    PDBManip

    PDBManip is a free program for editing PDB (Protein Data Bank) Files

    ...It has a graphical user interface and it is provided as an executable file for running on Windows® operating systems. There is a bunch of free programs on the internet for the same purpose. What discriminate between PDBManip and those programs is that PDBManip uses AngelScript language which is very similar to C/C++ language, to write scripts to do our editing tasks. I know that the text-manipulation script languages such as Awk and Perl are available, and many users, uses these to do their works. However, in developing PDBManip, I have customized scripting language, by adding predefined PDB related variables and functions, in such a way that a user with a very basic knowledge of programming can easily write very eligible scripts, even for very complicated editing and manipulating tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HeatmapGenerator
    HeatmapGenerator is a graphical user interface software program written in C++, R, and OpenGL to create customized gene expression heatmaps from RNA-seq and microarray data in medical research. HeatmapGenerator can also be used to make heatmaps in a variety of other non-medical fields. HeatmapGenerator is peer-reviewed published software (http://www.scfbm.org/content/9/1/30). Please cite: [Khomtchouk et al.: "HeatmapGenerator: High performance RNAseq and microarray visualization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    R-gregmisc is a set of extension package for the open-source statistical environment/language "R''. It includes functions for plotting (gplots), data manupulation (gdata), modeling (gmodels), and programming tools (gtools), creation and management of sub-processes (fork), determing sample sizes for -omics experiments (ssize), and a variety of other packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TeachingDemos

    Bioinformatics related demos and tutorials using the R programming lan

    Bioinformatics related demos and tutorials using the R programming language for large biological data. Licence: Creative Commons Attribution-NonCommercial 4.0 International License
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Pysimony

    A Pythonic Implementation of Parsimony Inference of Phylogeny

    ...I have clearly avoided object-oriented programming. Nevertheless, I distribute this imagining it might someday be slightly educational or at least provide a laugh at the pathetic attempt it makes to reinvent the wheel
    Downloads: 0 This Week
    Last Update:
    See Project
  • SIEM | API Security | Log Management Software Icon
    SIEM | API Security | Log Management Software

    AI-Powered Security and IT Operations Without Compromise.

    Built on the Graylog Platform, Graylog Security is the industry’s best-of-breed threat detection, investigation, and response (TDIR) solution. It simplifies analysts’ day-to-day cybersecurity activities with an unmatched workflow and user experience while simultaneously providing short- and long-term budget flexibility in the form of low total cost of ownership (TCO) that CISOs covet. With Graylog Security, security analysts can:
    Learn More
  • 10
    GenCart: Genome Cartology in the R Statistical Programming Language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The JefNET (Java Evolutionary Framework Network) Proj. consists of three subprojects: JEF, Dna, JXTAJef. Our intent is to provide a distributed genetic programming framework for the Java language, and a network in which classes can spontaneously evolve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Genetic programming environment to inference context free grammars base on positive and negative examples of language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Swallow

    A Nondeterministic GLR Parser for CUDA

    A CUDA parallel parser for nondeterministic grammars based on a Bison-generated GLR Parser. Parsing has been used to syntactically analyze programming language. Usually, parsing programming languages is deterministic, i.e., there exists exactly one valid way to syntactically interpret the input. In this project, non-deterministic parsing is used as means to predicting RNA secondary structures. In non-deterministic parsing, more than one syntactic interpretation is valid. This is where this project comes in. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next