Skip to main content
Best practices
0 votes
4 replies
29 views

I have a Fortran code compiled with with the following flags: -fc=ifx -O3 -r8 -i4 -fpe0 -no-ftz -fp-model=fast=2 -heap-arrays 0 -init=zero -init=arrays -I ./include/ -L ./lib/ -lfmetis -lmetis -o ...
Subject303's user avatar
6 votes
4 answers
265 views

Let's say I have n arrays (right now I have 4 but that might go up) and they're supposed to be of the same size, but since I'm fetching them from outside the code I want to be sure std::vector<int&...
Nicolas A_Bored_Boy's user avatar
3 votes
1 answer
82 views

I'm creating some html files for colleagues where they can explore a leaflet map interactively, then save a copy for presentations. Unfortunately the downloads from addEasyprint in leaflet.extras2 are ...
Nova's user avatar
  • 6,040
Advice
0 votes
1 replies
60 views

We all know that there's no wrong way to write code, and infinite possible ways to complete a task. Everyone codes differently. There are of course many ways to shorthand code, so the same code can be ...
Gill P's user avatar
  • 385
2 votes
1 answer
132 views

I have a covariance matrix(4500*4500). WSSIZE in my installation approx 1.5 Gb. But for simplification, let's say it: covm←0.5×((5 5⍴⍳25)+⍉(5 5⍴⍳25)) Also, I vector rfikv←101 102 103 104 105 (in my ...
Yuliia Serhiienko's user avatar
0 votes
0 answers
54 views

I can't seem the resize the font in the Breakpoints windows of VS (Debug -> Windows -> Breakpoints). I tried to tweak all the options under fonts and color: "Tools -> Options -> ...
Tibz's user avatar
  • 9
0 votes
1 answer
138 views

Currently Discord has approximately 1.360.000.000.000.000.000 (1.36 * 10^18) IDs used up and a long can store integers up to 2^63 - 1, which is approximately 9.22 * 10^18. My question now is if I ...
JoniKauf's user avatar
  • 366
0 votes
1 answer
57 views

I would like to enchance my textareas with codemirror editor, but keep size defined in rows attribute. <textarea data-code-editor="javascript" name="javascript" rows="6&...
Vladimír Mlázovský's user avatar
2 votes
0 answers
149 views

Let's compare two functions doing the same thing: Hand-crafted enum reflection: enum Method { DELETE = 0, GET = 1, HEAD = 2, POST = 3, PUT = 4, OPTIONS = 5, }; const ...
xryl669's user avatar
  • 3,682
0 votes
0 answers
75 views

I'm developing an Islamic app using kotlin android studio, and I'm currently working on the Quran section. I struggled to find a suitable layout to display the text correctly, but I eventually found ...
Mohamed Nasser's user avatar
0 votes
1 answer
56 views

I try to zip client folder from my repo and upload it to AWS, but on my own machine size of client/mods - 608 Mb, when the same action running on github actions - size of the folder - 0.09 Mb, each ...
Роман Данчевський's user avatar
0 votes
0 answers
61 views

I set the logo size to 200px 200px but on the site logo is bigger. It is set to image size, 626px 626px function theme_support() { $defaults = array( 'height' => 200, ...
Jorpy's user avatar
  • 557
0 votes
1 answer
52 views

When I used Image.resolveAssetSource, I was getting a null value when using an image URL instead of a local image. When I used onLoad, I received {"height": 972, "width": 1296}, ...
Ben J's user avatar
  • 1
0 votes
0 answers
44 views

I have placed keep_rules.xml at the path app/src/main/res/raw/keep_rules.xml <resources xmlns:tools="http://schemas.android.com/tools" tools:shrinkMode="strict" tools:...
Akarsh's user avatar
  • 1
1 vote
1 answer
135 views

Please bear with me as I am new to Access VBA. I have here a subform with data sheet on it that I would like to display in Pop-Up View. If Pop Up is No, it displays the whole page. If Pop Up is Yes, ...
Shiela's user avatar
  • 785

15 30 50 per page
1
2 3 4 5
471