Questions tagged [integrate]

Avoid using this tag as it is vague. For system integration, use tag [integration]; for numerical integration, use tag [numerical integration] as well as the tag for the computing language you are using.

Please avoid using this tag as it is vague. For system integration, use tag [integration]; for numerical integration, use tag [numerical integration] as well as the tag for the computing language you are using.

465 questions
0
votes
1 answer

I'm having an issue implementing an API into a bukkit plugin

I'm trying to set up this API so that I can update player scoreboards and things when they buy items. The plugin I'm using is called SignShop and can be found here: http://dev.bukkit.org/bukkit-plugins/signshop/pages/sign-shop-api/ That's not my…
Dev Sock
  • 171
  • 1
  • 2
  • 12
0
votes
1 answer

Pull information from/control other program

I was hoping to write a Java program that could pull information from the result of the program EVA2H1(http://www.lsv.ens-cachan.fr/Software/evatrans2/) and input it into the theorem prover such as SPASS. I've found classes that can open other…
camjocotem
  • 375
  • 5
  • 18
0
votes
1 answer

How to integrate video in sharepoint 2013 and categorize by type - training,design

What is the best way to integrate video in sharepoint 2013 and categorize by type - training,design. Could you help me.Thanks in advance.
Sai
  • 101
  • 1
0
votes
1 answer

Having trouble with odeint in python

I am trying to write a script to solve an ODE in python and graph the result. I am using scipy.integrate.odeint for this task. I followed a simple tutorial and modified my code to work with the ODE that I want to solve import numpy as np import…
0
votes
1 answer

Forum/website integration - suggestions needed

I have my existing website with a basic users table and all that. I was wondering if you have any idea about a forum I could install which will be of good quality but I can use the current members in my database on it. It would also help if there…
0
votes
1 answer

Integrate a matrix

I am new to R. any help is welcome. Let's say I have a function A in R that returns a matrix A(x). How i can I compute ? I am aware of the existence of integrate, but this function works only with scalar functions. thank you in advance
maroxe
  • 2,057
  • 4
  • 22
  • 30
0
votes
0 answers

Integrating MVC4 with WebForms

I'm trying to integrate MVC4 with WebForms. The webforms projects are separated into two different solutions. Solution 1: Projects P1 and P2 on Asp.Net 4.0 framework Solution 2: Projects P3 and P4 upgraded to Asp.Net 4.5.1 and maintain 4.5.1 dlls…
kinjaldave
  • 145
  • 1
  • 13
0
votes
2 answers

error in math formulas in python code scipy

i have small piece of code which produce errormessages (I think because of the math formula). Anyone an idea why? import matplotlib.pyplot as plt import numpy as np from scipy.optimize import curve_fit from scipy.integrate import quad n = 3 x =…
littleg
  • 45
  • 5
0
votes
2 answers

Integrate in a if statement? (python)

Is it possible for me to integrate but set my integration limits in a loop? So, for instance, integrate my function from 8 to 8.9 until it reaches a value of 2.5? Thank you! f1 = lambda x,c : c/x integrate1=quad(f, 8,8.97,…
0
votes
1 answer

Add resources (sound files) to exe? [MS Visual Studio 2012]

I currently have a "data" folder from which I load the .wav sound files that I use in my application. I load them like this sf::Soundbuffer ss; ss.loadFromFile("./data/sfx/sound.wav") Is is possible to somehow integrate all those sound files into…
A. D.
  • 728
  • 1
  • 9
  • 27
0
votes
0 answers

Integrating e-Signature in pdf file - ios, issue in co-ordinates

Am trying to integrate the signature in a pdf file by fetching the signature from document directory and could place it on the pdf file on fixed position say (50,50). But when trying to integrate the signature by user's tapping position, it is not…
sathya
  • 135
  • 1
  • 3
  • 19
0
votes
1 answer

Using scipy integrate tplquad to evaluate triple integral of multivariate gaussian

I'm trying to perform the following triple integral: f(v) is a 3 variable Gaussian probability density function. The magnitude of the resultant velocity, V, must be less than some Vmax (so Vx, Vy, and Vz can each range from 0 or -Vmax to +Vmax, but…
user23870
  • 1
  • 1
  • 3
0
votes
0 answers

Integrate symfony2 app in wordpress page

I just finish an app Symfony2 and I would like to add it into a wordpress website as a "page". I have tryed two thigs, but both of them don't work : Firstly, I tryed with an Iframe: The problem I have with this solution is I need to resize my…
user2992476
  • 1,536
  • 2
  • 17
  • 29
0
votes
1 answer

Wordpress: Redirect index(yourdomain to a page like home or yourdomain/?page_id=2

Hi i want to Redirect my 'yourdomain' to a page like home or 'yourdomain/?page_id=2'. I want to make a page as welcome or home page.
0
votes
3 answers

How to integrate Magento into Wordpress?

I want to integrate Magento to a wordpress site. I tried with this plugin. http://wordpress.org/plugins/magento-wordpress-integration/ But after installation nothing changed. Any suggestions will be appreciated. Thanks in advance.
Sukeshini
  • 1,241
  • 2
  • 23
  • 48