I have the following map in my vimrc: nnoremap <C-a> ggVG nnoremap <C-c> "*yy (might be because I'm in visual mode here?) nnoremap <C-v> "*p
I am building a portfolio for myself, trying to have the website fit well on phones. currently, the sections are pushed to the right when you go phone mode. Thi
I need a collection of 64-bit floating point random numbers, and they should be distinct. Is there a library routine for this, or should I manually search for d
Someone ask me a very strange question which looks logically possible but I am newbie so I am asking here.. if input value is 5 return 7 and i
So, I have a container with display-style flex (nowrap) inside a fixed container. Every child has an auto-width setting as well as the parent and the wrapper. S
Write a C or C++ program that reads 10 characters from the user, and then searches for the position of the character 'z'. How would it be done? #include <std
This is my first question, so sorry if butcher it. I'm making an application, that will allow for a more efficient protocol creation for other people at my job.
I want to replace the text in the file and overwrite file. use strict; use warnings; my ($str1, $str2, $i, $all_line); $str1 = "AAA"; $str2 = "bbb"; open(RP,
I am trying to run java on vscode however the 'Extension Pack for Java' keeps asking me to redownload the jdk. I am able to run java on intellij and have been u