I am working on an Android application that parses one or more XML feeds based on user preferences. Is it possible to parse (using SAX Parser) more than one XML feed at once by providing the parser wi
We have a main repo Core where we maintain libraries we use in many projects. I was developing a library in a separate repo Error开发者_StackOverflow中文版Handling, that I now want to permanently mer
I used SVN/CVS for a long time just as a place where my code stored is. B开发者_运维知识库ut now I came to a point where I need a \"best way to do\".
I have a Git repository with a lot of history.I\'d like to make this accessible to others, but one of the directories in it contain开发者_运维技巧s proprietary code that can\'t be distributed.Is there
I am looking for a solution that will allow me to create a PDF outfile from C# that also merges in a seperate, static PDF file as the background watermark.
I have a couple instances of a J2EE app running in a single WebLogic cluster. At some point, these apps do a MERGE to insert or update a record into the back-end Oracle database. The MERGE checks to
i want to merge a PHP DOMDocument in another.. //this creates the DOM which will be imported function element_index(..)
I have a Git repo wi开发者_JAVA百科th the following structure: A--B--C--D--E I’d like to separate the C commit into a branch:
I\'ve been using Mercurial for a while, and there\'s one \"fact\" that is given many times. In fact, it hit me while watching a video made by Fogcreek yesterday, this video: Fog Creek Kiln: Unlock th
My question is this: If I have two heads (branches with changes) in my Mercurial repository, and I\'d like to get rid of one of them, but discard all the changes from that branch instead of merging