The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole.

learn more… | top users | synonyms

0
votes
0answers
2 views

Integrating nmap and WinPcap to PHP Application

I've done my research on this an still cant find any solution. the closest i have seen so far is Any ideas on how to integrate with nmap programatically? . I am a php programmer and i'm currently ...
0
votes
0answers
6 views

Integration / Klarna Checkout

I'm trying to integrate the Klarna Checkout on my web-shop. For those not very familiar with Klarna Checkout, It's a new system they've made, and is currently only available in Sweden, but it's ...
1
vote
0answers
24 views

Spring security: External Authorization

I successfully completed login module of my application using spring security's inbuilt authentication & authorization mechanism.But later i was told to check if i can integrate WSO2 (SOA solution ...
0
votes
0answers
10 views

Monitoring integration with other systems

In our project our current task is to integrate with other system. Problems with connections to/from this system shouldn't hurt whole system. If we notice they do we have a way to turn this ...
0
votes
0answers
17 views

How to do Facebook Integration with the help of Jason Parsing? [closed]

I want to do Facebook Integration with the help of Jason Parsing in android, so could you tell me please that what is the processor or steps of how to do Facebook Integration with the help of Jason ...
0
votes
1answer
52 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 ...
1
vote
2answers
144 views

HelloFacebookSample not working as expected, making facebook app to crash

First of All, Facebook you have done terrible job. I cant imagine someone like fb has such a pathetic SDK. Now back to issue. Im using sample codes (HelloFacebookSample) from ...
0
votes
2answers
25 views

Matlab numerical integration

I'm trying to integrate x using matlab, and that task is simple by using the following commands: syms x a=int(x) The problem is I'm not sure how to implement numerical integration. I want to ...
0
votes
2answers
29 views

How do you find out the cost of an interface engine? [closed]

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?
1
vote
2answers
327 views

Character/Word limit on homepage posts for Wordpress & Magento's full integration by (fishpig)

I've recently included a wordpress install with full integration into magento using the fishpig plugin. I am struggling to limit the character/word count for posts on the homepage. FishPig have ...
1
vote
1answer
20 views

Google calender integration using PHP in the website

I am new to google calender. I need to integrate google calender in the website (like listing,adding,editing and deleting events). How can I do this ?? Please help me to do google calender ...
0
votes
2answers
36 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; ...
21
votes
11answers
21k views

Bug tracker setup with Git integration?

I know I can do most of this by hacking Trac and using Git hooks, but I was wondering if someone has / knows of something ready. Commenting on (and closing) tickets from commit messages would be ...
0
votes
2answers
25 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 ...
2
votes
3answers
391 views

How can I best host PowerPoint slides on a web side, interleaved with native HTML content?

Many of my users prepare training presentations using PowerPoint. My training app presents content in a simple chapter-questions chapter-questions format, where a course module has many chapters, and ...
1
vote
1answer
37 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
3k views

How can I display a facebook feed on my website?

I am trying to display my 3 most recent status updates from facebook in my website. I've seen this article (http://www.hongkiat.com/blog/how-to-display-facebook-statuses-on-wordpress-blog/) on ...
0
votes
2answers
512 views

How to solve batch processing in ESB?

We have a legacy system that produces files that each contains hundreds of messages (financial transactions). We need to transform these messages into another format and submit them (individually) to ...
0
votes
1answer
13 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
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
8 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 ...
5
votes
5answers
2k views

How to best search against a DB with Lucene?

I am looking into mechanisms for better search capabilities against our database. It is currently a huge bottleneck (causing long-lasting queries that are hurting our database performance). My boss ...
0
votes
0answers
26 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
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
15 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 ...
2
votes
3answers
900 views

What is the best Wiki solution for Django?

I am not aware of a really good Django-App which provides Wiki functionality. There is http://code.google.com/p/django-wikiapp/ , but it is not that extensive and no activity anymore. Any pointers of ...
0
votes
1answer
97 views

Can't integrate Mingw to Notepad++

I try to integrate my notepad++ to previously and successfully installed mingw application. I got help from this website: http://iitdu.forumsmotion.com/t108-gcc-compiler-in-notepad I took the code ...
9
votes
4answers
3k views

Integrating Play framework 2.0 and Spring framework

I have developed a Spring/JPA application: the service, repository and domain layers are nearing completion. The only layer that is missing is the web layer. I am considering using Playframework 2.0 ...
0
votes
2answers
130 views

How do you run your Java EE integrated tests? Plus terminology confusion (embedded, managed, local, remote, …)

I'm trying to set up integrated testing for my simple Java EE app that uses JAX-RS to expose a REST service (it's also an EJB) and JPA to store the underlying data, and I continue to struggle finding ...
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
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
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 ...
1
vote
0answers
37 views

Dll Files for Twitter Integration with silverlight Webpart

I need TweetSharp.Twitter.Silverlight.dll file for accessing Twitter through Silverlight Web part in Sharepoint 2010.. I searched and referred a lot site.. but i cant get this dll file... if anyone ...
0
votes
0answers
14 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 ...
0
votes
1answer
534 views

Zend Framework site and Magento shopping cart integration

I am working on a community portal built on zend framework. Where in one of module I have products for online sale. I have to implement a shopping cart for online selling. As we know Magento is built ...
0
votes
2answers
387 views

Recommended integration mechanism for bi-directional, authenticated, encrypted connection in C client/JVM server setup?

Let me first give an example. Imagine you have a single server running a JVM application. This server keeps a collection of N equations, once for each client: Client #1: 2x Client #2: 1 + y Client ...
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
70 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 ...
0
votes
1answer
23 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 ...
1
vote
1answer
176 views

Number type value in hbase not recognized by hive

I have a hive/hbase integration table, defined like below. create table user_c(user_id int, c_name string, c_kind string, c_industry string, c_jobtitle string, c_workyear int, c_title string, ...
0
votes
1answer
21 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 ...
4
votes
1answer
9k views

Android and Paypal API integration

I'm trying to integrate the Paypal API to make my app donation based. I have two questions: I can see the button, I click it but it doesn't do anything! (the activity for checkoutIntent doesn't ...
2
votes
3answers
618 views

WebMatrix social authentication MVC integration

Is there any article or ideas how to use/move/intergrate social authentication from WebMatrix 2 to MVC 4. I've googled internet but didn't found any info about possibility to add references to ...
0
votes
2answers
128 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 ...
2
votes
1answer
126 views

Paypal payments processing on website [closed]

Concerning to this, I'm trying to integrate paypal with a facebook application. Question is, how could I make to process payments without redirecting to paypal. I'd like to avoid paypal Website ...
-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"?> ...
3
votes
4answers
3k views

Is there any way to integrate OpenCV with PHP?

I am trying to develop an application with PHP. There are two possible ways this application will be developed. The first one is to try to do something like www.picnik.com, image processing directly ...
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 ...

1 2 3 4 5 35