Questions tagged [multiple-versions]
139 questions
1
vote
1 answer
sprintf behaves differently in GNU Awk 3.1.5 and GNU Awk 3.17
Consider the following command in a bash terminal :
echo 0.00027849383762390271 | awk '{print sprintf("%.20f",$1)}'
I'm connected to two machines.
The first has GNU Bash version 4.15 and GNU Awk version 3.1.7. The above command returns what is…

dada
- 1,390
- 2
- 17
- 40
1
vote
2 answers
What is the compatibility on .NET 4.0?
We have several .NET applications developed in .NET 3.5 (Windows services, web applications, and WCF services) in different servers.
I'd like to migrate to .NET 4.0 and use VS.NET 2010.
Does VS.NET 2010 compiles to .NET 3.5 to avoid full…

juan
- 80,295
- 52
- 162
- 195
1
vote
2 answers
Adding my own configuration for a C# project into MSBuild / Visual Studio
I could probably hack some stupid solution to my problem, but I would love to do it right and save myself future headaches. I can write simple .vcxproj files, but they usually end up being quite beginner-like and poor quality.
I have a large-ish…

chris j
- 21
- 1
1
vote
2 answers
define different function for different versions of python
Is there any way to define a different function (with the same body) for different version of python?
specifically, for python 2.7 define:
def __unicode__(self):
and for python 3 define:
def __str__(self):
but both will have the same code / body.…

azuer88
- 73
- 8
1
vote
1 answer
CentOS: Two Versions of Python and Packages
I'm no Python or CentOS (CloudLinux 6.6 + WHM/cPanel) expert, but I'm trying to install an updated version of Python under CentOS with some extra packages and keeping the system version working.
I managet to get Python 2.7 installed by:
yum…

TCB13
- 3,067
- 2
- 39
- 68
1
vote
1 answer
Running Multiple Java Versions
Hopefully someone can help me because I am apparently brain dead. I have searched and read through a lot of this forum as well as others for help in resolving my problem and I am just not getting it.
I have 2 Java WebApps that I need to run for…

Brian McKenzie
- 11
- 1
1
vote
1 answer
Supporting multiple versions without separate builds in JavaME
I want to be able to support multiple versions of Java ME without having to have multiple builds. I already know how to detect the profile/configuration/supported JSRs. My problem is that knowing whether the JSR is supported at run time doesn't…

Casebash
- 114,675
- 90
- 247
- 350
1
vote
2 answers
Can I have Qt 4.8.1 and Qt 5.2.1 IDE's in Ubuntu?
I have Ubuntu 12.04 LTS, with Qt4, version 4.8.1. It's installed from official repositories with all its associated environments (Qt Creator 2.5.2, and Qt Assistant + Qt Linguist + Qt Designer).
I would like to install and begin to work with Qt 5.2…

Bull
- 748
- 1
- 11
- 24
1
vote
1 answer
Prevent my version of JQuery from being used by another ISV
I had a customer come to me today with the issue that our JQuery file is interfering with another vendors product.
The scenario is MS CRM 2011. We have some buttons in the ribbon that require JQuery. Unfortunately this ends up causing our script…

Justin williams
- 574
- 1
- 8
- 26
1
vote
1 answer
How to install multiple openerp version on ubuntu 10.04 LTS
anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? and how do i manage so that i can easily switch…

Stone
- 111
- 2
- 14
0
votes
2 answers
jquery plugins working with different jquery versions
i got plugins using 3 different versions of jQuery on my site "1.7.1" "1.5.2" and "1.3.2". Got first 2 on my main page and theyre working just fine, but when i enter a site that uses the third one aswell, addons based on 1.7.1 and 1.5.2 stop…

mmln
- 2,104
- 3
- 24
- 33
0
votes
2 answers
Unable to use jquery plugin using higher version of jquery, while loading two versions of jquery simultaneously
Our project is running on jquery 1.3.2, yes a very old version, I know. Anyways, we are not going to upgrade that right now. We just need to use jquery's chosen plugin (Download link - https://github.com/harvesthq/chosen) right now, which needs…

Sandeepan Nath
- 9,966
- 17
- 86
- 144
0
votes
2 answers
Having Multiple versions of Jquery
Ok the site I just started uses jquery 1.4.min to run a dynamic page changer which I got off a site. And it also uses 1.6.2 to run a photo slider which I also got off another site. I want both to work but it wont let me. Some ppl told me to only use…

user1165861
- 829
- 2
- 9
- 14
0
votes
1 answer
How do /usr/include files (e.g. string.h) relate to gcc version?
I have a Kubuntu 11.10 system with Eclipse-CDT Indigo. gcc-4.6 was installed along with Eclipse. I have since installed gcc-4.4 and gcc-4.2 via Ubuntu packages.
I can switch the /usr/bin/gcc symlink to 4.4 or 4.6 and Eclipse builds my code either…

Steve Fallows
- 6,274
- 5
- 47
- 67
0
votes
1 answer
Migrating from artifactory 5.8.4 on RHEL7 to artifactory 7.41.4 on RHEL8 using external Oracle DB
We are trying to practice the migration before the real one. Therefore, we made copies of the existing servers (art and db) and placed them in our sandbox.
Then stood up 2 RHEL8 servers, installing Oracle on newdb and Artifactory on newart
Exported…

Nicole
- 1
- 1