Pinned Repositories
Bioinformatics-Algorithms-in-Java-Script
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.
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.
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.
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.
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).
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).
Jupiter-Bioinformatics-V1
Jupiter Bioinformatics (V1) - To find similarities between two words, a manual comparison is required.
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.
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.
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.
MiticCreature's Repositories
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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).
MiticCreature/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).
MiticCreature/Jupiter-Bioinformatics-V1
Jupiter Bioinformatics (V1) - To find similarities between two words, a manual comparison is required.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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.
MiticCreature/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).
MiticCreature/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.
MiticCreature/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.
MiticCreature/Motif-detection-VB6
This application searches inside a text sequence for words that resemble those inside a list of similar words.
MiticCreature/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.
MiticCreature/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).
MiticCreature/test
test
MiticCreature/VBA
Code Blocks relating to everything VBA
MiticCreature/VBA-toolbox
The VBA toolbox
MiticCreature/VBA-Web
VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web
MiticCreature/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.