|
Http://www.nasaspaceflight.com/2009/10/bolden-directs-msfc-special-team-to-evaluate-hlv-alternatives/
Since I had started to steer another thread off-topic with my hobby-horse of a single-stage reusable lunar lander given the news that Altair is actually...
Started by Robotbeat on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at nasaspaceflight):
Downix Full Member
Offline
Posts: 6355
Re: Altair Alternatives: put all lander alternatives here://www.nasaspaceflight.com/2009/10/bolden-directs-msfc-special-team-to-evaluate-hlv-alternatives/
Since I had.
|
|
Are there any Open Source alternatives to Crystal Reports?
Started by lamcro on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It's written in Delphi (at least it was originally) and has components that can be used in Delphi, but is usable via ActiveX... .
Report Manager has been around for quite a few years .
IReport
JasperReports if you're writing Java.
BIRT works pretty well.
|
|
Any ideas as regards alternatives to Cruise Control .NET?
Started by omoto on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It's easier to set up than cc.net but a bit less flexible.... .
Http://tinyurl.com/bod9hw
CI Factory is easy to setup and use
You could try Teamcity http://www.jetbrains.com/teamcity/ It's primarily focussed at java but can run .net builds too with nant .
|
Ask your Facebook Friends
|
Are there any alternatives to IIS for windows to run ASP.NET?
CassiniEx seems pretty old?
Started by ListenToRick on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Other than that, there is the development....
(It is based on the original Cassini web server).
There is UltiDev Cassini which is a "free, light-weight and redistributable web server that can host ASP.NET 3.5, 3.0, 2.0 and 1.1 applications and static HTML sites" .
|
|
Are there any alternatives to py2exe?
Started by daniels on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
PyInstaller is cross-platform and very powerful, with many third-party packages (matplotlib, numpy, PyQT4, ...) specially supported "out of the box", support... .
Cx_Freeze is cross-platform and does the same, or you could use py2app , which works on mac only .
|
|
Are there more user-friendly alternatives to gsview/ghostcript for Windows?
Answer Snippets (Read the full thread at superuser):
You might try xpdf (free) or RoPS (non-free)
You can use IrfanView to view the PS documents. .
|
|
What are some alternatives to make for linux/freebsd?
Started by daniels on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Automake :p which is commonly used in most linux app distributions but it gives a bit more work than a Makefile but better results http://www.gnu.org/software/automake/
http://www.openismus.com/documents/linux/automake/automake.shtml <-- nice explanation... .
|
|
Are there any alternatives to 280Atlas (280atlas.com) (free/commercial)? Which of those are mature?
Started by ktolis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Interface Builder + nib2cib is not in itself a workaround, though the use of an... .
You can use nib2cid , which is pretty much the same idea, but it uses interface builder (part of xcode) to create the interface, then translate the nib (or xib) to a cib .
|
|
What are some good alternatives to the virtual private server company sliceshost? I would like a few alternates providers.
Started by Daniel on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
They have very good ....
Linode are who I am with.
They also offer VPS style services as well.
Have a look at OVH , they offer the RPS service which is essentially a diskless system connected to a large SAN .
There are many, SolarVPS is very good for me.
|
|
Are there any alternatives to Matt Manela's FastSharp tool? I have a vague recollection that there was at least one alternative.
Here FastSharp is the download link .
Started by Luke Quinane on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Snippy (by Jon Skeet, used for demos in his C# in Depth book) - apparently also has an... .
Snippet Compiler LINQPad (by Joseph Albahari, author of C# 3.0 in a Nutshell) - definitely worth checking out, can connect to a DB and try out some LINQ to SQL etc .
|