Questions tagged [integration]

The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

Integration can also refer to the Integration function in Calculus.

Useful Links

Related Tags

5329 questions
1
vote
0 answers

Revolut Checkout integration - embed.js on sandbox not found

I am trying to integrate the Revolut Merchant API along with the Checkout widget. The backend part does its job well, and I receive the public_id correctly, however I cannot get the Checkout popup to work. This seems to be due to the fact that…
1
vote
1 answer

Google OAuth Client Library for MS Graph authentication

So I've been working on Google OAuth Client Library to integrate MS teams. I suppose that Google OAuth client library can be used for any OAuth Services on the web. But is there any documentation / code flow explaining how this library can be used…
1
vote
1 answer

Spliting multiple variable C++ functions for quadrature integration

I want to numerically integrate with boost::math::quadrature::trapezoidal(g, a, b, 1e-6); Here I'm integrating the function g(x). The problem is that I have to perform a double integral. Furthermore, I have 4 variables in the function I want to…
1
vote
2 answers

How can I call python script in c#?

I'm working on a project which needs to call python script in c#. The fact is that I'm familiar with python, but not c#, not at all. As I have learnt, there are basically two options: Iron and Python.net, you can check it out here…
YWG
  • 11
  • 1
  • 3
1
vote
0 answers

how to transfer data from flutter module to android app

I've created an android app that can receive a full screen from a flutter module. now, I want to get a text from that flutter module not just the full screen. so does anyone has any idea? PS:I know how to send data from android to the flutter…
1
vote
1 answer

Eclipse CDT: how to enable project debugging

I want to enable integrated debugging with gdb for my project in Eclipse CDT. The problem is I can't run the debugger with just a simple command like gdb myapp, because application starts using various scripts, there are lot of environment variables…
axe
  • 2,331
  • 4
  • 31
  • 53
1
vote
2 answers

Not able to Navigate to Next page, button onpressed it toggling 1 and 0 in flutter after integration

I have integrated flutter mobile app with laravel api and I am not able to navigate to next page upon login. In debug console D/InputMethodManager(14467): view is not EditText D/InputMethodManager(14467): prepareNavigationBarInfo()…
1
vote
0 answers

Integrating AdMob in Flutter Web application

I Need to integrate Admob in the Flutter Web application but cannot find any suitable package or way for it.
Shubham D
  • 21
  • 3
1
vote
2 answers

Defining operations in REST API

I am working on a message request which will have complete request details used to create a record in destination. This integration create 3 different type of records (Order, shipment, invoice) at different times i.e. it will not always possible to…
1
vote
1 answer

Integration test flutter packages incompatible with a lot of other packages

When trying to implement flutter integration test in dev_dependencies, while running pub get, the output is that integration test flutter dependencies versions are incompatible with other plug-ins. I get the next error: [-] flutter pub get Running…
1
vote
0 answers

Integrate ABP.IO with React JS

My Name is Azeem and I am a junior web developer and have been working with asp.net boilerplate for backend and angular for front end but Recently I shifted from asp.net boilerplate to ABP.IO and for front end React JS. SO I am kinda confused how to…
1
vote
0 answers

Integration of Elastic Search and Camunda BPM?

How to integrate Elastic Search with Camunda ? I am trying to integrate ElasticSearch to Camunda BPM there i tried using this project: https://github.com/camunda/camunda-bpm-elasticsearch But unfortunately it's a dead end project please guide…
1
vote
0 answers

Jenkins integration in Gitlab, "Jenkins url can't be blank"

When I try to link a jenkins project to my gitlab project, I have the following error : Here is the form and the error message. The jenkins project "test" does exists and the credentials are good. The issue is probably not about the credentials but…
Marmilawa
  • 11
  • 1
1
vote
1 answer

Monte Carlo in 8 Dimensions not giving correct answer

I've been trying to compute the integral of (10*6)*sin(x0+x1+x2+x3+x4+x5+x6+x7)dx0dx1dx2dx3dx4dx5dx6dx7 using Monte-Carlo methods as part of my computing coursework at uni. I've managed to get the code to work after some trying, but it doesn't seem…
1
vote
0 answers

Twilio Salesforce Integration for calls and transcribe

First I'd like to say I'm a beginner developer and this is my first real life project. And I'm stuck. I need to integrate Twilio with Salesforce and be able to get inbound and make outbound calls from Salesforce and transcribe those calls. Also the…
1 2 3
99
100