Comment by Dominique on Copy color from color scaled numerical cell to text...
@DarrenBartrup-Cook: is there an official webpage, mentioning this to be impossible?
View ArticleComment by Dominique on How to transform a 2x512 array in Excel into a 32x32 one
@Excellor: Thanks for introducing WrapRows() and WrapCols(), I had never heard of those before. Unfortunately, those functions only work with one-dimensional vectors, not with 2D matrices.
View ArticleComment by Dominique on How to transform a 2x512 array in Excel into a 32x32 one
+25 for the effort, but as you state indeed, there should be a far easier solution than that.
View ArticleComment by Dominique on How to transform a 2x512 array in Excel into a 32x32 one
Although it looks easier than the accepted answer, I still find it quite complicated (introducing "new" functions like "Columns", "VStack", "Take", and then even nesting them, ...), isn't there a more...
View ArticleComment by Dominique on How to transform a 2x512 array in Excel into a 32x32 one
No. This causes a first line like 1 v1 2 v2 3 v3 ... while I want a first line like 1 2 3 ... and a second line like v1 v2 v3 .... (vx stands for value of x)
View ArticleIncrease WSL screen buffer
I'm working with the Ubunu WSL app from Canonical. When I start the application, this is the runtime directory: C:\Program...
View ArticleComment by Dominique on How can I create a mounting point to a drive, mapped...
@Cpt.Whale: thanks for your quick response. I didn't react yesterday as I am not working on Wednesdays. The two posts you refer to are not relevant: one mentions the solution might not be possible, the...
View ArticleComment by Dominique on Why is "grep" unable to find matches in an SQL-Server...
As you guys can see, the file is UTF-16 indeed. My grep is an alias (alias grep='grep -aI --color=auto'), so indeed I'm using the -a switch.
View ArticleComment by Dominique on Why is "grep" unable to find matches in an SQL-Server...
Thanks for your quick answer. I've edited my question, adding the information you requested. (But I don't know what UTF-16 exactly means, so I don't know how to handle that knowledge yet.)
View ArticleComment by Dominique on How to make sure my entire column contains similar...
Oops. I have added an entry, but I don't see it, so I tried "Ctrl+T" again, but it doesn't show anything. What's the shortcut for modifying a table?
View ArticleComment by Dominique on Why is "grep" unable to find matches in an SQL-Server...
As you guys can see, the file is UTF-16 indeed. My grep is an alias (alias grep='grep -aI --color=auto'), so indeed I'm using the -a switch.
View ArticleComment by Dominique on Why is "grep" unable to find matches in an SQL-Server...
Thanks for your quick answer. I've edited my question, adding the information you requested. (But I don't know what UTF-16 exactly means, so I don't know how to handle that knowledge yet.)
View ArticleComment by Dominique on How to grep search for text in an ISO-8859-1 encoded...
I just managed doing that, converting my file from ISO-8859 into UTF-8, using the command iconv -f ISO-8859-1 -t UTF-8 filename -o filename.
View ArticleHow to grep on accented vowels? [duplicate]
I have a logfile, written in French, containing the following information:Nouvelles données [Status : 32I was looking for all possible values of the mentioned status, but I didn't find anything:grep -o...
View ArticleComment by Dominique on How to turn a subdirectory of "C:\Program Files"...
The copying of that file is part of an automated process, so instead of a dialog box with a "Continue" button I get an error message.
View Article