I have installed Docker and used it to build a container for this official NextCloud Docker Image. I was able to install NextCloud and serve it on localhost:808
I want to format my date like : From May 1 (10:02 pm) to May 3 (10:02 pm) so I have this code: Time.ToLocalTime().ToString("MMM. d, (h:m tt)") Will this work?
I have a constants file from which i import a variable that has nested dictionaries and lists in it. When a certain API is called i alter some variable value wh
Basically I want to establish website with the LXC. so I installed LXD and created LXC called app1, then installed apache2. All are running, but when I use the
i have a dictionary dictionary = { 1:[[1,2],[3,4],[5,6],[7,8],[1,2]], 2:[[5,6],[7,8],[1,2]], 3:[3,4],[5,6],[3,4]] } How can i remove duplicate list in each va
I have two files: one has one word per line and the other has 3; they look like this: List file: Gene1 Gene2 Gene3 Gene4 Master file: Gene8 Gene3 2.1 G
I am continuing to use vuetify for my small personal project to study vue and vuetify well, i am using v-col and v-img to create a gallery of images and i would
I have a strangely structured data frame with a grouping variable as a factor, followed by a character variable identifying expected vs. actual values for a ser