I am trying to map the str.split function to an array of string. namely, I would like to split all the strings in a string array that follow the same format. An
I have created a file upload website where I want to allow users to upload files in pdf, ppt, doc, txt, and zip format. I am using the HTML form to upload files
I've been reading various articles on styled-components in React. One such article suggested using presentation and structure components, but on the styled-comp
I've set up two tables: CREATE TABLE A ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name TEXT ); CREATE TABLE B ( id INTEGER NOT NULL PRIMARY
I am making a flask + react website and I want to use session, But the session does not persist between requests. I know it is caused because of CORS and I alre
so for some background, I currently have a pretty complex application, using PHP, jQuery, and some angular. I have a page (a dashboard) which presents the clien
When I was doing the RNA-seq, I use the HISAT2 to do the alignment. However, during the chip-seq analysis, bowtie2 is widely used to do the alignment. But there
I am running Clickhouse server on a Azure VM and trying to create a table using ReplicatedMergeTree engine (following this guide: https://medium.com/@merticariu
My code uses shared preferences and local db and saves some data on my usb device. I wanna to run my code from scratch every time. and these saved data be clea