Quantcast
Channel: BetaArchive
Viewing all 70053 articles
Browse latest View live

Re: What is Microsoft R Server?

$
0
0
In Forum: Windows Vista, 7, 8.x, 10
By User: LongerHorn

Microsoft R Server is a fast and cost-effective enterprise-class big data advanced analytics platform supporting a variety of big data statistics, predictive modeling and machine learning capabilities. Microsoft R Server includes Open Source R and is fully compatible with R scripts, functions and CRAN packages, and offers a variety of analytics capabilities including exploratory data analysis, model building and model deployment.

This article might give you some more info: http://www.zdnet.com/article/microsoft- ... s-line-up/

Re: Windows NT 4 Source Compiled! version 2

Re: Torrenting Windows + ISP

$
0
0
In Forum: Windows Vista, 7, 8.x, 10
By User: pool7


This would be an infringement of the End User Licence Agreement and copyright infringement still.
*snip*
You have no redistribution rights. You have no right to use it beyond the end of the evaluation period. Make no mistake - public betas are for Microsoft's benefit and their's alone. They make sure as such from a legal position.
*snip*


This.
And that's why you people have to read the EULA (at least once in a while to make sure you remember what you can do with the software you have).

Re: No internet connection in Windows FLP?!

$
0
0
In Forum: Windows 2000, NT, XP
By User: Morea

Thank you all for the help...tomorrow I'm gonna reinstall the VMware Tools and then we'll see what to do if it will still not work!

Re: Unreal 1 Development History

$
0
0
In Forum: Games
By User: yrex

If you want to write the BrushBuilders in C#, the only differences from normal Unreal Script are:
- declarations (eg. local float f -> float f)
- some operators (eg. V >> R -> V.Rotate(R))
- built-in .NET functions (sin(x) -> Math.Sin(x))
- many extra stuff is missing (coords, quaternions, etc.)
- you can't do non-BrushBuilder stuff (eg. access actors), because the only thing my BrushBuilders technically do is generating T3D which then is passed to Exec("BRUSH SET <t3d>")
- some stuff outside the Build function

Besides that
I decided to make a mesh ripper based on AlCapowned's method. It can extract meshes from versions 0.864v, 0.866q, 0.868z, 0.867z, 0.871d, 0.874d. Because of the way extracting is done, it may skip some meshes, export corrupted meshes, or even export some other random data. Source code included.
https://sites.google.com/site/mojunreal ... ects=0&d=1

Re: Sims 2 download for PowerPC?

$
0
0
In Forum: Games
By User: Damian9303

