The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole.
0
votes
2answers
27 views
Numerical Integration in MatLab
I am trying to compute an integral using Matlab's dblquad. To do it I first wrote a script function. My code is
function z = IntRect(x, y)
%The variables
z0=20;
x0=15;
y0=20;
...
0
votes
2answers
20 views
Trapezoidal Numerical Integration in MATLAB without using a FOR loop?
I'm following a Numerical Methods course and I made a small MATLAB script to compute integrals using the trapezoidal method. However my script uses a FOR loop and my friend told me I'm doing something ...
1
vote
1answer
34 views
Integrating another android app inside my own application
I'm a total newbie to Android app development, so do excuse the lengthy explanation. Anyways, I have already developed my application (running successfully). Now, I want to integrate an open source ...
0
votes
1answer
9 views
Mysql field convert not displaying other fields in table
I have a table with two fields I have been supplied the solution for the field that converts the mac address field.
MY ORIGINAL STATEMENT is the following:
SELECT INET_NTOA(ip_address) AS ...
-1
votes
0answers
19 views
Integration of PDF files in Android [closed]
Can anyone help me out ??
I have to convert Any Text file or other MIME type into Pdf file i.e Read
from the file and Write to a file .I am not able to get any solution regarding this .
Any help will ...
0
votes
0answers
7 views
Looking for more details about the Office365 Cloud Storage Integration
Microsoft has published a document outlining how to add "cloud storage" providers. http://msdn.microsoft.com/en-us/library/office/jj984352.aspx
Using this spec -- you certainly can do it. But, this ...
0
votes
0answers
28 views
Example of integration Akka with existing java poject
If I already have existing java web application that uses spring and servlet container. What is the proper way to integrate Akka in it?
Like I'g going to have Actor1 and Actor2 that communicate with ...
0
votes
0answers
24 views
Using my flex application on HTMl5
I have flex applications(.swf) that connect with Visual Studio. i wish HTML5 open my flex application. I try to open with embeeded, but only open .swf, don't have connective with Visual Studio.
...
0
votes
1answer
11 views
MS Unit Continuous Integration with TFS
I'm tasked with creating a Continuous Integration build for our project with TFS, and one of the requirements is to create unit test continuous integration with MS Unit. How can I set up TFS to use ...
0
votes
0answers
7 views
Where can I get documentation on integrating with Sage Mas 90 business object interface?
We need to write code to create invoices in Mas 90 4.30, and it seems that their business objects interface is what I need, but I can absolutely no documentation. Is it available somewhere, and will ...
0
votes
0answers
12 views
How to Share Image with pinterest from android app?
I have to share Bitmap image in social Media.
i can share image with Facebook, Twitter, LinkedIn etc but i could not found any API to integrate with pinterest.
Let me know if you have such an idea to ...
0
votes
2answers
25 views
How do you find out the cost of an interface engine?
I've been looking all over the web at different Interface/integration engine websites but no one gives prices or cost of product.
Where do I go to find this out?
-3
votes
0answers
17 views
Which Integration Engine to use? [closed]
I'm just doing some research on the pro's and cons of various integration engines and looking for help in all areas.
I have a list of a few I plan on looking into:
-Eclipsys eLink
-Iguana
...
0
votes
0answers
13 views
Dilemma with TripIt integration
We are trying to integrate TripIt with our web application for itinerary management. I created a new App and got api key & secret. But we want to use the employee's trip it account and retrieve ...
0
votes
0answers
17 views
GUI as a service
I've never done this before so I apologies if my questions are unclear.
I'd like to develop a web guI that 3rd parties can integrate into their web GUI. Eg. No only a webservice or similar but have ...
0
votes
1answer
20 views
When integrating Python how much of the version has to match?
This question is about integrating Python in another program. If I link against Python, I have an import lib named python27.lib or similar (e.g. python26.lib) for earlier 2.x versions. Apparently ...
0
votes
0answers
12 views
Ideal payment gateway Error Unknown Merchant ID
I have problem with integrating iDeal Payments with ING bank. When i integrate in test mode the response says Unknown Merchant ID. I put the same merchant id (which is provided in ING test dashboard) ...
0
votes
2answers
59 views
Numerical integration in C++
Hello I need to integrate a function (of two variables).
I know i can do it by using Fubini theorem to integrate one variable functions then using numerical methods such Rectangle method or ...
1
vote
1answer
27 views
Python App Engine API to interact with Google Code Project Hosting
Referencing Manage Google Drive files through App Engine, I have kind of the same question about App Engine w.r.t. Google Code Project Hosting, i.e., is there a Python API to interact with the latter ...
0
votes
1answer
21 views
Integrating bank account (personal application)
I wish to make myself an application that essentially keeps track of my bank account withdraws and credit card transactions for the purpose of summing the amounts from each and presenting the sum in ...
0
votes
1answer
16 views
moodle authenticate the user by username and password - web service
I was looking for a way to authenticate a user on my site against moodle web service.
It seems that there is no web service that recives username and password and returns the user data.
Is it ...
-1
votes
1answer
21 views
quickbooks online recievepaymentadd
i am trying to add a payment to quickbooks online from my web app. This is the xml that i am sending:
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="6.0"?>
...
1
vote
0answers
13 views
Are developers able to load a specific portion of a website into a company's facebook page
I want to know if developers are able to load a specific region of website into their company's Facebook page? If so, How? Is anyone else doing it or is there any company Facebook page I can see or ...
0
votes
0answers
23 views
Configuration of WebMethods Client to connect to WebSphere JMS (not WebSphere MQ)
Currently I have setup two queues on WebSphere 7. One for sending and one for recieving messages.
I have configured a activation spec on the receiving queue and the messages are consumed fine by a ...
-1
votes
0answers
24 views
How to integrate moodle (PHP) with webRTC?
How to integrate moodle (PHP) with webRTC ?
Create a Moodle Activity Plug-In, it will contain Date, Start Time, Estimated End Time.
A professor can start the activity selecting what does he wants to ...
0
votes
0answers
20 views
How to connect RapidMiner and Neo4j?
Does anyone have any experience in connecting RapidMiner to neo4j?
Im particularly interested in using SVM or other vector based clasifiers on rows extracted from adjectancy matrices produced from ...
0
votes
2answers
16 views
What's best solution for multi store?
what's best paypal integration way for more than 3 store ?
we need to integrate paypal, with same account, to 3 different store (not same products)
could be made this with paypal express ?
Thanks
-2
votes
0answers
26 views
How to integrate Facebook SDK into ios App from Zero [closed]
I'm creating a game for ios, and now I have to program the social part of the game.
Does anyone know a good tutorial for facebook sdk integration for IOS, any tutorial besides the one on the Facebook ...
0
votes
0answers
31 views
Jenkins Inegration with TestNG.(when running from jenkins it's not invoking browser)
My project contains (Webdriver,Maven3.05,jenkins) when I run maven command "mvn test" , test will trigger and browser will be invoked, the same set when i had configured using jenkins it will run the ...
0
votes
0answers
22 views
Paybox iOS integration :
I try to integrate Paybox credit card transaction solution for Mobile. (I user iOS plateforme)
I've tries at least 100 differents solutions but no one works and every time i got "Problème ...
1
vote
1answer
28 views
Integration of Shenzhen Concox Information Technology Tracker GT06
I am using OpenGTS for some time for my organization. I was using TK103 family tracker but now my company changed tracker and brought GT06 made by Shenzhen Concox Information Technology Co. Ltd. This ...
-1
votes
0answers
18 views
how can access friends data in ios 6, like birthdays, posts, user info
I need to integrte face book ios 6 and how can i get friends list,friends date of births , post on wall and app installed uninstalled friends details.. Please post any sample
Urgent.
I want access ...
0
votes
0answers
62 views
Sitecore Error says 'The service isn't online.' in the logs
After I install the Telligent Connect package in the Sitecore installation of JetStream demo site it started getting runtime error when opening the JetStream site or Sitecore Admin. From the Sitecore ...
2
votes
0answers
71 views
Phoca Gallery: Error with Intergration of Facebook Albums in Gallery
So, same Problem like the Guy before and alot more people on the web, but this time i try to make a good discription. My english is not perfect, but please realise that i really try to tell you the ...
0
votes
0answers
5 views
message communication among different software products
I want to develop a web application which can communicate/integrate between two different software products. For Eg. I want to provide an interface for SVN from my own web based tool developed in Ruby ...
0
votes
1answer
15 views
Integrating parts of a project into another project
I'm building a library, and plan to use parts (could be entire files or arbitrary lines) of other libraries in my code. Also, I would like to have fixes on the other library reflect onto my library as ...
0
votes
2answers
114 views
jQuery Datatables Column Filter select filter options don't update with Editable
In my project I am using the jQuery Datatables plugin and I have implemented the Column Filter and the Editable plugins. All the latest releases.
The problem is that after adding new values to the ...
0
votes
1answer
68 views
Integration Test in Play Framework
I am trying to get Integration Tests to work in Play Framework 2.1.1
My goal is to be able to run Integration Tests after unit tests to test component level functionality with the underlying ...
1
vote
1answer
73 views
Best way to integrate Ember.js with external code (e.g., Android's WebView)
I'd like to know what is the best practice when developing an Ember.js app when it needs to react to external code (e.g.,called from and Android app through a WebView, or other pieces of code out of ...
1
vote
1answer
71 views
how to solve integration using simpsons rule in python?
I have the following assignment: Si(x) = the integral from 0 to x of sin(t)/t. Write a python code that takes the parameter x and returns the sine integral for that x.
I cant figure out how to move ...
1
vote
0answers
18 views
Integrate RF3.3 and Trinidad in JSF project
My web application is running JSF(2.0) without facelets and RF3.3. I need to integrate Trinidad into the existing web application project.
I have downloaded the trinidad jars and have placed them ...
0
votes
0answers
28 views
spring integration channel details
I am new to Spring integration, Please give your expert guidance on my below doubt.
I have the following scenario, I want to use Spring integration
a) third party produce a JAXB message ---> b) JMS ...
-1
votes
1answer
17 views
Unable to solve matlab expressions [closed]
Hello I am new to matlab I have problem solving this simple expression
r=10*sin(10)+10*cos(y);
This expression is basically a result of the simple integeral equation I coded but now I am
unable ...
0
votes
0answers
27 views
Quickbooks POS SDK weird btnHelp BeginSession error
I am trying to integrate a C# program with Quickbooks POS via Quickbooks POS SDK. I have Quickbooks, Quickbooks SDK, Quickbooks POS and Quickbooks POS SDK installed.
When the following code hits ...
0
votes
0answers
24 views
Wordpress sub blog from category
I am trying to do something I supposed to be very simple, but I seem unable to move on.
So:
I have a personal blog made with Wordpress, with several categories. In one of these categories I post ...
0
votes
1answer
33 views
how to use dorpi5 or dop853 in python
I have looked through scipy.integrate.ode but I am unable to find out how to actually use these integration methods, dorpi5 and dop853.
Additionally, there was only one post on stackoverflow that I ...
0
votes
1answer
79 views
Error while Calling Web Services
I am a Beginner in both android and Web Services(java soap based).what i was trying to do is request one of the method from the web service.which does not require any parameters for initial testing ...
-1
votes
1answer
31 views
Click-To-Dial in Microsoft Access 2007
I am working in Microsoft Access 2007 and would like to implement click-to-dial capabilities from within the MS Access program for all the computers in the office. I have never done any work with TAPI ...
0
votes
0answers
10 views
Integrating DirectSmile with CS-Cart
I'm trying to use cs-cart to sell e-cards. I want to use DirectSmile.com API to customize the card from cs-cart itself. I'm familiar with the DirectSmile API; that's not a problem. I'm just wondering ...
0
votes
0answers
48 views
Mantis and Testlink Integration
I am trying to integrate Testlink and Mantis, but I always get the message "Attention Please: Something is preventing connection to Bug Tracking System, and is going to create performance issues. ...
