I'm using perforce for versioning control. Let's say I am working on a file in the main branch:
//main/xx.cs (it's open for edit)
In the mean time, //main gets branched to //v1 and then //main gets locked.
Is there a way I can integrate my local changes in //main/xx.cs directly to //v1/xx.cs ?
...
I am trying to integrate a multivariable function in scipy over a 2d area.
What would be the equivalent of the following Mathematica code?
In[1]:= F[x_, y_] := Cos[x] + Cos[y]
In[2]:= Integrate[F[x, y], {x, -\[Pi], \[Pi]}, {y, -\[Pi], \[Pi]}]
Out[2]= 0
Looking at the scipy documentation I could only find support for one dimensional...
I have a .NET app that must send data to a Zabbix server. How to do that?
...
Hi,
I've tried to embed a .NET WinForms graph (Stephan Zimmermann's Graph Display) in a WPF window, under a WindowsFormsHost (I've referenced both System.Windows.Forms and WindowsFormsIntegration).
However, I can see the form panel but not the graph. I've ran the demo application on a windows form and it worked, but when I transfered t...
A client is looking for integration experience - I have done JMS and web services work in the past, but I am not too sure if that qualifies as integration experience. Pardon my limited knowledge about this field but I don't want to let go on this opportunity. Just in a bit of rush .. So asking it here..
They are also looking for ESB (ent...
I have close to about 20 projects in my Eclipse workspace.
They are interdependent.
Now I want to build all of them in a single war file.
The thing is eclipse does it nicely... if I create a Dynamic Web Project and link sources of all the 20 projects.
But I want to automate the entire process and want to be able to run a script (ant mayb...
I have 1 blog say xyz.blogspot.com,now am uploading my own website,so I want to integrate my BLOG in my website.along with that I would like to import comments if possible.
will be coding the logic in java only.
did googling,but was unable to find some relevant solution.
...
Hello Everyone,
I was working on a site of Cakephp which was successfully delivered.But recently Client again appered and asked me to put the Wordpress blog in it,to cover up the Blogging thing in his site.He wants to share the authentication between the Cakephp and WP.Whoever registers in his site,then Logins in it and if he clicks on t...
I plan to use Grails and Flex in my next project. I would like to use grails command line to construct my project. This should include the flex part as well, compiling swf, executing FlexUnits etc. I would like to compile and add swf file to war when I do “grails war”. How can I accomplish this?
...
I have a medium sized WinForm App (1 Form that hosts 40 user controls) that we use in house. I want to migrate over to WPF but I cannot do a Mass ReRelease.
My idea was, for now, to recreate the App 1 User Control at a time in WPF and have that hosted in the existing WinForm App. I would make them look nearly identical, at this poin...
I have been using Sandcastle Help File Builder to produce help files (HTML 1.0) and it's working pretty descent. However, Sandcastle Help File Builder gives you the opportunity to generate HTML 2.0 output, which is what is used in Visual Studio help system.
But what I haven't figured out is how can I integrate the HTML 2.0 help produced...
Is there any way to add events to the default calendar application on WM from my own WM application?
I use Windows Mobile 6.5.
...
I would like to port a chess AI to iPhone, but I can't figure out how to do it. Apparently iPhone doesn't support multi threading so you can't just seperately compile the AI, but have to somehow merge it into the code.
I have a GPL copy of a implementation of the sjeng engine, but I can't figure out how they did it because it's written...
Hi, I am Java/J2EE programer with over 5 years of experience. I recently read some posts and I realized that Java Based Integration platforms such as WLI, oracle SOA, Tibco, will rule the future in Java Space. And there are other reasons as well for my move. So, I am planning to move to java integration technologies and I wanted to know ...
Hey,
I was wondering if someone has experienced the same problem as me and can help me.
I have a maven project which contains 6 modules. Some of modules are depending on each other. The project is written in Java and builds to jars, wars and aar. I've been trying to import it to Eclipse with the m2eclipse plug-in. It seems to work fine ...
Hi!
I have an ASP.NET MVC 1.0 webapp, which serves as a front-end site for our external API. More specifically, it has a Control Panel for our API clients, documentation, etc.
Now I want to move our actual API (which is a set of WCF services) inside this project, so that, for example, http://api.example.com/controlpanel/dashboard would...
Note: This is not an Objective-C question and is not related to objective-c.
Re: Objective: Document management system. http://www.objective.com/
I am after a library to interact with the Records Management Objective ver. 7 system. I would like to download files, and save files into objective.
The website mentions nothing about integr...
Hello,
I need to use vBulletin auth system on the rest of my site.
Does vB has any APIs for that?
Im expecting to find something like that:
if($vBulletin->isAuthenticated())
{
// user authenticated
}
In case of vB does not have such API, is there any other ways to check if user is authenticated?
...
Hudson CI server displays stability "weather" which is cool. And it allows one project build to kick off based on the successful build of another. However, how can you make that secondary project dependent additionally on the stability of multiple builds of the first project?
Specifically, project "stable_deploy" needs to only kick off ...
How to integrate Facebook Connect and API with Android Application?
...