Here is my web.config.js file 'use strict'; const path = require('path'); const webpack = require('webpack'); const resolve = require('resolve'); const HtmlWebp
I have this kind of file : >AX-89948491-minus CTAACACATTTAGTAGATT >AX-89940152-plus cgtcattcagggcaggtggggcaaaA >AX-89922107-plus TTATAACTTGTGTATGCTCTCA
I have an app on Apple Store and I would want to know the breakdown of devices running iOS 7, iOS 7.1, iOS 8, etc. However, this information doesn't seem to exi
I am working on a transition table module and am wrestling with how to make the output understandable for the user. I used to prepare transition tables in Excel
Hopefully this makes sense. I have a program I'm writing, which is all but finished and ready for testing, with one minor (major issue). In the Model package, t
I am signing up my users using Firebase's email and password method. like this: mAuth.createUserWithEmailAndPassword(email, password) .addOnCompleteListener(t
I am working on a selection menu where the user can select the number of experiments they want to compare/see. Depending on this number I would like to adapt th
I am dumbfounded right now, I have some code that works generating an array of data and operating on it. I am trying to sample random sections from my code, in