Any python libs for parsing apache config files or if not python anyone aware of such thing in other languages (perl, php, java, c#)?
As i'll be able to rewrite them in python.
Hey,
I'm creating a face detection program using neural networks, and looking for some reliable training sets. I'm aware there's various sets around the web, but I've not idea how good they are. Any ideas where to start? Thanks.
Recently C Michael Pilato of the core subversion team posted a mail to the subversion dev mailing list suggesting a vision and roadmap for the future of Subversion. Naturally, he wanted as much feedback and response as possible which is why I'm posting this here - to elicit some suggestions and contributions from you, the users of Subversion. Any comments are welcome, and I shall feedback a synopsis with a link to this question to the dev mailing list. Similarly, I've created a post on ServerFault to get feedback from the administator side of things too.
So, without further ado:
Vision
The first thing on his "vision statement" is:
Subversion has no future as a DVCS
tool. Let's just get that out there.
At least two very successful such
tools exist already, and to squeeze
another horse into that race would be
a poor investment of energy and
talent.
There's no need to suggest distributed features for subversion. If you want a DVCS, there should be no ill-feeling if you migrate to Git, Mercurial or Bazaar. As he says, its pointless trying to make SVN like them when they already exist, especially when there are different usage patterns that SVN should be targetting.
The vision for Subversion is:
Subversion exists to be universally
recognized and adopted as an
open-source, centralized version
control system characterized by its
reliability as a safe haven for
valuable data; the simplicity of its
model and usage; and its ability to
support the needs of a wide variety of
users and projects, from individuals
to large-scale enterprise operations.
Roadmap
Several ideas were suggested as being "very nice to have" and are offered as the starting point of a future roadmap. These are:
Obliterate
Shelve/Checkpoint
Repository-dictated Configuration
Rename Tracking
Improved Merging
Improved Tree Conflict Handling
Enterprise Authentication Mechanisms
Forward History Searching
Log Message Templates
If anyone has suggestions to add, or comments on these, the subversion community would welcome all of them.
Community
And lastly, there was a call for more people to become involved with Subversion development. As with most OSS projects it can be daunting to join, but there is now a push for more to be done to help. If you feel like you can contribute, please do so.
I want to know what sort of financial applications can be implemented using a GPGPU. I'm aware of Option pricing/ Stock price estimation using Monte Carlo simulation on GPGPU using CUDA. Can someone enumerate the various possibilities of utilizing GPGPU for any application in Finance domain,
I'd like to map Foo[,] to Foo[][] and back. There are simple solutions using loops, but isn't there something more elegant?
In my specific case, this is required in this scenario:
[DataContract]
class A
{
// can't serialize this thingy
private readonly Foo[,] _Foo;
[DataMember]
private Foo[][] SerializableFoo {
get {
// map here
}
set {
// map here
}
}
}
I'm aware there are advanced solutions using IDataContractSurrogate but this seems to be overkill in my case.
We have an ETL process that reads data from a Sybase DB via the ODBC "Adaptive Server Enterprise" driver v12.05
I'm wondering if there any any performance advantages specifically to migrating to the .Net 2 Sybase.AdoNet2.AseClient.dll ?
Hi,
Toast Titanium 10 offers a way of mounting an image into a virtual DVD drive so that it is viewed as being a separate physical drive by other applications.
I was wondering if there was a way of achieving the same result using the built-in OS X tools (whether GUI or command line), as I am aware it has many of such built in.
Thanks in advance!
Im aware that MD5 has had some collisions but this is more of a high level question about hashing functions. If MD5 hashes any arbitrary string into a 32-digit hex value, then according to the Pigeonhole Principle surely this can not be unique as there are more unique arbitrary strings than there are unique 32-digit hex values
Is it possible to specify the value of a tag or attribute should not be like some_value ?
I have a strange requirement, where the xsd isn't aware of the values being sent to it. The value of that particular tag can be a string with any value except one value ( say data_migration).
The sender should be acknowledged with the error, if that particular value is sent.
Is it possible to specify this restriction?
Hello everyone,
I am using scp command to copy file from a MacBook Pro OS X 10.5 to another Linux box (Red Hat Linux Enterprise 5).
I am using the following command on Mac, sudo scp ~/.ssh/mykey.rsa [email protected], there is no output from Mac command line. I am not sure whether the scp is success or not. Where is the location the file mykey.rsa on remote computer 10.10.100.101?
thanks in advance,
George
hi all.,
i need to segment an image into regions .i'm using pil.i found no module to segment image in pil. I need this segmented regions as a list or dictionary.
Actually i'm trying to compare the images for similarity in content aware fashion.for that i need to segment the image. i tried segwin tool but it is drawing another image(which is not required and also time consuming)
thans in advance
Hi,
i'm developing an enterprise application using asp.net mvc, wf-wcf services and normal wcf. I want use a unique point of view of unmanaged exception and my problem is integrate wf-wcf services with ELMAH. The problem is that in wf-wcf i can't decorate di class with the elmah attribute so i make that using web.config if is possible.
Someone can help me?
(here is a discussion how integrate elmah with wcf using attribute http://stackoverflow.com/questions/895901/exception-logging-for-wcf-services-using-elmah)
thanks in advance
F.
Are there any major issues to be aware of running a PHP 5 / Zend MVC production application on Windows? The particular application is Magento, an ecommerce system, and the client is really not interested in having a Linux box in their datacenter. Has anyone had luck getting PHP 5 and Zend MVC working correctly on IIS?
Hi,
I have a college assignment, where I have to draw diagrams of voronoi, delaunay, minimum spanning tree etc for the college. I want to do that in computer. I searched in google with no luck. Is there any good graph drawing software you are aware of?
Thank you
Bala
Is anyone aware of a generic tree (nodes may have multiple children) implementation for Java? It should come from a well trusted source and must be fully tested.
It just doesn't seem right implementing it myself. Almost reminds me of my university years when we were supposed to write all our collections ourselves.
EDIT: Found this project on java.net, might be worth looking into.
Hi,
I want to use DTLS (on OpenSSL) using JNI on Android 2.1/2.2.
Can someone help me get started (tutorials, howto, pointers etc) with building OpenSSL for Android (2.1/2.2) using the Android NDK?
Anything important that I should be aware of before doing it.
Thanks.
Is anyone aware of a work around the security measures put in place in MIDP that stop access to the audio recorder in J2ME, I know my phone supports it but it just keeps asking if it's ok to let it record over and over again, if I try to skip it it throws a .SecurityError.
Is anyone aware of an open source C# based implementation of RDP? Specifically something similar to ProperJavaRDP or Rdesktop.
I'm not looking for addins, 3party controles, etc. I'm looking for a native C# implementation with source.
I have a web application, that will log some information to a file. I am looking for a simple thread-safe non-blocking file logger class in c#. I have little experience with threading. I known there are great logging components out there like log4Net, Enterprise Library Logging Block, ELMAH, but I do not want an external dependence for my application. I was thinking about using this queue implementation http://www.codeproject.com/KB/cpp/lockfreeq.aspx
What are your advises on using model driven development in developing enterprise applications. Adobe's LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows how fast an application can be build by having methods/functions auto-generated.
What are the best-practices, is it good/bad to use those auto-generated methods, they can really save a lot of time.
All suggestions are welcome, also if you know some existing blog/discussion please let me know.
Does anyone know where i can find such a AMI? Oracle database Enterprise Edition 11g release 2?
Has oracle supplied it somewhere or has someone else created one i can use?
I have my existing web site developed using ASP.NET.
It's college management system. Now I need to redevelop it on MVC2.
What all changes do I need to do?
I am little bit aware of MVC and have done some exercises also.
Thing I know is I can keep my database intact but there will be massive changes at other places.
WHat will be the better way to minimize the changes?
Thanks to everyone in advance -
I am aware of closing the jspwriter/outputstream and returning as a method to stop further execution in the main context. Has anyone found a way to stop execution outside of the main context? From my understanding of how jsp is 'compiled' etc I do not think this is possible, but I thought I should see if anyone has any clever solutions -
Thanks,
Sam
I'm working in a small company - four developers, working on a variety of projects. We've been looking at what we can do as cost-effective methods of process improvement, and an idea came up.
Given what we do, we often have single developers working on parts of a system, independently of the other developers. This can have a number of negative affects:
A developer might not be fully aware of the context in which a change is being implemented, and make the change in a way that will meet the current customer's needs, but will break functionality that other customers depend on.
A developer might make a change that breaks the current architectural design, introducing a dependency that will cause problems in future development.
Other developers might not be aware of how the system has changed, in areas that they have not worked on.
We've talked about doing code reviews, as a way of dealing with these issues. But we've not had much success when we tried. It takes a lot of time to prepare a change for a code review, and it takes everybody out of production while the review is being performed. And the benefits of any review we've tried has been minimal.
We're using Subversion (with TortioseSVN) as our VCS. I've been looking at the SubVersion CommitMonitor tool, and wondering whether it might work as a sort of poor-man's code review. It lists every commit made on the repository, allowing someone to see the changes that have been made, the log messages made for that change, the files that were included in the change, and the specific lines in each file that were changed.
Rather than scheduling a meeting, trying to get everybody together to review every change, we could just have every developer review every other developer's commits, at whatever time was convenient. This would keep every developer abreast of what changes were being made elsewhere in the system, and would have every change reviewed for customer conflicts and design consistency, at a fairly low cost.
If someone saw a problem with the code that was being checked in, he could discuss it with the developer who did the commit, or more likely, schedule a meeting to discuss how the new feature could be implemented in a way that would not impact other users or screw up the architecture.
Anyone else doing anything like this, using commit monitors for such a purpose?
Hi,
I want to develop a web application using HTML, CSS and Javascript one thing that is really annoying is that any link or button etc when clicked inside the Android browser gets highlighted with a green border.
To demonstrate what I mean I have included a link to a page that contains a basic game written in CSS
http://marbles2.com/app/
Is there any way that you are aware of to disable the click green border?
Cheers
Paul