Tagged Questions
The integrate tag has no wiki summary.
13
votes
8answers
5k views
Integrating Prolog with C#
Does anyone know of a nice (and preferably free) way to integrate Prolog and C#?
Im looking to create a Prolog dll or similar to call from my managed code, and retrieve an answer once all the ...
4
votes
1answer
183 views
Bug in Integrate vs NIntegrate in mma8
What is going on here (Mathematica version 8.x):
NIntegrate[Log[1/2 + Sqrt[1/4 - 1/(4 x^2)]]/x, {x, 1, Infinity}]
--> -0.171007
Integrate[Log[1/2 + Sqrt[1/4 - 1/(4 x^2)]]/x, {x, 1, Infinity}] // ...
3
votes
3answers
107 views
Communicate Java and C#
I'm working on a project that uses an RFID reader, which only works with a library in C#. The thing is I'd really like to work with Java (develop the rest of the program, GUI, etc), and use the C# ...
3
votes
3answers
256 views
Should I submit unchanged files to Perforce?
I'm using Perforce to integrate two codelines. In the resulting changelist, there are files which are marked as opened for integration, but have not actually changed.
Should I submit these unchanged ...
3
votes
2answers
519 views
Integrating bank accounts
Is there any API to integrate bank accounts into a .NET application? I am looking to provide the user an ability to pull bank statements into my software.
Please suggest.
Regards,
Suresh Ramanujam.
3
votes
1answer
1k views
Specflow and Visual Studio 2010 Coded UI Test integration
Is there a way to integrate Visual Studio 2010 Coded UI Test with Specflow?
I am not sure if these 2 can hook somehow.
I have this idea to Create a Data-Driven Coded UI Tests by using some Coded UI ...
3
votes
2answers
192 views
P4v Integration error
I have created a new branch (N) from one of my code lines (A). Now I am trying to integrate some files from another codeline (B) having the same tree structure into my new branch.
I am using ...
3
votes
2answers
402 views
Simplest way to integrate python gui app with c console app
I have a c console app which converts a c file to a html file, the c file location is passed to the program as a command line argument.(the app is for the windows platform)
What I would like to do is ...
3
votes
3answers
1k views
Lambda expression exercise
I have been trying to learn more about lambda expressions lately, and thought of a interesting exercise...
is there a way to simplify a c++ integration function like this:
// Integral Function
...
2
votes
1answer
152 views
How to integrate DynamicC compiler(Rabbit Microcontroller/C ) with the Eclipse IDE
I would like to integrate the Dynamic C compiler which is compiler for the RABBIT microcontroller into the Eclipse IDE. I really like eclipse environment and its features.
Is there any method I can ...
2
votes
2answers
245 views
How to integrate every single changelist when merging/resolving in Perforce?
I'm fairly new to Perforce but I already have experience with DVCS like Git and Mercurial and I'm familiar with the basic principles of Perforce.
I played a bit with p4v today and made a branch of ...
2
votes
1answer
121 views
Automatic partial derivation of integrals of polynoms
I've been searching for a C/C++ library that does symbolic differantation and integrals of polynoms, but haven't found one that suits my needs.
I'm afraid that the problem is that I'm not using the ...
2
votes
1answer
421 views
Integrate flash games in android app?
Have 3 flash games that I would like to integrate in a menu / list in an android app. So when the user selects the game from the list, the game starts with help of android flash player.
Is it best to ...
2
votes
1answer
272 views
Combining Cocos2D view into an existing tabbar app
I have an app with a main tabBar view and I would like to add a cocos2D game in one of those tabs. Is there any way to integrate it without reprograming all in cocos2d?
Thanks
2
votes
3answers
170 views
Python integrals
I'm trying to solve the integral of (2**(1/2)*y**(1/2)/2)**2 from 0 to 5 (also shown here). I've been using
func = lambda y: ( 2**(1/2) * y**(1/2)/2 )**2 and a == 0 and b == 5
from scipy import ...
2
votes
3answers
323 views
How to calculate the mass of a inhomogenous sphere?
I want to calculated the mass of a sphere based on a threedimensional discret inhomogenous density distribution. Lets say a set of 3x3x3 cubes of different densities is inscribed by a sphere. What is ...
2
votes
2answers
243 views
Python+Scipy+Integration: dealing with precision errors in functions with spikes
I am trying to use scipy.integrate.quad to integrate a function over a very large range (0..10,000). The function is zero over most of its range but has a spike in a very small range (e.g. ...
2
votes
3answers
340 views
Best blogging tool to integrate into an existing website
I'm looking for an easy way to integrate a blog into a website that I've developed with HTML and CSS and have already put a considerable amount of time and effort into. I've looked at WordPress, ...
2
votes
2answers
342 views
Branch view for a file that has been split into multiple files
I have a large source file in Perforce that has been split up into several smaller files in a branch. I want to create a branch view that can handle this, but perforce (2009.1) only sees the last of ...
2
votes
4answers
490 views
Integrate C++ Win32 Console project classes into Visual C++ (Windows forms application) project in Visual Studio 2008
I have written some classes, the back end of a project in C++ (win32 project) and then wanted to add a GUI to it. Visual C++ seemed to be a good solution but after having the GUI part done I couldn't ...
2
votes
5answers
1k views
Can I integrate checked out files into a different branch on perforce
We were working on a design, and for that we created the skeleton of the classes in our main branch. Now, we are starting to code, and for that we got a new branch. So, it would be nice if I can ...
2
votes
2answers
827 views
How to Integrate PHPList with the Existing Site
The existing site has it own "users" table in a database. I'm wondering how to integrate PHPList with the existing site so that a user can check the newsletter during registration. I installed phplist ...
1
vote
0answers
30 views
Advice on Android Plugin App Design
I have an existing application which displays Song Lyrics (Lyric Pad) and has a fast menu system.
I am looking at creating an additional application that will play backing tracks (mp3s) for ...
1
vote
1answer
38 views
how to integrate 3rd party data with my app
First off, let me start off by saying I am a noob in android dev. I am looking to create an android app that would show live data from a 3rd party website.
For example, I want people who use my app ...
1
vote
1answer
93 views
Integrate a function between a and b with n intervals
I'm totally stuck with that, i don't know where to start.
I have to Integrate a function between a and b with n intervals in C.
I only have the function definition :
float funcintegrate(float ...
1
vote
1answer
65 views
Integrate Rails and Python
This might sound like a vague question, but i wanted to know if there is to integrate Python code into my rails application. More specifically, if i had a game coded with something like pygame (and it ...
1
vote
2answers
144 views
Matlab: how to calculate the definite integral of a function over multiple limits?
Assume:
z = [0.4 0.5 0.75]'
function y = myfunct(x)
y = quad(@sin, 0, x)
I'd like to calculate the definite integral of sin(x) from 0 to 0.4, to 0.5, and 0.75, using:
myfunct(z)
However, ...
1
vote
2answers
61 views
Explorer Panel in Java
does anyone know a free windows explorer type of project written in java?
Basically i just want to implement a simple windows explorer but dont want to start from scratch with all the drag and drops, ...
1
vote
1answer
50 views
I need to integrate two sites, what's the best way to carry over login information?
So, I have two sites, sites A and B. I need to make B part of A. I did this by adding a module to A, and within that module, an iframe that contained a link to B. So, effectively speaking, B can still ...
1
vote
2answers
352 views
Is there anyway 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
2answers
175 views
Perforce: Is it possible to execute an integrate command on multiple files (not folders)?
I'm trying to execute an "Integrate" perforce command (see: http://www.perforce.com/perforce/doc.current/manuals/cmdref/integrate.html) on a list of files and not on a single file or a specific ...
1
vote
3answers
520 views
Tibco Designer integrate with TFS 2010
Has anyone tried to integrate Tibco Designer especially for BusinessWorks with Team Foundation Server 2010?
At the moment, our Tibco designer is using VSS as its source safe control.
We are planning ...
1
vote
2answers
322 views
how to integrate orkut in my website through orkut api
i'm a beginner to orkut api and i don't know how to integrate orkut in my website.
I just don't know how to pass the user information to orkut server to get the response form the orkut server.
Can ...
1
vote
1answer
32 views
How I can Integrate my Compiler in VS2008?
I make a compiler of Tiger and I want integrate with VS2008, but I read a lot of stuff and don't say very well how I can made that. What is the type of the project that I need to make? How I register ...
1
vote
0answers
284 views
How to Integrate DOM into V8 engine?
Im in the process of developing Browser for ARM Device. I've done rendering of pages and basic javascript executions using V8. Now am in the process of Integrating Javascript DOM.
Is any independent ...
1
vote
2answers
384 views
Is there an easy way to integrate a profiling tool with Code::Blocks?
I love working with the Code::Blocks (C++ IDE), and I got to wondering... is there a tool you can use to profile your code that integrates with Code::Blocks?
I'm thinking of a Windows tool right now, ...
1
vote
0answers
100 views
MVC in a Webforms .net Webapplication
I'm interested in integrating MVC and Webforms to extend ScrewTurn Wiki that use webforms. Essentially my problem is that to keep ScrewTurn flexible and upgradeable I should write this as a plugin. ...
1
vote
2answers
1k views
how to integrate bugzilla and HP quality center?
I'm working on integrating bugzilla with Hp Qc .. i'm performing this by using perl script by directly manipulating database using sql commands.. I want to use the webservices of bugzilla. I have gone ...
1
vote
5answers
622 views
Are there tools to integrate Java and C++?
thanks for reading this question.
I am doing this homework which need a GUI as frond end to integrate with back end code which written in C++.
I wanna to write this front end GUI in java as its ...
1
vote
6answers
562 views
I want to show off my C++ projects through a website
The problem is that, well, it's C++. The way I've created them makes it such that they've always been run via a terminal/console window and wait for user input or else simply take a sample input and ...
1
vote
1answer
2k views
What is the easiest way to integrate PayPal into a registration system?
Hi
Does anyone know how to integrate a one time fee into paypal?
The user clicks SignUp then is taken to a page to confirm t&c's and where they pay £50, they are then - if successful, taken to a ...
1
vote
1answer
45 views
Existing sales/ordering engine that can be integrated to custom .NET app?
There's this custom who wants software to generate quotes from a product catalog, print invoices, nothing too original here.
But they also want a bunch of custom features and a custom presentation, so ...
0
votes
1answer
18 views
Sametime Messenger (lotus notes) integration with .NET C# application?
I want to create a .NET application which can allow user to chat with another user via sametime messenger (within the application).
I have the domino server Interop to extract user inforation. ...
0
votes
1answer
10 views
How can I integrate PhpBB with moodle
I'm using moodle but I need a better forum, so I was thinking that PHPbb was a good idea, then I need to integrate the phpbb forum into moodle. Is it possible? Can anybody help me? Thank you!
0
votes
0answers
48 views
Integrating Facebook Group stream on an external website
I'm a member of a club that has a Joomla website and a Facebook group. Only about one third of the club's members are active on Facebook, and we'd like the rest to be able to follow the discussions ...
0
votes
1answer
122 views
android library project manifest file
I am trying to integrate a todo app which is open source into my main app. I have made the todo app as a library project and integrated the manifest.xml as informed in the manual...but I am facing one ...
0
votes
1answer
49 views
third party blog/comment/forum
Let's say I have a general products website. I am looking for third party paid services or plugins where I can integrate a commenting system for my individual product, a general forum, a general blog ...
0
votes
0answers
96 views
Integrate LinkedIn Group in ASP.NET C# website
Goodmorning!
First of all, i know there are several topics regarding LinkedIn but they don't seem to supply the info i need. A client of my created a LinkedIn group wich he wants to integrate in his ...
0
votes
3answers
61 views
Perforce - removing delta per given changelist range
I got a small question with a big background. Let me ask a short version and then expand it a little bit.
Short version of my question is as follows.
Imagine a situation - you have branch A with ...
0
votes
0answers
51 views
Integrating an already build PHP mvc website to wordpress
I have made a website with php/mysql that is using the mvc architecture. I wish to transfer all these stuff into wordpress. How do I go on doing that?
I saw WP MVP plugin but cant figure out how it is ...