source

Step by Step guide to release a software from development to deployment phase?

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...

How do I execute (not import) a python script from a python prompt?

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. ...

Creating Windows Account using C++

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...

How to view the source rtf of a Word document?

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 ...

kdiff3 preprocessor: normalize code formatting

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...

Apache Ivy Source codes Older Versions

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 ?

What is the significance of a source folder/directory with a .tproj suffix ? ...

Developing in trunk vs feature branches

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. ...

How Java compiler decide where to put class files of a package?

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 python source code?

What's the best way to spell check strings and comments inside Python source code? ...

Change Multiple Image Sources Javascript

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...

Open source Python project to contribute to

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...

nHibernate/GNU question

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...

C++ Adobe source libraries impressions?

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...

What are the benefits of using the Subversion protocol over the file protocol, when talking to a *local* Subversion repository.

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) ...

Jquery Getting a relative path for an image swap (not the rollover image)

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...

How To Automatically Script SQL Server: 'Generate Scripts' for SQL Database

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....

Change Source in MediaElement (SILVERLIGHT)

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? ...

How can I use vendor-packaged modules from a Perl I compiled myself?

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...

How can java applet be used to mask divx source (with example)?

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 ...