How can I download older versions of STS? [closed] - sts-springsourcetoolsuite

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking to download the 3.6.0 sts-bundle but I cannot find the place to do this on https://spring.io/tools/sts/all. I'm only seeing downloads for 3.6.1. Does anyone know where this can be done? Thanks.

Here is the download URL for OSX (32bit):
http://download.springsource.com/release/STS/3.6.0/dist/e4.4/spring-tool-suite-3.6.0.RELEASE-e4.4-macosx-cocoa.tar.gz
(are you sure you wanna use 32bit on OSX? I would recommend to use the 64bit version so that you can run that on JDK7 or JDK8):
http://download.springsource.com/release/STS/3.6.0/dist/e4.4/spring-tool-suite-3.6.0.RELEASE-e4.4-macosx-cocoa-x86_64.tar.gz
And here for Windows (32bit):
http://download.springsource.com/release/STS/3.6.0/dist/e4.4/spring-tool-suite-3.6.0.RELEASE-e4.4-win32.zip

I have the same need for version 3.5.1. win32-x86_64. I need to be in sync with my dev team's environment. Here's a link: http://download.springsource.com/release/STS/3.5.1/dist/e4.3/spring-tool-suite-3.5.1.RELEASE-e4.3.2-win32-x86_64.zip

Linux 64
Here the link for linux x64 ( is inferred from the links posted before)
http://download.springsource.com/release/STS/3.6.0/dist/e4.4/spring-tool-suite-3.6.0.RELEASE-e4.4-linux-gtk-x86_64.tar.gz
I use Mint 17 KDE. Luna 4.4.1 crashes when opening some windows (I am not sure if it is luna or kde) so I needed the previous version.
It may be useful to some one else.

Related

Is there any easy way to make a desktop app in R that doesn't require installing R [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I wrote a simple R program and want to share it with my office. Most people in my office are not familiar with R and I imagine it could be kind of confusing for them to install R and all the required packages.
Is there an easy way I can share an R script that can take user inputs & share output that doesn't require R installation on the user's end? I'm thinking something like Shiny, but for desktop use.
Your users can run R in an R jupyter notebook that you have set up in advance on some server. Then it's not a "desktop app" per se but it's going to look like it is running in their local web browser like Firefox or Chrome etc. Sharing R code you wrote will work excellently this way.

Upgraded R to 3.2.4 and I want Revolution R enterprise's functions back [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I installed the latest version of R 3.2.4 and I used to run the RRE version of R (based on R 3.2.1). I want to ask if there is anything I can do to make the RRE functions run on a R 3.2.4 ?
RRE installs are based off a specific version of the underlying R runtime. You'll have to use the version of R that was originally installed until a new release of Microsoft R Server (the rebranded Revolution R Enterprise) comes out, unfortunately.

Download Qt SDK 1.1.2 for Symbian [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I need to make some changes in application for Symbian s60 (Nokia X6). Unfortunatelly I can't find any working link where I can download Qt SDK 1.1.2 for Symbian.
Where can I find a working download link for Qt SDK 1.1.2 for Symbian?
The link in the previous answer does not have the SDK 1.1.2 anymore, so in case someone still needs this, I uploaded it:
http://www.mediafire.com/download/7cwp6uchc2ouu1d/Qt_SDK_Win_offline_v1_1_2_en.exe
Here's one link which appears to have then still: http://developer.nokia.com/community/wiki/Qt#Qt_SDK

What free tool can I use to limit network speed on LAN to test my application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to test my C# application that uses WCF for slow network speeds on Windows 7.
Are there any free tools out their that can reduce my network speed?
Clumsy does a pretty good job as well.
http://bandwidthcontroller.com/trafficShaperXp.html
A Google search will give you some more ...
--[EDIT---
This runs on Win7 x64
http://www.softperfect.com/products/bandwidth/
This is not free, but trial version available. Has a lite version also.
Set up a linux machine (on a cheap Atom is fine) and use CBQ .. more details at http://www.faqs.org/docs/Linux-HOWTO/Bandwidth-Limiting-HOWTO.html#CBQ

Where can I find the source code of the "halt" tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anyone link up the source of the halt tool? It is a binary usually located in /sbin which shuts down the system. I did some search and I couldn't find it anywhere.
In Ubuntu at least, /sbin/halt is a symlink to /sbin/reboot, which is a part of upstart. Get it here.
Here's a version of halt from busybox. The linux/bsd/whatever one is probably similar in many ways, although a little more elaborate :)
http://www.google.com/codesearch/p?hl=en#EKZaOgYQHwo/unstable/sources/busybox-1.2.1.tar.gz%7C5l79Bld9wLE/busybox-1.2.1/init/halt.c&q=halt.c%20lang:c
This URL appears to have a copy of the sysvinit source:
ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-2.86.tar.gz
The halt source should be in that archive.
The code for NetBSD is here : http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/reboot/reboot.c?rev=1.35.4.1&content-type=text/x-cvsweb-markup
Maybe try /sbin/, some tools like shutdown are located there. If you are looking to restart your computer give:
shutdown -r now

Resources