Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

I'm trying to draw a contour plot over a function. Here's the code I have so far: # Negative log-likelihood of mu (assumes unknown mu, known sd) X <- rnorm(100, 0, 1) NeglogLikNorm2 <- function(...
CrepeGoat's user avatar
  • 2,553
0 votes
0 answers
9 views

I am using com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.linux64_1.0.0.202410170706 AKA arm-none-eabi-gcc (GNU Tools for STM32 13.3.rel1.20240926-1715) 13.3.1 20240614 to ...
personal_cloud's user avatar
Advice
0 votes
0 replies
3 views

Consider the register based sequence loop: a = x + b b = y + c c = z + d d = w On a typical modern processor, will "b =" have to wait until "a" is updated and no longer needs b? ...
rcgldr's user avatar
  • 29.4k
0 votes
0 answers
6 views

I'm developing an app to connect to a Bluetooth device. I'm having trouble with the Bluetooth scanner part of the app. package com.example.taillights.services import android.bluetooth.BluetoothManager ...
SmellydogCoding's user avatar
0 votes
0 answers
8 views

I'm trying to use some custom config of routes (config/routes.php) in the actual routes/web.php which seems to work, but it breaks somethings like php artisan serve or when I try to run php artisan ...
Jeroen Steen's user avatar
1 vote
0 answers
11 views

I generated the following PCA plot with Python which I'm not really familiar with. However, there is one things I don't like that is I'm not plotting the explained variance by PC1 and PC2. ...
Matteo's user avatar
  • 547
-3 votes
1 answer
37 views

I'm using GitHub Copilot in VS Code, but how do I copy the full response while keeping the Markdown formatting? I don't see a copy button like in Cursor.
David's user avatar
  • 2,761
-1 votes
0 answers
27 views

I wanted to make it specific to some language like java, python, c++, etc. But later I decided to keep it generic. Actually, I am working on a task to create a UI that properly displays the data as a ...
Piyush Pandey psquare's user avatar
-1 votes
1 answer
19 views

enter image description here I have issues with publishing my project can somebody help me the framework i work with is next.js react supabase free version i linked my database correct with in my ...
user32222351's user avatar
1 vote
0 answers
26 views

For educational purposes, I try to get familiar with how to write a simple bare-metal program for an STM32G474VET6 MCU for basic I2C transmit functionality (I2C3, 100 kHz). Practice target is an IO ...
Magnus Olsen's user avatar
0 votes
0 answers
10 views

I just setup Sanity within my project, everything is default and I've added the env variables: NEXT_PUBLIC_SANITY_PROJECT_ID and NEXT_PUBLIC_SANITY_DATASET, which I made sure they correspond to the ...
Caio's user avatar
  • 324
0 votes
0 answers
8 views

I am hosting 6 websites. One is for my personal use, and access is intended to be https. So a self-signed cert is just the ticket. I created the cert, and that virtual host works on https. However, ...
fyngyrz's user avatar
  • 2,724
0 votes
0 answers
17 views

I am a beginner with Tkinter, and I can't figure out how to change frames in my RPG game. In the code I sent, I am trying to close the welcome_frame and open it. By the way, I couldn't find how to ...
Johan0o0's user avatar
0 votes
0 answers
19 views

I'm struggling to get publish to work in the on_connect thread. The publish called in the main is reaching the broker, but not the ones in the on_connect function. When running the code below, only &...
user3610789's user avatar
0 votes
0 answers
13 views

I am building a 3D game. I need to keep the near culling distance on my camera relatively high to avoid z-fighting for distant objects. However, I also want a weather system and other 3D particles ...
user2635469's user avatar

15 30 50 per page
1
2 3 4 5
1611889