my requirement is written below:
How to create a Standard Directory Structure (Hierarchy) for a product in VSS which support all build promotion process. (very important)
What are the activities of Release Engineer (SCM guy) in build process e.g how to take build from Development team and deploy it on local testing environment for QA t...
I need to execute a Python script from an already started Python session, as if it were launched from the command line. It should be similar to doing source in bash or sh.
...
Hi all,
I will give a basic rundown of the situation first. I work for a game server rental company that is falling victim to an exploit inside of a major game engine (source). Basically, the developers left not one but two exploits inside the code, one to Send/Recieve files, and one that lets clients run plugins. Whats happening is cli...
I need to create a .doc document in C# with specific rtf format. I have a document that I need to replicate in my code but I don't know how to view this documents rtf representation?
I don't think copying the content to RichTextBox will help cause I need margin settings and other document, not content, related settings to replicate.
Any ...
I want to compare side by side some C files with kdiff3 (the tool is what matters the less), but some parts have been "reformatted" in one of the files, thus giving false positives in the differences.
Kdiff3 allows you to run a preprocessor on the input files, and I thought that using "indent" (or similar tools like astyle or uncrustify...
Hi,
I am working on a Software Engineering project where we are analyzing the source codes of various versions of various softwares. For this i needed to know if i could get the Source codes of Ache Ivy versions 1.4 and earlier. The SVN repo seems to have codes only from Version 1.4.1 and latter. Am i missing something. Please help.
Ch...
What is the significance of a source folder/directory with a .tproj suffix ?
...
Hi,
What are the pro's and con's to developing in:
the trunk - taking branches only for given releases
feature branches - merging branches back into trunk for a given release
In what situations are these useful and what type of projects do they suit?
Many thanks.
...
I try to figure out how organize source and class files working with packages. I found a very useful tutorial. But I still have some questions.
As far as I understood it is a good practice to have an isomorphism between name of packages and name of the directories where elements of a package are stored. For example if I have a package n...
What's the best way to spell check strings and comments inside Python source code?
...
I am creating a simple image gallery, and I would like to create multiple sets of images. On the click of a link all of the images in the link's given set will change.
here is my current code:
<ul>
<li><img src="image01.jpg" width="500" height="450"></li>
<li><img src="image02.jpg" width="200" height="450"></li>
<li><img src="ima...
Until recently, I was a Linux Administrator for a company which went out of business. I don't need money so I don't plan to work for a while.
With all this free time, I'd like to work on my programming skills. Of all the languages I am familiar with I have the most experience with Python. I've searched projects on Github and Sourceforge...
Hi, I'm a little bit confused by the nHibernate's GNU model. The question is simple, if I build an application using nHibernate's ORM features, am I allowed to later sell this application (company's intellectual property) or it automatically becomes open source system and falls under GNU open source model ? I did some reading about GNU b...
hello
I just stumbled upon Adobe source libraries, ASL. It is set of templates and functions similar to boost, under MIT license.
Some of the utilities in the library I found quite useful and now I consider using it.
the library seems pretty straightforward, however.
Have you used ASL yourself? if so, what were your impressions? do y...
I'm planning on doing local-only development, ie all services and resources are local and no remote servers. I'll be using Subversion for source control. Are there any benefits to doing a local install of the SVN server versus referencing the same local repository via a file-based approach (file://...)?
(Windows system)
...
I am trying to replace an image when a link in another part of the page is rolled over. I have a hard coded version working, but I would like to get this so that when I upload to a server I do not need to go in and change the path part.
$(document).ready(function() {
$('.laundryLinks li a').hover(function() {
$('.homeLaundryPict').attr...
I want to run scheduled nightly exports of my database code into my SVN source.
It's easy to schedule automated check-in's into svn from a folder, but scheduling the export from SQL in SQL Management Studio is
Right click target database, choose Tasks > Generate Scripts.
Follow the wizard and presto you've got scripts in a folder....
I would like to change song on my MediaElent from track1.mp3 to track2.mp3. And here is the code:
MyMediaElement.Stop();
Uri u = new Uri("track2.mp3", UriKind.Relative);
MyMediaElement.Source=u;
MyMediaElement.Play();
The MediaElement change the source but just wont start. What could possibly be wrong with this code?
...
Hello! My OS-Distribution provides the rpm-package "perl-obexftp", which installs the Modul "OBEXFTP".
These are the files:
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/OBEXFTP.pm
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/auto/OBEXFTP
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/au...
For example look at ninjavideo's divx player source. It is this:
src="http://127.0.0.1:64651/nv/47244"
How do they use the java applet to output the src as a divx readable file?
Source: http://beta.ninjavideo.net/video/47244
Warning: You will need to allow java applet
...