MiticCreature

MiticCreature

Geek Repo

Company:www.google.com

Github PK Tool:Github PK Tool

MiticCreature's repositories

Bioinformatics-Algorithms-in-JavaScript

These Bioinformatics HTML5/JS files accompany the book entitled: Algorithms in Bioinformatics: Theory and Implementation, and they are compatible with all internet browsers. These algorithms include more than 120 open-source implementations that describe many known or novel algorithms in Bioinformatics.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

Combining-two-signals-in-JS-C-Py-PHP-VB-Pl-Rb-Java

This is an implementation designed in eight different programming / scripting languages, namely C#, Python, VB6, Javascript, Perl, Ruby, Java and PHP. Each implementation is able to mix two signals/vectors (A and B) in arbitrary proportions.

Language:C#License:MITStargazers:1Issues:0Issues:0

Discrete-Probability-Detector-in-VB6

Discrete Probability Detector (DPD) is an algorithm that transforms any sequence of symbols into a transition matrix. It is able to detect the number of states from the sequence and calculate the transition probabilities between these states. This version of DPD is made in Visual Basic 6.0.

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

Dynamic-Block-Allocation-algorithm

The Dynamic Block Allocation algorithm (DBA) represents a flexible method for partitioning string sequences into data blocks taking into account different rules imposed by a function. Two versions of this algorithm are presented, namely DBFA (Double Brute Force Algorithm) and MBFA (Multi Brute Force Algorithm).

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

Genomin

Genomin is an implementation for large-scale genomic analysis. It is made in Visual Basic 6.0 (VB6). It uses the seek method to generate buffers from large FASTA files (over 8 Gb).

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

Jupiter-Bioinformatics-V1

Jupiter Bioinformatics (V1) - To find similarities between two words, a manual comparison is required.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

Jupiter-Bioinformatics-V2-normal

Jupiter Bioinformatics (V2 - normal) - local sequence alignment, is an open source application designed in native JavaScript, that is able to align two sequences/texts in order to match the regions that are similar.

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

Markov-Chains-Prediction-framework

This application makes predictions by multiplying a probability vector with a transition matrix multiple times (n steps - user defined). On each step the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over a number of steps.

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

Markov-Chains-Simulation-framework

The Markov Chains - Simulation framework is a Markov Chain Generator that uses probability values from a transition matrix to generate strings. At each step the new string is analyzed and the letter frequencies are computed. These frequencies are displayed as signals on a graph at each step in order to capture the overall behavior of the MCG.

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

Objective-Digital-Stains

This is an application that shows the informational structure of DNA sequences. The objective digital stain (ODS) is represented by a distribution of points on a two-dimensional image, which reflects the information structure inside a DNA/RNA sequence.

License:MITStargazers:1Issues:0Issues:0

PI-laboratory-in-VB6

A sequence of digits that never ends and never exhibits any clear patterns, is scratchy for any questioning mind. The main question in regard to this project is: Are there patterns in the digits of irrational numbers? PI laboratory is a scanner that tries to show patterns in the digits of irrational numbers, in a graphical manner.

License:MITStargazers:1Issues:0Issues:0

Simple-sequence-alignment-in-VB6

This highly responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the pairwise alignment as well as the score matrix in real time. The purpose of it is to seeks the optimal alignment between two text sequences.

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

VB6-add-GUI-objects-at-runtime

This Visual Basic 6.0 (VB6) demo shows how to make new objects at runtime. Shows how different types of objects (in this case a textbox object) can be created at runtime and whose properties can be modified as desired.

License:MITStargazers:1Issues:0Issues:0

Visual-Sequence-Alignment-in-VB6

This highly visual and responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the pairwise alignment as well as the score matrix in real time.

Language:Visual Basic 6.0License:MITStargazers:1Issues:0Issues:0

WebCam-software-sampling

This Web Cam software saves images from the camera at regular time intervals. These images are samples used by the Photon-pixel coupling method. Thus, the images are further used here: https://github.com/Gagniuc/Prototype-software-for-Photon-pixel-coupling

Language:VBALicense:MITStargazers:1Issues:0Issues:0

Binary-metamorphosis

The VB6 applications shown here use the hexadecimal system to encode the binary content of an executable file. The point here is that one may compile an executable file that contains another executable file inside. Once the new executable file is executed, it is able to write the embedded executable file on disk as an independent executable file.

License:MITStargazers:0Issues:0Issues:0

Bioinformatics-HTML5-Implementations

These All-in-one Bioinformatics HTML5/JS files accompany the book entitled: Algorithms in Bioinformatics: Theory and Implementation, and they are compatible with all internet browsers.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

Discrete-Probability-Detector

These implementations make use of an algorithm called DPD (Discrete Probability Detector), that transforms any sequence of symbols into a transition matrix. DPD is able to detect the number of states from the sequence and calculate the transition probabilities between these states. This version of DPD is made in JavaScript, VBS and VB6.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

Mapping-pixels-to-LEDs-for-the-Photon-pixel-coupling-method

This software is mapping pixels to LED positions. The coordinates of each LED position is recorded as a string inside an array variable. The array variable is printed as a VB6 source code in a textbox object. Next, the content of the textbox object is manually copied inside the VB6 source code of the Vesta software.

License:MITStargazers:0Issues:0Issues:0

Markov-Chains-detector-in-VB6

The current VB6 application is a detector that uses observation sequences to construct the transition matrices for two models, which are merged into a single log-likelihood matrix (LLM). A scanner can use this LLM to search for regions of interest inside a longer sequence called z (the target).

License:MITStargazers:0Issues:0Issues:0

Markov-Chains-The-weather

This application uses a transition matrix to make predictions by using a Markov chain. For exemplification, the values from the transition matrix represent the transition probabilities between two states found in a sequence of observations.

Language:Visual Basic 6.0License:MITStargazers:0Issues:0Issues:0

Mix-two-signals-by-using-Spectral-Forecast-in-VB6-app-v2.0

This is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions.

License:MITStargazers:0Issues:0Issues:0

Motif-detection-VB6

This application searches inside a text sequence for words that resemble those inside a list of similar words.

License:MITStargazers:0Issues:0Issues:0

native-JS-Charts

The projects in this repository show a series of js charts of two types. Both of these types use the HTML5 canvas object. The first type of chart provides a normal linear plot and probably shows the shortest source code for a chart made in javascript.

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

Prototype-software-for-Photon-pixel-coupling

Photon-pixel coupling is a novel method that allows a parallel sampling of an unlimited number of sensors. In the case shown here, 200 sensors are sampled in parallel at video rate frequency. This implementation is done in Visual Basic 6.0 (VB6).

Language:Visual Basic 6.0License:MITStargazers:0Issues:0Issues:0

test

test

License:GPL-3.0Stargazers:0Issues:1Issues:0

VBA

Code Blocks relating to everything VBA

Language:VBAStargazers:0Issues:0Issues:0

VBA-toolbox

The VBA toolbox

Language:MATLABLicense:GPL-3.0Stargazers:0Issues:0Issues:0

VBA-Web

VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web

License:MITStargazers:0Issues:0Issues:0

Waveform-mixing-with-Spectral-Forecast-in-JS

Waveform mixing with Spectral Forecast in JS - is a demo application designed in Javascript, that is able to mix two signals (A and B) in arbitrary proportions.

License:MITStargazers:0Issues:0Issues:0