Skip to main content
0 votes
0 answers
55 views

My desire is to have a draggable card that displays information, and if the user clicks on the card, it will expose inputs to change that information, all while being able to dnd that card. My current ...
TheMaoriFlash's user avatar
0 votes
1 answer
135 views

I have written a code for gaussian beam propagation in free-space by angular spectrum method. To verify whether the simulation is correct or not, I am propagating the gaussian beam in free-space, and ...
harshit tiwari's user avatar
2 votes
1 answer
862 views

I try to propagate the trace Id between micro service calls. It does not seem the RestTemplate propagates the traceId, even though I am using RestTemplateBuilder and have actuator and a tracing bridge ...
joachimp's user avatar
0 votes
1 answer
62 views

I would like to have some variables in z3 that takes values in some infinite set, whose elements have no operations except equality comparisons (the theory of atoms in the sense of lisp). Currently I'...
Trebor's user avatar
  • 431
-1 votes
1 answer
22 views

public boolean validateXML() throws Exception { sepaRTLogger.info("Entered validateXML()"); Schema schema = listOfXSDs.get(xmlVersion); sepaRTLogger.debug("...
Kumar Umesh's user avatar
0 votes
1 answer
42 views

@Service @RequiredArgsConstructor @Transactional public class UserService { public void createUser(CreateUserRequest request) { Users users = firebaseUsersRepository.findUsersByFirebaseUid(...
sju3358 dev's user avatar
3 votes
1 answer
85 views

My code involves propagation of a real function using Fourier transform and inverse Fourier transform. Specifically, the function evolves as ∂ψ(z,t)/∂t - v ∂ψ(z,t)/∂z =0 I solve this problem by ...
Physics437's user avatar
0 votes
0 answers
95 views

It is the following example #include <iostream> #include <memory> class B{ public: void foo() const{ std::cout << "foo const" << std::endl; } ...
getsoubl's user avatar
  • 1,117
-1 votes
1 answer
761 views

I need a hand with something. I'm using curve_fit from SciPy to fit a curve with three parameters. Now, when I use it, I get this thing called pcov, which I know is the covariance matrix. But here's ...
Cesar's user avatar
  • 11
1 vote
2 answers
350 views

I am learning the propagate function and want to use it to calculate the propagated error of summing the raw data in a data frame column. Each row in the data frame is a record, provided with raw data ...
Elizabeth's user avatar
  • 245
0 votes
0 answers
41 views

Let's say a FPGA reads flip-flop D and outputs Q on the second rising edge of a CLK (figeure1). How can this satisfy the input setup time [TpdSU] of another device (figure2)? Do they generally not use ...
Dukel's user avatar
  • 11
0 votes
0 answers
818 views

I should preface this by saying I am not much of a programmer or physicist, so please bear with me. I am attempting to simulate the propagation of gaussian Bessel beam (as produced by an axicon) using ...
Bishop's user avatar
  • 1
0 votes
1 answer
449 views

I have 3 microservices that are communicating over JMS (ActiveMQ Artemis). I am looking to implement Open Telemetry across these flows. I have tried the automated WithSpan approach but obviously the ...
sg2000's user avatar
  • 325
1 vote
0 answers
665 views

I am trying to create open telemetry for my quarkus microservices with info from below: https://quarkus.io/guides/opentelemetry I have changed the application.properties with propagator setting, build....
sg2000's user avatar
  • 325
0 votes
1 answer
95 views

I have a dataset that contains triplicate measurements of 16 different PAHs (pollutants) in 23 different samples. I would like to calculate the propagated error for the sum of the mean triplicate ...
Katinka's user avatar

15 30 50 per page
1
2 3 4 5
17