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

Simplifying lengthy result after integration with Maple

I want to integrate the following expression in Maple: f := int(exp(-a*r^2)*exp(-b*r^2)*exp(-(r - R)^2*t^2)*r^2, r = 0 .. infinity):simplify(f, assume = positive); The integration results in a very lengthy expression (as seen in the picture) which…
1
vote
3 answers

Looking for a easy integration PHP forum

I'm building a website with codeigniter (PHP) and I'm looking for a forum easy to integrate with my current database so users don't have to register twice. Moreover, I need to use the same html head and styles that in my website, placing the forum…
NeDark
  • 1,212
  • 7
  • 23
  • 36
1
vote
0 answers

Orbit spirals using 4th order Yoshida integration

I am attempting to use the 4th order Yoshida integration technique to model the orbit of satellites in circular orbits around the Earth. However, the orbits I achieve spiral away quite quickly. The code for a Moon like satellite is below.…
Tyr
  • 53
  • 1
  • 6
1
vote
0 answers

How to integrate an OpenMV H7 Plus optical flow camera with a flight controller running PX4?

I've having some difficulty getting my flight controller (HolyBro Durandal) to read data from my OpenMV optical flow camera. I'm using optical flow because I want to operate my drone in a GPS denied environment. Flight controllers need position data…
Patrick Lafferty
  • 337
  • 1
  • 7
  • 20
1
vote
0 answers

Run integration tests for cucumber with sbt src/it directory

I have an integration test with cucumber located in src/it directory how can I run these tests because the JUnit test framework or any other cucumber-scala sbt plugin wants me to define all related stuff in src/test directory
eniqen
  • 41
  • 4
1
vote
1 answer

how to integrate facebook app events for ios platform in flutter

I tried Facebook app events integration for ios (flutter) using plugin support of flutter_facebook_sdk and flutter_app_events, but nothing worked out. May I know how to implement this Facebook feature in ios.
shilpi
  • 37
  • 3
1
vote
1 answer

Fastest Double Integration Method

I am using scipy's double integration dblquad and I am trying to increase the speed. I have checked the solutions proposed online, but couldn't get them work. To ease the question, I have prepared the comparison below. What I am doing wrong or what…
user3243944
  • 103
  • 7
1
vote
0 answers

Retrieve the newly added comment using Google Drive API v3

I have opened a push notification channel using Google drive API. Whenever a file is changed, I got a notification on the channel with the resource URI. I used the resource URI to fetch the latest changes. I got the same response whenever the…
Kiran Subedi
  • 2,244
  • 3
  • 17
  • 34
1
vote
0 answers

personalisation show interstitial ads "ironsource" to activity

personalisation show interstitial ads "ironsource" to activity I tried a lot to add the "irounsource" interstitial with this code "IronSource.showInterstitial();" But always there is a problem in the show ads. I want to customize the ads so that it…
mimo kiko
  • 11
  • 2
1
vote
0 answers

How to set http status code in AWS apigateway for error responses

AWS API Gateway returns always 200 for all requests(success/error) in postman. How to change the status code in AWS API gateway if the response if failure. My response will be as following "ResponseHeader": { "ResponseId":…
1
vote
1 answer

Spring Web-Flux web client out of box observability metrics to check health of outbound interacting services

We work on the integration layer where we interact with other services to complete the workflow. Most of the applications we have built are scheduled to trigger the workflow (spring scheduler). Sometimes these external services may be down for…
1
vote
2 answers

Facebook Integration into website

I'm looking to integrate the "like" button into a website, but I'm a little confused with the information available on the web. I read this article, which was in another stackoverflow article, but have some questions:…
Sami.C
  • 561
  • 1
  • 11
  • 24
1
vote
1 answer

Testing a spring controller method having @ModelAttribute as parameter

I am trying to test a controller with this method: @RequestMapping(value="/test") public ModelAndView generateRecords(@ModelAttribute("Employee") Employee employee) { And I would like to know how can I create a unit testing for testing this. At the…
1
vote
1 answer

How can I send filters parameters selected from Ant design Reacjs to nodejs backend?

How can I send filters parameters selected from Ant design Reacjs to nodejs backend? I want to apply filtration. So for this purpose I make backend API which works correctly when I send data from Postman. Now I want that Filters data parameter…
Abdul Sammad
  • 127
  • 1
  • 8
1
vote
1 answer

Why am I getting a 505 when connecting to GitHub?

I've been getting an "Internal Server Error" message when trying to authorize GitHub on Heroku. How do I fix this?