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
2 answers

Yii: Integrating a CSS-File on the Module Level

An excerpt from my protected/config/main.php // given situation looks like: 'modules' => array( 'services' => array( 'modules' => array( "myModule" ) ) ), .... .... and for "myModule" I want to integrate a…
user2227400
0
votes
3 answers

OOP PHP integrate mysqli_query

Im gonna edit the question to make it clearer, so you can see what i have got now, and get an easier understanding of the problem.
0
votes
1 answer

How to add Yii in Zend

I have a big project in Zend and a small one in Yii. Now I want to integrate Yii project in Zend project. Is it possible or no ? And if it's possible are there any links, from where I can read and integrate my project. I've searched in google, but…
0
votes
1 answer

How to integrate SCSS to my code

I cannot find a way to introduce SCSS on my code. I want to change this: to But it doesn't work. Even changing the type='text/scss' to…
Lohn Claidon
  • 405
  • 2
  • 7
  • 15
0
votes
1 answer

how can I integrate the existing project written in C with the iphone view-based application project?

I would like to ask that if I have a project written in C and another project of view-based iphone application. How can I access that C methods, properties from the C library while I am working in the iphone project, I mean, how can I use the C…
i3irth
  • 35
  • 3
0
votes
3 answers

How does one integrate javascript controls into an existing css site?

This might be a basic CSS question: I have a site designed with well-defined CSS themes. I'm adding some controls (from jquery), but they have the style of their designers, not my site's. What is the easiest way (least amount of work) to make the…
Doug Blank
  • 2,031
  • 18
  • 36
0
votes
0 answers

R, Integrate an array of functions with multiple integration bounds

I'm stuck with computing an integral in R. Suppose I have some function: SomeFun = function(x) {x*parameter} Now, parameter need not be a scalar. It may be a matrix (e.g. a (2 x 2) matrix). Hence, if I input a scalar-valued x my function returns a…
RomainD
  • 301
  • 1
  • 2
  • 9
0
votes
2 answers

Mathematica: integrate symbolic vector function

I wrote a program that defines two piecewise functions "gradino[x_]" and "gradino1[x_]", where x is a vector of m components. I'm not able to write these functions explicitly using the x_i, I need to keep x as a vector. I need to measure the…
0
votes
1 answer

How to make Update Package Of SQL Scripts in C#

I'm trying to make an update package (.exe or .cab or ...) I want my client to be able to use it in a simple way to execute my scripts on their DB I know how to run scripts in C# but I want a way to somehow integrate my scripts so that the client…
arman
  • 11
  • 1
  • 1
  • 5
0
votes
1 answer

Integration of a function in R

I would like to integrate a function with respect to x, FUN1 <- function(x, alpha, beta){ x * alpha - beta } FUN2 <- function(alpha beta){ integrate(FUN1(x, alpha,beta), 0,1) } But it does not work. I also tried FUN2 <- function(alpha beta){ …
zhenhao
  • 33
  • 3
0
votes
1 answer

R, Integrate at each point of array

I'm stuck with computing the integral at each point of an array. The idea is first to create a function ("Integrand"). Then, create a second function ("MyConvolve") that computes the necessary integral. Here's what I did up to now: Integrand =…
RomainD
  • 301
  • 1
  • 2
  • 9
0
votes
3 answers

Python AppEngine And HTML

I have a simple Hello World application in Python that i'm using with AppEngine, but i want to insert this in a HTML file, like this: I have a file called test.html and on it i have this snippet:
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

How to use flash to create a GUI for a text-based python game?

We have a text-based python game (without using pygame) and we would like to give it a GUI. The idea would be to have a background layer image (like a tavern or a shop) and other layers of images on top of it (e.g. characters appearing). The other…
0
votes
1 answer

Displaying another app in my form

I remember I had some app the launched other applications and placed them in tabs in it's form without the titlebars. I wonder how can that be done? Preferably with C# but if it's not possible/too hard within .NET C++ is fine too. Thanks.
rbns
0
votes
2 answers

error using 'quad' function in matlab - integrating power to get energy

I am calculating capacitor voltage and current. Now I want to determine the energy also. Energy is just the integral of power, however I cannot integrate my power…
user1412994
  • 35
  • 1
  • 2
  • 9