Hi,
My program uses PyOpenGL (so it's Python) with psyco.
I have around 21,000 line segments which I need to render in each frame of my render (unless the user zooms in, in which case line segments are culled and not sent to the card at all). This is currently taking around 1.5 seconds each frame to complete. That's just not good enoug...
HI,
I want to create a datagridview in a form with 4 columns basically which has only 2 column headers, ie i want to merge only the column headers of 2 columns.
Thanks in advance
...
I would like one branch that I have been working on to override the current trunk on my fossil repository, and I wonder is there an option for this?
Currently when I merge the leaf of a branch into the current trunk I get Merge conflict markers in the file. There are a lot of files and I know the changes from my branch are correct. Is...
Is it possible to change the tag on a branch to make it replace the trunk without merging?
Update: I solved it, I also see now that it doesnt matter trunk is nothing more than a name, you can close it and use another.
...
Hey all,
I'm running SourceSafe and I have two branches of my code. I'm currently using the manual approach of running a report to show differences and then manually merging each file one by one. However I'm trying to find a streamlined way to do this on the project level. It's ok if the process shows me each file one at a time, I'm jus...
Hello,
So I have an issue that is causing me a lot of grief in Subverion. I am working in a branch that is supposed to remain active until my feature set is development complete before re-integrating. Unfortunately, something I have completed has now been deemed by the business to be 'mission critical' and they want me to cherry pick ...
Python newb here looking for some assistance...
For a variable number of dicts in a python list like:
list_dicts = [
{'id':'001', 'name':'jim', 'item':'pencil', 'price':'0.99'},
{'id':'002', 'name':'mary', 'item':'book', 'price':'15.49'},
{'id':'002', 'name':'mary', 'item':'tape', 'price':'7.99'},
{'id':'003', 'name':'john', 'item':'pe...
There are a number of posts on here about merging XML with Java, but I can't seem to find any reference to Actionscript for the same task.
I have a group of XML files that I need to load. I want them to sort into one XML Object in memory.
For example, let's say these were my XML files:
File 1
<xml>
<type name="1" group="a">
...
I have an application which has an internal SSO implemented with it's sister sites; using a CAS implementation. It works fine and allows seamless transition for user between sites. (Though upon first visit to each site; user must provide some basic details to each site).
Now we want to go ahead and have facebook connect implemented or f...
EDIT: Oh..... I lied! The commandline fails if the two source files have different bitrates (does samplerate matter?). Also, the source code below succeeds when the two sources are the same bitrate. So, this looks like a bitrate challenge now. Hrm....
Original question:
result.mp3 (from the commandline, below) is playable in WMP11....
test1.mp3 and test2.mp3 have the same bitrate and sample rate, and I'm trying to merge them in an HTTP response. The resulting file is test.mp3.
test.mp3 plays fine in WMP12 and VLC. In WMP11, I hear only the audio which came from test1.mp3. At the moment you expect to hear the beginning of test2.mp3's audio, the player stops playing...
For instance, suppose I have Repository 1 and Repository 2. Repository 1 has a file /a/b/c/d. Would it be possible for me to import this file into Repository 2 as /e/f/g/h?
The reason being that I want to pull in changes from an experimental branch from a different git repository. I tried merging everything together, but there were a...
When I encounter a merge conflict using git rebase, how can I identify the source of the conflict in terms of commits, rather than just file differences?
I already know how to make (basic) use of git mergetool or git add before git rebase --continue, but sometimes the differences between files just isn't enough: I want to see the commit...
Along the same lines as this question - How do I clone all remote branches with Git?, if I have set up a Github repository like so:
$ git clone [email protected]:viatropos/spree.git mycart
$ cd mycart
$ git branch
* master
$ git remote add origin [email protected]:viatropos/mycart.git
fatal: remote origin already exists.
$ git remote add myfo...
Getting this when trying to merge in TFS2008 any ideas on how to resolve it. There are No pending changes on either source or destination branches.
Thanks
...
what is the solution for merging many pdf files using itexsharp application in .net
..
will it provide the properties like bookmarks,merging more than 100 pdf files..without effecting the speed..
...
Let's say I have two different repositories like so:
Project 1:
Init---A---B---C---HEAD1
Project 2:
Init---D---E---F---G---HEAD2
Is there a way to rebase Project 1 (Init to HEAD) to the Init commit of Project 2 so it looks like this:
Project 1 & 2:
A---B---C---HEAD1
/
Init---D---E---F---G---HEAD2
The content of Project 1 &...
I have seen where changes have been made on one code file by two developers code like this:
x++
End up like this:
x++
x++
where due to carriage returns being inserted/removed (I think) one line has become silently merged as two lines of the same code (no conflicts) Everything compiles but suddenly tests are failing and weird behavi...
I want to automatically generate booking confirmation PDF files in Python. Most of the content will be static (i.e. logos, booking terms, phone numbers), with a few dynamic bits (dates, costs, etc).
From the user side, the simplest way to do this would be to start with a PDF file with the static content, and then using python to just a...
Hi,
I want to resolve some conflicts of an SVN file using Meld. I'm using the Head version and my version to resolve the conflicts. I am unable to find how to do the merge operation and resolve the conflicts. When i'm right clicking on the line, i just see copy, paste, cut, create patch copy to right, copy to left options. Is there any...