version

How do I check what version of Python is running my script?

How can I check what version of the Python Interpreter is interpretting my script? ...

Rails version changes regarding tutorials?

I've been going through some good (seeming) resources for Rails tutorials, and will dutifully follow the steps until halfway through I realize a helper has been dropped or something else has changed. Aside from the 1.0->2.0 change (which I imagine was significant, given typical versioning), are there other updates that have fundamentally...

Minimum version of Java required to run my applet

Hi, How can you determine the minimum version of Java required on a client's browser to run an applet that I've developed? I would like to do this so that I can determine, through, javascript, if the browser the user is running is capable of running my applet and displaying a message if not. Thanks in advance, Tim ...

Do Subversion client/server versions need to be the same or close to each other?

This seems like a basic question, but I haven't found any clear answers. Essentially, we have a subversion 1.4 server with 1.5 clients. What I'd like to know is if we want to use some of the 1.5 features like branch/merge tracking, does the server need to be at least 1.5 also? I have read that 1.5 clients will sometimes auto-upgrade t...

How can I detect if Windows Installer is installed?

I've figured out a way to tell which version of the .NET framework is installed by reading previous SO posts, but I've not found anything about the Windows Installer. Is there a registry key or anything similar that I could verify that Windows Installer 3.01+ is installed? ...

jQuery version compatibility problem with accordion menu.

Im testing this accordion: It cames with an old version of jQuery. Works fine, but when a try to upgrade to a newer version of jQuery wich I need for other functionality it stops working. What Can I do? ...

Ignoring Version in an assembly-qualified name passed to Type.GetType()

Is it possible to get a Type via Type.GetType() when the assembly-qualified name passed into GetType() specifies a different Version than the version of the DLL that's actually loaded? If so, what is the behavior of GetType()? I want to get a Type from an assembly regardless of what version the assembly is. I have a function which gets ...

What are the benefits of "Staircase" branching?

Hi, I've encountered a project where we use staircase branching. To clarify, this is the approach where code is branched for development and when the development completes, rather than cutting back to a trunk/main line, the dev branch is designated as the live code set and a new branch is taken from it. This continues ad infinitum. I p...

What's the best way to determine which version of oracle client I'm running?

The subject says it all: What is the best way to determine the exact version of the oracle client I'm running? Our clients are all running Windows. I found one suggestion to run the tnsping utility, without parameters, which does display the version information. Is there a better way? Does the client install put this information in ...

Testing iPhone Software on Different Versions Of OS

Before submitting my app I want to test it on devices with the full range of iPhone OS available. So, I have 2 questions that I am struggling with and would greatly appreciate any help or advice. What versions of the OS are in use? I know that the App Store will only accept apps for 2.2.1 and 3 but all the features I'm using have been a...

Missing windows authentication IIS component because of Windows Vista Home Premium edition... any fixes out there?

Apparently Windows Vista Home Basic and Premium both do not ship with integrated windows authentication for IIS (You need Business edition)... so does anyone know how to get windows authentication installed for IIS? I went into Programs and Features > Turn Windows Features on or off. Then in the Windows Features popup I navigated to... ...

How do you specify a package version in Perl?

I'm a bit confused by conflicting advice between pre-5.10.0 documents and the more recent version module. Perl Best Practices makes it pretty clear that version strings ('v1.0.3') are bad and one is supposed to specify a version as follows: use version; our $VERSION = qv('1.0.3'); but the version module says that we're back to using ...

Making sure C# program can run on machine with only .Net v2

I'm using VS 2005 Standard SP1, with .Net 3.5 SP1 installed on XP. The client machines only have .Net 2.0.50727 installed (also on XP). How can I tell the compiler to reject any classes or methods that are not available in .Net 2? ...

How can I generate a MSI package name according to its version?

In a Visual Studio setup project, is there a way to generate automaticaly the MSI fileName according to the current application version number? ...

How many Microsoft JVMs still in the wild?

I know this question isn't exactly a programming question, but it will affect how we program one of our products, so i guess it might be close enough. Do you guys still see the Microsoft JVM (Java 1.1) on client computers anymore? I havent found much info on this particular JVM online... Anyone know of a good resource to find this typ...

Usability of <ins> and <del> elements

How usable is a document which uses <ins> and <del>, compared to seeing the deltas in a two-pane split-screen diff viewer? Although a command-line diff tool will show its output as one diff after another (in a single vertical column / console window), all the GUI diff tools that I know of tend to show diffs in a two-pane, split-screen U...

When my software has a new version, how can Bugzilla know that I am now working on a newer version?

I am using Bugzilla and SVN. Right now, the project version in Bugzilla is version 1.0. What if I decide to create a tag in SVN, for version 2.0. How can I notify Bugzilla that I would now be working on version 2.0? Do I simply edit the version number of the project in Bugzilla? Buut what if a user would like to file a bug for version 1....

Visual Studio 2005 security updates and CRT DLL versions in manifest

Recent Visual Studio 2005 security updates may be causing problems for us. We build and internally distribute SDKs written in C++. These SDKs are a collection of header files and static libraries only. After installing the security updates our SDKs now depend on the newer versions of the MSVC CRT DLLs. These SDKs are used downstream ...

Is it safe to rewrite an EXE or DLL manifest to force a particular version of the MSVC CRT DLLs?

Is it supported by Microsoft to simply rewrite the manifest of an EXE or DLL to force the use of a specific version of the MSVC CRT? I am interested in doing this because of recent problems with Visual Studio 2005/2008 security updates (KB971090 and KB971092). I would like to simply rewrite the manifest as a post build step in order to...

How to check in delphi the OS version? Windows 7 or Server 2008 R2?

I always used to check the windows versions by their major/minor build numbers. Strangely enough, Windows 7 and Server 2008 R2, both return the same major/minor version number combination. Confirm this by typing ver into a command prompt ...