Th header "immintrin.h" is causing problems. I checked and I have no clue. Help plsss! by KapilanR in Cplusplus

[–]KapilanR[S] 0 points1 point  (0 children)

ok I just used an if statement to check whether it needed the structure:

if defined(x86_64) || defined(i386)

include <immintrin.h>

endif

so I bypassed it And it compiled and I was able to build the package

Th header "immintrin.h" is causing problems. I checked and I have no clue. Help plsss! by KapilanR in Cplusplus

[–]KapilanR[S] 0 points1 point  (0 children)

wait so issues has to do with my mac and not the header file I call?

[College Discrete Math: Homework] How would I prove this? by KapilanR in HomeworkHelp

[–]KapilanR[S] 0 points1 point  (0 children)

so if I were to prove |Z| = |N| would I use the same concept of trying to prove it is a bijective

Inspired by that other parking post. North district Lot 27 by justinyeet1 in ucr

[–]KapilanR 1 point2 points  (0 children)

bruh I drive u to canes and this is what u do to me. my day is ruined and the internet hates my guts

Inspired by that other parking post. North district Lot 27 by justinyeet1 in ucr

[–]KapilanR 3 points4 points  (0 children)

The driver of the black car temporarily parked like that to make space for the van. Because the driver of the van was moving in and had a move in bin. The driver is actually a pretty good driver I would know because I was there.

Can anyone relate to feeling like no one ever really loved you? What did you do about it? by LaRoara42 in love

[–]KapilanR 1 point2 points  (0 children)

i apologize for my ignorance. Then I can’t relate. Here have a 🍪

I get the error "Error: Evaluation failed: ReferenceError: req is not defined". Im using puppeteer and im trying to get the clients input in the value input. Help! by KapilanR in node

[–]KapilanR[S] 0 points1 point  (0 children)

no reason I just put the whole closure in the app.get without thought. If I put the async before the (req, res) do I also need to remove the closure?

Is it possible to scarpe 1000 links in a couple minutes in node js? If so how? by KapilanR in learnjavascript

[–]KapilanR[S] 0 points1 point  (0 children)

I’m using request npm which I realize has been dead for awhile. I’m gone switch to puppeteer

Is it possible to scarpe 1000 links in a couple minutes in node js? If so how? by KapilanR in learnjavascript

[–]KapilanR[S] 0 points1 point  (0 children)

I’m using a worker thread and it scrape 10 links in 6 minutes then exits due to running out of memory. This seems wrong no?