Ok. I've found a torrent version. Is the torrent ok as the torrent has a 3 other versions including the standard one. So I don't know if you want the torrent version or the direct download version. I am uploading the standard version from the torrent to a downloading site for my PowerBook G4 (Same thing as a PowerMac G4 expect it's a laptop version of it) so tell me which one you want. If you want the torrent version, it is LINK REMOVED and the YouTube video is https://www.youtube.com/watch?v=0IwA0Tf7LI0 as the direct download is currently getting uploaded and verified if it works on my PowerBook G4, I will reply with it later

Re: Age of Empires Online Beta

$
0
0
In Forum: Games
By User: paul1678

Yeah I uploaded both version, but someone who know how to change game code, or replace server list files something like that, or to change our computer that game think its eso servers.

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: Raritize

i wonder if your code changed can be submitted to the open nt project

I'll take a look at implementing his changes into the main repository. Could you zip up your W:\NT and send it to me?

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: haroldas.velioniskis

Well, there is no worth to put it in OpenNT project. Code is non-optimized, OS is a little bit slow. I developed this system very quickly (in 14 hours). The main goal was to test, can OpenNT be used in PC, to use it as server. Now we know: it can. So the main goal was reached. I put it here just in case someone want to test it. But... main server functions, like Domain, IIS is not working. So this OS can't be used in production environment. Setup is very complicated, network installation requires you to know a lot, domain services is not fully working. I mean this build is useless in real life. So that's why I don't put this into OpenNT repository. But if you want, you can try it: download Oracle VirtualBox and this file https://cloud.mail.ru/public/4nzX/JuQrUVr8J/VboxPreBuilt/VboxPreBuilt.rar, extract and run. I don't recommend to install it yourself.

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: Raritize

Well, there is no worth to put it in OpenNT project. Code is non-optimized, OS is a little bit slow. I developed this system very quickly (in 14 hours). The main goal was to test, can OpenNT be used in PC, to use it as server. Now we know: it can. So the main goal was reached. I put it here just in case someone want to test it. But... main server functions, like Domain, IIS is not working. So this OS can't be used in production environment. Setup is very complicated, network installation requires you to know a lot, domain services is not fully working. I mean this build is useless in real life. So that's why I don't put this into OpenNT repository. But if you want, you can try it: download Oracle VirtualBox and this file https://cloud.mail.ru/public/4nzX/JuQrUVr8J/VboxPreBuilt/VboxPreBuilt.rar, extract and run. I don't recommend to install it yourself.

True, but I'm making some big changes to the main repository soon. When it comes back up, of course. Hopefully this means the OS is more stable and is compatible with applications later than 2K.

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: haroldas.velioniskis

i wonder if your code changed can be submitted to the open nt project

I'll take a look at implementing his changes into the main repository. Could you zip up your W:\NT and send it to me?

I plan to develop an embedded version. It will have a clean code. But now I'm very bussy. So I'll PM you when it will be done. And send you code. The embedded version will have all features from server and workstation +el torito cd support. User will select which components he want when building image. I plan to create my own ,,target designer". Now I just adopted Windows nt 4 embedded designer to use binaries from opennt. I wil send the iso of embedded opennt to you latter, when i'll finish it.

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: haroldas.velioniskis

Well, there is no worth to put it in OpenNT project. Code is non-optimized, OS is a little bit slow. I developed this system very quickly (in 14 hours). The main goal was to test, can OpenNT be used in PC, to use it as server. Now we know: it can. So the main goal was reached. I put it here just in case someone want to test it. But... main server functions, like Domain, IIS is not working. So this OS can't be used in production environment. Setup is very complicated, network installation requires you to know a lot, domain services is not fully working. I mean this build is useless in real life. So that's why I don't put this into OpenNT repository. But if you want, you can try it: download Oracle VirtualBox and this file https://cloud.mail.ru/public/4nzX/JuQrUVr8J/VboxPreBuilt/VboxPreBuilt.rar, extract and run. I don't recommend to install it yourself.

True, but I'm making some big changes to the main repository soon. When it comes back up, of course. Hopefully this means the OS is more stable and is compatible with applications later than 2K.

Mine is very not stable (2 BSOD in 6 hours, i think due wrog domain service). And it's not compatible with any newer programs.
Have you downloaded and tested?

Re: Windows NT 4 Source Compiled! version 2

$
0
0
In Forum: Windows 2000, NT, XP
By User: Raritize


Mine is very not stable (2 BSOD in 6 hours, i think due wrog domain service). And it's not compatible with any newer programs.
Have you downloaded and tested?

The compatibility and stability is a future goal, I meant to say. Sorry if I spoke incorrectly.

Re: What is Microsoft R Server?

Re: Torrenting Windows + ISP

$
0
0
In Forum: Windows Vista, 7, 8.x, 10
By User: Karzahni

Oh well, it's not like it's ever going to download anyway. 1 peer and they're in Abu Dhabi so it'll literally take 2 days at this rate...paused for now.

Re: [Offer] Windows XP Professional - Dell OEM with SP2 and

$
0
0
In Forum: Download Requests/Offers
By User: Karzahni


Really? Surprised by that as SPs are free to download. In fact I didn't think XP itself was abandonware yet.
Yes, really. But XP RTM, SP1, and SP2 are abandonware now because they fit all the criteria. Their over 10 years old and they are no longer in support.
I thought it was a usability thing. But everyone has their own definition of abandonware, in fact some people don't believe it is even a thing. Because otherwise, then Doom would be abandonware (As far as I know it's no longer supported or updated, but still purchasable. (I'm not talking about the original original freeware version))

Really, who really cares? Everyone has their own personal rules on what they will and won't pirate.

Re: Sims 2 download for PowerPC?

Re: No internet connection in Windows FLP?!

Re: Guide: Running OSX Tiger on VMWare with very modern CPU

$
0
0
In Forum: Mac OS X
By User: Arths

Mhm, sorry to bump the thread but I'm currently trying to install 10.4.4 from an iMac Restore DVD.
It doesn't work on VMware Fusion 7 on my MacBook running 10.11. After patching kernel for CPUID it throws : Unable to find driver for this platform: "ACPI".
Any help ?

Edit: Nevermind, gonna install Leopard, 10.4.4 might be too old.

Re: No internet connection in Windows FLP?!

$
0
0
In Forum: Windows 2000, NT, XP
By User: Darkstar

It is very likely that your Ethernet driver is not installed on the host machine.
That doesn't make sense. You probably confused the terms "host" and "guest". The host OS drivers are irrelevant to the guest OS, and since he can post here I'm pretty sure his host networking works just fine
Viewing all 70053 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>